-
-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Builder Of Things edited this page May 30, 2026
·
1 revision
git clone https://github.com/gryszzz/open-thymos.git
cd open-thymos/thymos
cargo run -p thymos-serverDefault server URL: http://localhost:3001
Optional programmable capabilities:
THYMOS_TOOL_MANIFEST_DIRS=../tools cargo run -p thymos-servercd ..
npm install
npm run devOpen http://localhost:3000/runs
cd thymos
cargo run -p thymos-cli -- run "Inspect the repo and explain Thymos" --provider mock --followBuild the extension in thymos/clients/vscode, launch it in Extension Development Host, and point it at http://localhost:3001.
Every run goes through:
Intent -> Proposal -> Commit
That flow is the same no matter which interface you use.