Learning AG-UI (Agent User Interaction Protocol) SDK with Pydantic AI and FastAPI
uv is required
# Run the AG-UI agent server
# automatically sets up environment and opens a web browser with the ui on macOS
# On other OS visit http://localhost:8000/
makemakeormake all- Run AG-UI agent server with auto-reload (default)make check- Run typecheck and lintmake fix- Run typecheck and lint, reformat code with ruff and prettiermake clean- Remove generated filesmake help- Show all available targets