picoclaw/pkg/gateway
anthrodjear 9f011dbe67 feat(agent): implement agent management and research cockpit
Introduces a comprehensive agent management system and a new research interface within the cockpit. This includes backend API endpoints for CRUD operations on agents, a new agent lifecycle manager, and frontend components for managing agents, skills, and research workflows.

- feat(backend): add REST API for agent lifecycle management (list, create, update, delete, import)
- feat(backend): implement `pkg/agent/manager` for agent lifecycle control
- feat(gateway): register agent API routes in the gateway
- feat(frontend): add cockpit tabs for Agents, Skills, and Research
- feat(frontend): implement AgentsPage and ResearchPage components
- feat(frontend): add `use-agents` and `use-cockpit-skills` hooks
- docs: add Agent Management API documentation and update project map
- refactor(tools): update ToolSkill metadata handling and regex parsing
2026-05-07 22:50:53 +03:00
..
agent_api.go feat(agent): implement agent management and research cockpit 2026-05-07 22:50:53 +03:00
channel_matrix.go fixed the build issue 2026-05-04 12:48:52 +03:00
events.go fix(events): keep runtime observers non-blocking 2026-04-27 13:09:03 +08:00
gateway.go feat(agent): implement agent management and research cockpit 2026-05-07 22:50:53 +03:00
gateway_test.go fix(events): keep runtime observers non-blocking 2026-04-27 13:09:03 +08:00
listen.go feat(host): complete launcher and gateway multi-host binding support 2026-04-14 14:04:36 +08:00
listen_test.go feat(host): complete launcher and gateway multi-host binding support 2026-04-14 14:04:36 +08:00