- Add send_message tool factory for executor agents to send messages - Add read_messages tool factory to retrieve agent inbox messages - Update heartbeat to process pending messages during agent wake cycles - Include message tools in executor agent tool context - Add comprehensive unit tests for message tools - Add heartbeat message processing tests - Add end-to-end agent messaging test - Create changeset for @gsxdsm/fusion package
321 B
321 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| minor |
Add send_message and read_messages tools for agent-to-agent communication. Heartbeat agents can now send and receive messages, enabling inter-agent messaging. When woken by incoming messages, heartbeat agents automatically process unread messages and can reply using the messaging tools.