This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-agentic/Controllers
Snider f15093843b feat(api): add REST endpoints for go-agentic Client
16 endpoints matching the go-agentic Client contract:
- Plans: list, get, create, update status, archive
- Phases: get, update status, checkpoint, task update, task toggle
- Sessions: list, get, start, end, continue
- Health: /v1/health ping

Routes at /v1/* with AgentApiAuth Bearer token middleware.
Permission-scoped: plans.read, plans.write, phases.write, sessions.write.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 18:34:59 +00:00
..
Api feat: add plan/session/phase/task Actions + slim MCP tools 2026-03-04 13:58:45 +00:00
AgentApiController.php feat(api): add REST endpoints for go-agentic Client 2026-03-04 18:34:59 +00:00
ForAgentsController.php refactor: namespace cache keys to prevent collisions (closes #20) 2026-02-23 06:18:30 +00:00