picoclaw/docs/reference
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
..
config-versioning.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
cron.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
exec-tool.md docs: update exec tool and tools API docs with permission system 2026-05-05 06:15:59 +03:00
mcp-cli.md fix(mcp): normalize local command paths and document env-file usage 2026-04-24 10:32:55 +02:00
rate-limiting.md refactor: support explicit provider field in model list entries (#2609) 2026-04-22 11:28:47 +08:00
README.md feat(mcp): add show, add, list, remove, test, edit cli commands 2026-04-23 19:20:15 +02:00
tools-api.md feat(agent): implement agent management and research cockpit 2026-05-07 22:50:53 +03:00
tools_configuration.fr.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
tools_configuration.ja.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
tools_configuration.md feat(mcp): add show, add, list, remove, test, edit cli commands 2026-04-23 19:20:15 +02:00
tools_configuration.pt-br.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
tools_configuration.vi.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00
tools_configuration.zh.md refactor(docs): reorganize docs by type and locale 2026-04-17 14:00:45 +08:00

Reference

Reference docs for precise configuration, runtime behavior, and tool semantics.