showcase/integrations/pydantic-ai/qa/agent-config.md
/demos/agent-config/api/health)OPENAI_API_KEY set/demos/agent-config/api/copilotkit-agent-config includes the
three values somewhere in its body (they land on the AG-UI
context array the TS route appends)The TS runtime route subclasses HttpAgent to repack the CopilotKit
provider's properties into an AG-UI context entry tagged
agent-config-properties. The Python agent's dynamic
@agent.system_prompt reads that entry at call time and composes the
prompt from the three axes. This differs from the langgraph-python
reference (which repacks into forwardedProps.config.configurable),
but the user-visible behaviour is identical.