Skip to main content

Agents Messages

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

Reads persisted Agent messages. Use conversation_id whenever the Agent is reused across multiple user/project conversations.

Inputs

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

Gotchas

  • This is persisted history, not live streaming state. Use fibe_agents_live_state for live output.
  • Without conversation_id, results may include only the runtime default conversation.
  • fibe_agents_activity — persisted activity log.
  • fibe_agents_live_state — transient processing state.