Soothe
Goal-driven multi-agent orchestration framework (in-process host core).
Extends soothe-nano with StrangeLoop planning, durability, and Autopilot (daemon-dispatched). For a lightweight one-shot coding CLI on nano alone, see fj-ai.
Installation
Full runtime (daemon + CLI):
pip install soothe soothe-daemon soothe-cli
Library only (this package):
pip install soothe
What's in this package
| Piece | Role |
|---|---|
SootheRunner |
Protocol orchestration + StrangeLoop stream (astream) |
create_soothe_agent |
Host CoreAgent factory (planner/policy/memory wired) |
SootheConfig |
Nano base + host overlay (nano.yml / soothe.yml) |
| StrangeLoop / Autopilot / CE / cron | Host orchestration (Autopilot needs the daemon) |
Quick example (StrangeLoop, non-autopilot)
In-process, fj-style one-shot — no daemon:
import asyncio
from soothe.config import SootheConfig
from soothe.runner import SootheRunner
async def main() -> None:
config = SootheConfig.from_yaml_file("~/.soothe/config/nano.yml")
runner = SootheRunner(config)
try:
async for _ns, mode, data in runner.astream("Summarize this repo"):
if mode == "messages":
print(data) # (message, metadata)
finally:
await runner.cleanup()
asyncio.run(main())
Runnable script (loads ~/.soothe/config, SQLite defaults, prints progress):
uv run python examples/01_strange_loop_example.py
Pass autopilot_job=... only when embedding a daemon-dispatched worker goal.
Interactive / library use should omit it so StrangeLoop runs the user query.
Related packages
| Package | Purpose |
|---|---|
soothe-daemon |
Long-running server (HTTP/WS, channels, Autopilot dispatch) |
soothe-cli |
Human CLI + Textual TUI |
soothe-sdk |
Shared wire contracts and types |
soothe-nano |
SootheNanoAgent (tools, skills, MCP) |
Testing
uv run pytest packages/soothe/tests/unit/ -v
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 soothe-0.9.11.tar.gz.
File metadata
- Download URL: soothe-0.9.11.tar.gz
- Upload date:
- Size: 516.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c594693f7aee1bfaa5bfd82472c801a8b908dc87b1fb7f2b158dcebea21b0d86
|
|
| MD5 |
f1d1115f2c8c5dc09f7049574f791671
|
|
| BLAKE2b-256 |
98e9311197e798a3a1902eac58d9ee27ebe5e29c0acfd014fd8dc15de8525c30
|
Provenance
The following attestation bundles were made for soothe-0.9.11.tar.gz:
Publisher:
release.yml on mirasoth/soothe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
soothe-0.9.11.tar.gz -
Subject digest:
c594693f7aee1bfaa5bfd82472c801a8b908dc87b1fb7f2b158dcebea21b0d86 - Sigstore transparency entry: 2296701090
- Sigstore integration time:
-
Permalink:
mirasoth/soothe@d06ebe0dbd3b700ea223155d177cc6687e685c9f -
Branch / Tag:
refs/tags/v0.9.11 - Owner: https://github.com/mirasoth
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d06ebe0dbd3b700ea223155d177cc6687e685c9f -
Trigger Event:
release
-
Statement type:
File details
Details for the file soothe-0.9.11-py3-none-any.whl.
File metadata
- Download URL: soothe-0.9.11-py3-none-any.whl
- Upload date:
- Size: 662.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69ad99edbbd41c9e96e2876a07b0399fbfc7829922a59237eebd83d4b7c0ac7c
|
|
| MD5 |
e4d8b7a2d4c9978a57c0d2e02ee7868a
|
|
| BLAKE2b-256 |
3516c2be606883ee5902fccd8e698f63ec40e01e808d268ffc3abbe7fa329a56
|
Provenance
The following attestation bundles were made for soothe-0.9.11-py3-none-any.whl:
Publisher:
release.yml on mirasoth/soothe
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
soothe-0.9.11-py3-none-any.whl -
Subject digest:
69ad99edbbd41c9e96e2876a07b0399fbfc7829922a59237eebd83d4b7c0ac7c - Sigstore transparency entry: 2296701210
- Sigstore integration time:
-
Permalink:
mirasoth/soothe@d06ebe0dbd3b700ea223155d177cc6687e685c9f -
Branch / Tag:
refs/tags/v0.9.11 - Owner: https://github.com/mirasoth
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d06ebe0dbd3b700ea223155d177cc6687e685c9f -
Trigger Event:
release
-
Statement type: