bus_history
Retrieve chronological dialogue history between two agents using their agent IDs, pulling past messages from SQLite storage. Specify a limit to control how many recent messages are returned.
Instructions
Query chronological dialogue history between two agents from SQLite storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent dialogue messages to return | |
| agent_a | Yes | First agent ID | |
| agent_b | Yes | Second agent ID |