@@ -59,7 +59,7 @@ Next run the AG-UI Dojo example frontend.
59
59
This demonstrates a basic agent interaction including Pydantic AI server side
60
60
tools and AG-UI client side tools.
61
61
62
- View the [Agentic Chat example](http://localhost:3000/pydantic-ai/feature/agentic_chat) .
62
+ If you ' ve [run the example](#running-the-example), you can view it at < http://localhost:3000/pydantic-ai/feature/agentic_chat> .
63
63
64
64
#### Agent Tools
65
65
@@ -95,7 +95,7 @@ Perform the following steps, waiting for the response of each step before contin
95
95
Demonstrates a long running task where the agent sends updates to the frontend
96
96
to let the user know what' s happening.
97
97
98
- View the [Agentic Generative UI example](http://localhost:3000/pydantic-ai/feature/agentic_generative_ui) .
98
+ If you ' ve [run the example](#running-the-example), you can view it at < http://localhost:3000/pydantic-ai/feature/agentic_generative_ui> .
99
99
100
100
#### Plan Prompts
101
101
@@ -132,7 +132,7 @@ Demonstrates how to use the predictive state updates feature to update the state
132
132
of the UI based on agent responses, including user interaction via user
133
133
confirmation.
134
134
135
- View the [Predictive State Updates example](http://localhost:3000/pydantic-ai/feature/predictive_state_updates) .
135
+ If you ' ve [run the example](# running-the-example), you can view it at < http://localhost:3000/pydantic-ai/feature/predictive_state_updates> .
136
136
137
137
# ### Story Tools
138
138
@@ -168,7 +168,7 @@ State sent to the agent is detected by a function based instruction. This then
168
168
validates the data using a custom pydantic model before using to create the
169
169
instructions for the agent to follow and send to the client using a AG-UI tool.
170
170
171
- View the [Shared State example](http://localhost:3000/pydantic-ai/feature/shared_state) .
171
+ If you ' ve [run the example](#running-the-example), you can view it at < http://localhost:3000/pydantic-ai/feature/shared_state> .
172
172
173
173
#### Recipe Tools
174
174
@@ -187,7 +187,7 @@ View the [Shared State example](http://localhost:3000/pydantic-ai/feature/shared
187
187
188
188
Demonstrates customised rendering for tool output with used confirmation.
189
189
190
- View the [Tool Based Generative UI example](http://localhost:3000/pydantic-ai/feature/tool_based_generative_ui) .
190
+ If you ' ve [run the example](# running-the-example), you can view it at < http://localhost:3000/pydantic-ai/feature/tool_based_generative_ui> .
191
191
192
192
# ### Haiku Tools
193
193
0 commit comments