A clean terminal CLI for multi-agent agentic coding
Project description
AbstractCode
Durable terminal TUI for agentic coding on the Abstract* stack (AbstractAgent + AbstractRuntime + AbstractCore).
Status: pre-alpha (APIs and UX may change).
Next: docs/getting-started.md.
Features
- Interactive TUI (
abstractcode) with durable runs (resume/pause/cancel), snapshots, and logs - Approval-gated tools by default (with an allowlist you can configure)
- Built-in agents:
react,memact,codeact - VisualFlow workflows:
- run locally:
abstractcode flow ...(optional extra) - run as an agent:
abstractcode --agent <flow_ref>
- run locally:
- Remote tool execution via MCP (
/mcp,/executor) - Optional gateway-first Web UI in
web/
Install
Python: 3.10+
pip install abstractcode
Optional (run VisualFlow locally via abstractcode flow ...):
pip install "abstractcode[flow]"
From source (development):
pip install -e ".[dev]"
Quickstart (TUI)
Ollama (default provider):
abstractcode --provider ollama --model qwen3:4b
OpenAI-compatible server (e.g. LM Studio):
abstractcode --provider openai --base-url http://127.0.0.1:1234/v1 --model qwen/qwen3-next-80b
Inside the app:
/helpshows the authoritative command list- type a task (or use
/task ...) - tool approvals:
/auto-accept(or start with--auto-approve) - attach files with
@path/to/filein your prompt
Persistence (durable runs)
Default paths:
- state file:
~/.abstractcode/state.json - durable stores:
~/.abstractcode/state.d/ - saved settings:
~/.abstractcode/state.config.json
Disable persistence:
abstractcode --no-state
Workflows
- Local runs:
abstractcode flow run <flow_id_or_path> ...(requiresabstractcode[flow]) - Workflow agent:
abstractcode --agent /path/to/workflow.json ... - Remote control-plane:
abstractcode gateway --help - Bundle management on a gateway:
abstractcode workflow --help
Details: docs/workflows.md.
Web UI
The web host lives in web/ and connects to an abstractgateway at /api/gateway/*.
Start here:
Documentation
- Start here:
docs/getting-started.md - FAQ:
docs/faq.md - Docs index:
docs/README.md docs/architecture.mddocs/cli.mddocs/api.mddocs/workflows.mddocs/ui_events.md
Development
pip install -e ".[dev]"
pytest -q
ruff check .
black .
Project
- Changelog:
CHANGELOG.md - Contributing:
CONTRIBUTING.md - Security:
SECURITY.md - Acknowledgments:
ACKNOWLEDMENTS.md
License
MIT. See LICENSE.
Project details
Release history Release notifications | RSS feed
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 abstractcode-0.3.6.tar.gz.
File metadata
- Download URL: abstractcode-0.3.6.tar.gz
- Upload date:
- Size: 192.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bde0b654c1c2bee451e4654547a44dee994699a2acfc23a7f62880b61ca34e5
|
|
| MD5 |
5426aaaa748695889e84e7940557a630
|
|
| BLAKE2b-256 |
5957b4b245ff3dd958747a9db621748d4cc9095aaaae637a8941b376b4f7130b
|
File details
Details for the file abstractcode-0.3.6-py3-none-any.whl.
File metadata
- Download URL: abstractcode-0.3.6-py3-none-any.whl
- Upload date:
- Size: 167.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6686ea8f98411864474252adf0f5871f22f1358234b2f804451a18932586060d
|
|
| MD5 |
d7be4aa33d5d091eb9e33e123e28bd34
|
|
| BLAKE2b-256 |
11c04db54e6b06c501294d82595c1a7591206a5c45bf65f96772c24eb0eb31db
|