Parent
What to build
End-to-end agent runtime behavior behind a fake StreamFn: pure loop + stateful Agent with prompt/continue/steer/follow_up, awaited subscribe settlement, fixed event sequence, AgentMessage→LLM Message projection, and tool before/after hooks under parallel|sequential batching.
Acceptance criteria
Blocked by
- pi_llm: LiteLLM stream, tools assemble, credentials, errors
Parent
What to build
End-to-end agent runtime behavior behind a fake StreamFn: pure loop + stateful
Agentwithprompt/continue/steer/follow_up, awaitedsubscribesettlement, fixed event sequence, AgentMessage→LLM Message projection, and tool before/after hooks under parallel|sequential batching.Acceptance criteria
AgentAgentsupportsprompt/continue/steer/follow_upwithout concurrentpromptsubscribesettles handlers before the runtime advancesBlocked by