Python: Fix ag-ui examples packaging for PyPI publish (#1953)

* Fix ag-ui examples packaging for PyPI publish

* Fix markdown links
This commit is contained in:
Evan Mattson
2025-11-06 11:31:24 +09:00
committed by GitHub
parent 6fec8a61e3
commit ac018f700b
23 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ add_agent_framework_fastapi_endpoint(app, agent, "/")
## Documentation
- **[Getting Started Tutorial](getting_started/)** - Step-by-step guide to building your first AG-UI server and client
- **[Examples](examples/)** - Complete examples for AG-UI features
- **[Examples](agent_framework_ag_ui_examples/)** - Complete examples for AG-UI features
## Features
@@ -64,7 +64,7 @@ The package uses a clean, orchestrator-based architecture:
## Next Steps
1. **New to AG-UI?** Start with the [Getting Started Tutorial](getting_started/)
2. **Want to see examples?** Check out the [Examples](examples/) for AG-UI features
2. **Want to see examples?** Check out the [Examples](agent_framework_ag_ui_examples/) for AG-UI features
## License