3ab50e5bb246b7e6a7f5892908e26835f4d0ed83263ac6501c9617783abd714a
active
contextual
procedural
The platform executes action agents through a defined runtime sequence in which a Temporal workflow invokes the execute_action_agent activity, PyranaHarness runs the agent, the LLM creates an initial plan on turn 0, native tool-calling iterates until completion, and the system finalizes by building and persisting an AgentOutputEnvelope.
Supporting contexts
Quoteverbatim
Execution Flow:
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
1. Temporal Workflow (entry point) → `execute_action_agent` activity
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
2. PyranaHarness.execute(config, workflow_input)
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
3. Turn 0: create initial plan via LLM
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
4. Native tool calling loop: LLM emits tool_calls → execute tools → observe → repeat
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Quoteverbatim
5. Finalize: build and persist AgentOutputEnvelope
— PYRANA_PLATFORM_ARCHITECTURE_REFERENCE.md
Effective from: 7/16/2026, 11:28:55 PM