Expand description
Session-to-session messaging tools for inter-agent communication.
Provides three tools:
sessions_list— list active sessions with metadatasessions_history— read message history from a specific sessionsessions_send— send a message to a specific session
Structs§
- Sessions
History Tool - Reads the message history of a specific session by ID.
- Sessions
List Tool - Lists active sessions with their channel, last activity time, and message count.
- Sessions
Send Tool - Sends a message to a specific session, enabling inter-agent communication.