Skip to main content
Clawsome

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 why the matrix-nio[e2e] extra is mandatory), 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. An optional control plane lets allowlisted operators run in-band admin commands (%stop, %compact, %clear, …) that are intercepted before the model and never enter the transcript.

→ 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), the admin-command runbook (%stop/%compact/%clear/%subagents/ %verbose/%thinking), 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.

Tests

pip install -e ".[dev]"   # pytest + pytest-asyncio
pytest -q

Pure-logic unit tests plus one Agent smoke test — no live Ollama, Matrix, or network needed (fakes + tmp_path throughout); runs in under a second. Tests use neutral placeholders only (no real hostnames or MXIDs) — please keep new ones that way.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clawsome-2026.8.10.tar.gz (180.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clawsome-2026.8.10-py3-none-any.whl (155.8 kB view details)

Uploaded Python 3

File details

Details for the file clawsome-2026.8.10.tar.gz.

File metadata

  • Download URL: clawsome-2026.8.10.tar.gz
  • Upload date:
  • Size: 180.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for clawsome-2026.8.10.tar.gz
Algorithm Hash digest
SHA256 c7d32a5a7800ab48f2213c8d8576fc5797ee2ab6973f515bda3bf1a1f08cff7d
MD5 48255ede7545ca48816d1535e8b5704a
BLAKE2b-256 bfacd7f48a6e8966076d15fc286638b80f76c7d1831ff7aba12e01079073df20

See more details on using hashes here.

File details

Details for the file clawsome-2026.8.10-py3-none-any.whl.

File metadata

  • Download URL: clawsome-2026.8.10-py3-none-any.whl
  • Upload date:
  • Size: 155.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for clawsome-2026.8.10-py3-none-any.whl
Algorithm Hash digest
SHA256 7a3e1eb53dcf5b4159dd36b1814db4abce26eb14ee9144972363a9731c1093fa
MD5 43bbb1d1d4d28ccca517b6511503153a
BLAKE2b-256 0c6d45774bd4d8eaa05de7186736f02d4723f66f1f6870c6b78e5426351d3b8a

See more details on using hashes here.

Release history Release notifications | RSS feed

2026.8.25

2 files

This release

2026.8.10 This release

2 files

2026.7.24

2 files

2026.7.8

2 files

2026.7.3

2 files

2026.5.20

2 files

2026.5.17

2 files

2026.5.15

2 files

2026.5.11

2 files

2026.5.10

2 files

2026.5.9

2 files

2026.5.5

2 files

2026.5.4

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page