What problem does it solve?
This skill enables daemonless, asynchronous messaging and inbox management for agent-team workflows, including checkpoints, acknowledgements, and contract-change notifications. It relies on the shared agent-team components.
Core Features & Use Cases
- Message and inbox commands provide a lightweight interface to send and read messages within a run or task context.
- Checkpoint and acknowledgement support helps track progress and confirm handling of messages to ensure synchronization without a daemon.
- Contract-change notifications keep involved agents informed about updates to the workflow contract, enabling coordinated changes.
- Preresquisite loading of agent-team-shared ensures access to shared utilities and consistent state handling.
Quick Start
Invoke the agent-team message and inbox commands to establish a simple asynchronous communication channel and verify inbox states.