get_agent_trajectory
Aurora agent surface (no LLM cost on this call — pure DB read). Only relevant when inspecting an Aurora agent run. Raw trace / trajectory events for an agent (for inspection or building evaluator input). Address by agentId OR exact title (XOR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact case-insensitive user-assigned title (XOR with agentId) | |
| agentId | No | MongoDB agent _id (XOR with title) |