File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
examples/pydantic_ai_ag_ui_examples Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -276,11 +276,11 @@ For more examples of how to use [`Adapter`][pydantic_ai_ag_ui.Adapter] see
276
276
[ ` pydantic_ai_ag_ui_examples ` ] ( https://github.com/pydantic/pydantic-ai/tree/main/examples/pydantic_ai_ag_ui_examples ) ,
277
277
which includes working server for the with the
278
278
[ AG-UI Dojo] ( https://docs.ag-ui.com/tutorials/debugging#the-ag-ui-dojo ) which
279
- can be run from a clone of the repo or with the ` pydantic_ai_ag_ui_examples ` package
279
+ can be run from a clone of the repo or with the ` pydantic-ai-examples ` package
280
280
installed with either of the following:
281
281
282
282
``` bash
283
- pip/uv-add ' pydantic_ai_ag_ui_examples '
283
+ pip/uv-add ' pydantic-ai-examples '
284
284
```
285
285
286
286
Direct:
@@ -292,5 +292,5 @@ python -m pydantic_ai_ag_ui_examples.dojo_server
292
292
Using uvicorn:
293
293
294
294
``` shell
295
- uvicorn pydantic_ai_ag_ui_examples.dojo_server:app --host 0.0.0.0 -- port 8000
295
+ uvicorn pydantic_ai_ag_ui_examples.dojo_server:app --port 9000
296
296
```
Original file line number Diff line number Diff line change 48
48
49
49
uvicorn .run (
50
50
'pydantic_ai_ag_ui_examples.dojo_server:app' ,
51
- host = '127.0.0.1' ,
52
51
port = 9000 ,
53
52
reload = True ,
54
53
log_level = 'info' ,
You can’t perform that action at this time.
0 commit comments