Back to Copilotkit

Programmatic Control Setup

showcase/integrations/claude-sdk-python/docs/setup/programmatic-control-setup.mdx

1.68.2374 B
Original Source
<Steps> <Step> ### Run Claude through an AG-UI endpoint
Programmatic control starts from the same AG-UI run boundary as the chat UI.
Wrap Claude Agent SDK once to expose that endpoint. The frontend patterns
on this page then use the same agent connection, whether they trigger a
run, render a headless chat, or resolve an interrupt.
</Step> </Steps>