A lean Python harness for running persistent AI agents
Project description
Clawsome
A lean python harness for running persistent AI agents.
Clawsome is under early, active development. Expect rough edges, breaking changes, and missing features. Feedback and contributions are welcome.
Setup
Clawsome talks to a few external services (Ollama, SearXNG, a Matrix
homeserver) — get those running first, then pip install -e . and
point claw at a populated claw.yaml.
→ See docs/setup.md for prerequisites, install notes
(including the macOS libolm wrinkle), and a first-boot checklist.
Architecture
A single clawsome process manages multiple agents, each with a workspace (state on disk) and one or more channels (inbound surfaces — Matrix is the shipped one). Per-turn, the agent loads its transcript, assembles a system prompt from injected identity files + retrieved memory, runs an Ollama tool loop, and replies. Background tasks (compaction, memory_flush, reindex, cron, session rotate) run off the user-reply path.
→ See docs/architecture.md for the full mental
model, request lifecycle, and workspace file contract.
Configuration
claw.yaml is parsed once at startup; editing requires a restart. The
shipped claw.example.yaml is a runnable template with inline comments.
→ See docs/configuration.md for the full key-by-key
reference.
Operations
Background tuning, daily session rotate, memory retrieval cadence, Matrix bot first-deploy (token + cross-signing UIA + ghost-DM avoidance), and log-based troubleshooting.
→ See docs/operations.md.
Extending
Three extension points: skills (workspace-local; markdown protocol +
optional tool.py), built-in tools (in-tree; universal capability),
channels (in-tree; new inbound surface). Skills cover 99% of cases.
→ See docs/extending.md.
Deployment
pip install exposes a claw console script that takes
--config <path/to/claw.yaml> and runs in the foreground. Wire it into
launchd / systemd / your process manager of choice as a long-lived service
running under a dedicated user. This repo intentionally does not ship
example service files — paths, log destinations, and label/unit names all
depend on the host layout.
Contributing
Issues and pull requests are welcome on GitHub.
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 clawsome-2026.5.9.tar.gz.
File metadata
- Download URL: clawsome-2026.5.9.tar.gz
- Upload date:
- Size: 72.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8624d674118b6eea4c2e533599c65f90af0d4ffa3281c4da2fdcc972e9259e5c
|
|
| MD5 |
a168bdad87eba2da58f3ba768bed9ff6
|
|
| BLAKE2b-256 |
5e4e3ea4f1792cded972f0f458078f16d6610680eff3266d545d68066dcf7e01
|
File details
Details for the file clawsome-2026.5.9-py3-none-any.whl.
File metadata
- Download URL: clawsome-2026.5.9-py3-none-any.whl
- Upload date:
- Size: 81.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9427ee2c4c9fc14e780e89221273ce4e0ed712746f6b58bb9dc9cc3035db01de
|
|
| MD5 |
7027bc0ab9bdce4d47ab0d0f97215004
|
|
| BLAKE2b-256 |
97485f9ae6d7b5f456ed8e0883cdd069934de8bdd1cba0cf23cf59c6661f7a32
|