Skip to main content

Agents Activity

[MODE:OVERSEER] Tier: overseer. Read-only.

Reads persisted Agent activity. Use this to inspect tool calls, runtime steps, and outcomes after a conversation turn.

Inputs

FieldTypeRequiredNotes
agent_idint or stringyesAgent ID or name
conversation_idstringnoSpecific runtime conversation/thread ID

Gotchas

  • For multi-conversation Agents, pass conversation_id or you may inspect the wrong thread.
  • Use fibe_agents_live_state when the current turn has not persisted yet.
  • fibe_agents_messages — persisted message history.
  • fibe_agents_live_state — transient processing state.