mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2026-05-11 19:54:59 +00:00
- result_type -> output_type on Agent (core.py)
- result_validator -> output_validator decorator (tools.py)
- BASE_DIR was operating on the string literal "__name__" instead of
__file__; all paths were relative to CWD and only worked in Docker
because the entrypoint cd's into src/ first (consts.py)
- url_for('static', filename=...) -> path=... to match Starlette's
StaticFiles param name; every other template already used path= (home.html)
Verified locally: all routes and static assets return 200.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>