Connect Microsoft Teams channel
add-teamsskillsetup L2★29,740
nanocoai/nanoclaw ↗What it does
Coordinate multi-agent team via shared context and turn-taking
Best for
When you need multiple specialized agents to collaborate sequentially or round-robin on a complex task.
Inputs
- · team roster (agents)
- · shared context file
- · turn sequence or dependency graph
Outputs
- · orchestrated multi-agent output per turn, shared context updated
Requires
- · sub-agent protocol
- · context file storage (git or cloud)
- · turn-sequencing engine
Preconditions
Team members defined, shared context file path known, turns/dependencies documented
Failure modes
- · Context merge conflict
- · Turn sequencing deadlock
- · Agent timeout
Trust signals
- · Turn ordering enforced
- · Shared context versioning
- · Deadlock detection and recovery