agentPlan
No description
agentPlan(
id: ID!
): AgentPlan
Arguments
agentPlan.id ● ID! non-null scalar
Type
AgentPlan union
Persistent typed plan owned by an AI agent. Each user turn applies a patch against an existing plan instead of re-deriving the whole build from chat history. Sub-plans (Segment, Actions) nest under their owner via parent_plan_id and are reachable via {@see ChatConversation.agent_plans} (plural) or directly by id via {@see Query.agentPlan}.
Lighthouse dispatches the union by inspecting the AgentPlan row's
plan_type. UIs render via __typename and inline fragments.


