Files
pragma-stack/backend/app
Felipe Cardoso a9c77d80ba fix(agents): move project metrics endpoint before {agent_id} routes
FastAPI processes routes in order, so /agents/metrics must be defined
before /agents/{agent_id} to prevent "metrics" from being parsed as a UUID.
2025-12-31 13:19:53 +01:00
..