exoclaw-subagent
Concrete SpawnManager implementation for exoclaw — spawns background subagents by nesting a fresh AgentLoop and announces results back to the originating session via the bus.
Install
pip install exoclaw-subagent
Usage
from exoclaw_subagent.manager import SubagentManager
subagent_manager = SubagentManager(
provider=provider,
bus=bus,
conversation_factory=lambda: DefaultConversation.create(
workspace=workspace,
provider=provider,
model=model,
),
tools=tools,
model=model,
max_iterations=15,
)
# Pass to SpawnTool — moved into this package in 0.9.0
from exoclaw_subagent import SpawnTool
spawn_tool = SpawnTool(manager=subagent_manager)
SubagentManager.spawn() returns immediately; the task runs in a background asyncio task. On completion, the result is injected back into the originating session as a system InboundMessage on the bus.
Release files for exoclaw-subagent 0.15.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exoclaw_subagent-0.15.0.tar.gz | 15.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exoclaw_subagent-0.15.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.1 kB
Release files / exoclaw_subagent-0.15.0.tar.gz
| Download URL | exoclaw_subagent-0.15.0.tar.gz |
|---|---|
| Size | 15.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
49f899054d29a0d97492e89e3a9999864e4cd156af8cdcbe51943bb47386f7fc
|
|
BLAKE2b-256 checksum How to use checksums |
1489d86cdd55b6c88e92286bea62181a200e201a92b9364c68f3f0591e5d3873
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / exoclaw_subagent-0.15.0-py3-none-any.whl
| Download URL | exoclaw_subagent-0.15.0-py3-none-any.whl |
|---|---|
| Size | 19.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e0d66926608b3bc6527aa641d091ab5494035610bfd308805f5c5cf08bb558d2
|
|
BLAKE2b-256 checksum How to use checksums |
a1199cf03e4f9c7df2d6818dfa0eaf85bd6e92c49df572e6e40fd3974d2e6699
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|