Files
2026-08-17 16:31:46 -07:00

11 lines
375 B
Plaintext

<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>