Retrieve conversation history with AI invocations, tool calls, and trading decisions
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/fatelessdev/autonome/llms.txt
Use this file to discover all available pages before exploring further.
getInvocations endpoint returns a comprehensive snapshot of all AI model invocations (conversations) including:
modelId.
getModels, this endpoint does not provide fallback data since invocation history cannot be derived from static configuration.
src/server/orpc/router/models.ts:43-59src/server/features/trading/conversationsSnapshot.server.ts:61-144src/db/schema.ts:50-88 (Invocations + ToolCalls tables)