feat(FN-1949): add send_message and read_messages agent tools
- 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
This commit is contained in:
5
.changeset/agent-messaging-tools.md
Normal file
5
.changeset/agent-messaging-tools.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user