Skip to main content

Agents Activity

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

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

Inputs

FieldTypeRequiredNotes
id_or_nameint or stringyesAgent ID or name
conversation_idstringnoSpecific 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.