Skip to main content

Module sessions

Module sessions 

Source
Expand description

Session-to-session messaging tools for inter-agent communication.

Provides three tools:

  • sessions_list — list active sessions with metadata
  • sessions_history — read message history from a specific session
  • sessions_send — send a message to a specific session

Structs§

SessionsHistoryTool
Reads the message history of a specific session by ID.
SessionsListTool
Lists active sessions with their channel, last activity time, and message count.
SessionsSendTool
Sends a message to a specific session, enabling inter-agent communication.