agent-teams
File-based agent team coordination for OpenClaw. Inspired by Claude Code's teams architecture.
Features
- Team management — create/delete teams, add/remove members
- Mailbox IPC — file-based inboxes with cursor-based polling
- Shared task list — file-locked atomic task claims
- XML context injection — poll output formatted for agent prompt injection
- Zero dependencies — pure Python, no servers, no databases
Install
pip install -e .
Quick Start
# Create a team
agent-teams create my-team --members lead researcher builder
# Send a message
agent-teams send lead@my-team researcher@my-team --text "Find papers on X"
# Poll inbox (XML for context injection)
agent-teams poll researcher@my-team
# Create and manage tasks
agent-teams task-create my-team -s "Research task" --assign-to researcher --assign-by lead
agent-teams task-claim my-team 1 researcher
agent-teams task-complete my-team 1 researcher -r "Done!"
See SKILL.md for full documentation.
License
MIT
Release files for agent-teams-cli 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_teams_cli-0.1.1.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_teams_cli-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / agent_teams_cli-0.1.1.tar.gz
| Download URL | agent_teams_cli-0.1.1.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
00a7a9194f3f76fc1e67786a02e766fb83365844d1b734e847046791febdf5c2
|
|
BLAKE2b-256 checksum How to use checksums |
cbb491675edcc51104197108cad7b6460a4e9942085485ecc571fbd9608ebd1e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / agent_teams_cli-0.1.1-py3-none-any.whl
| Download URL | agent_teams_cli-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
61ba72c6f690ad5cdb87a49a62975709f8551cb15d869de98000c7ef15b1f9e3
|
|
BLAKE2b-256 checksum How to use checksums |
10432d27671695784cbe1e54f8c6a6887d60b96f959121bb64b2b0500e3d8d0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|