Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/examples/ag-ui.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Agent User Interaction (AG-UI)

Example of using Pydantic AI agents with the [AG-UI Dojo](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo) example app.
Example of using Pydantic AI agents with the [AG-UI Dojo](https://github.com/ag-ui-protocol/ag-ui/tree/main/apps/dojo) example app.

See the [AG-UI docs](../ui/ag-ui.md) for more information about the AG-UI integration.

Expand Down Expand Up @@ -48,7 +48,7 @@ Next run the AG-UI Dojo example frontend.
cd ag-ui/sdks/typescript
```

3. Run the Dojo app following the [official instructions](https://github.com/ag-ui-protocol/ag-ui/tree/main/typescript-sdk/apps/dojo#development-setup)
3. Run the Dojo app following the [official instructions](https://github.com/ag-ui-protocol/ag-ui/tree/main/apps/dojo#development-setup)
4. Visit <http://localhost:3000/pydantic-ai>
5. Select View `Pydantic AI` from the sidebar

Expand Down