Terminal REPL for the Delos agent — the Claude-Code-style CLI for Delos.
Project description
delos-cli
A terminal REPL for Delos — the Claude-Code-style CLI for the Delos agent.
Talk to your Delos AI from any shell. Streaming Markdown answers, slash commands, and tools that read and edit your local files (with your approval), all in a TUI that lives in your terminal.
Install
uv tool install delos-cli
Or with pipx:
pipx install delos-cli
Sign in
delos login --region eu # or "us" / "ae"
The browser opens, you sign in to your Delos workspace, and the CLI
saves your tokens to ~/.config/delos/.
Run
delos
Conversations are scoped to the directory you launch from — running
delos in ~/projects/foo shows only chats started in
~/projects/foo. Pick an existing one to resume, or start a fresh one.
In the REPL
| Action | Key |
|---|---|
| Send a message | Enter |
| New line | Alt+Enter |
| Stop the agent mid-answer | Esc (or /stop) |
| Quit | Ctrl+D (or /quit) |
| Scroll | mouse wheel · PageUp / PageDown · End to follow again |
Slash commands
/help list commands
/clear wipe the screen and start a fresh conversation
/rename <new name> rename the current chat
/delete delete the current chat and go back to the picker
/resume back to the picker without deleting
/stop interrupt the agent
/quit exit
Headless mode (VSCode extension engine)
delos serve --app vscode --workspace /path/to/project
Runs the agent as an NDJSON server over stdio — no TUI. This is what the
Delos Code VSCode extension spawns under the hood: user messages and RPC
requests come in on stdin, agent events / permission requests / RPC
responses go out on stdout (one JSON object per line), logs go to stderr.
See apps/vscode/DEVELOPING.md in the monorepo for the protocol reference.
Requirements
- Python 3.12
- A Delos account
Uninstall
uv tool uninstall delos-cli
Made by Delos Intelligence.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file delos_cli-1.0.3.tar.gz.
File metadata
- Download URL: delos_cli-1.0.3.tar.gz
- Upload date:
- Size: 115.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56f22ad699570176a0d0eb8838ece5ac77373cbd097cbe51ed4002ff43084a7f
|
|
| MD5 |
887470f975913b0269742ded45b3a29d
|
|
| BLAKE2b-256 |
a4969223a1b4a1f4a326d1788ee6cd86d17f2b371abc4b3ded04b9428c0a7f9c
|
File details
Details for the file delos_cli-1.0.3-py3-none-any.whl.
File metadata
- Download URL: delos_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 149.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9859e353614ef427b1795ce7e6bd1f7e250a19285f112bdc1d727874f4dfb514
|
|
| MD5 |
3f380bc85cf32e0d8983d345a0239131
|
|
| BLAKE2b-256 |
ad123305d78af64f14257ec48b883018afe8995bac9f1d26053cc0e8e4be3ed1
|