File-based agent team coordination for OpenClaw
Project description
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
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
agent_teams_cli-0.1.1.tar.gz
(6.7 kB
view details)
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 agent_teams_cli-0.1.1.tar.gz.
File metadata
- Download URL: agent_teams_cli-0.1.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00a7a9194f3f76fc1e67786a02e766fb83365844d1b734e847046791febdf5c2
|
|
| MD5 |
ed345d6382a0d49f1d770240d04a9935
|
|
| BLAKE2b-256 |
cbb491675edcc51104197108cad7b6460a4e9942085485ecc571fbd9608ebd1e
|
File details
Details for the file agent_teams_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agent_teams_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61ba72c6f690ad5cdb87a49a62975709f8551cb15d869de98000c7ef15b1f9e3
|
|
| MD5 |
152ae190474c3d4bbdc43c02433e0963
|
|
| BLAKE2b-256 |
10432d27671695784cbe1e54f8c6a6887d60b96f959121bb64b2b0500e3d8d0c
|