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 |
||
|---|---|---|
| .. | ||
| config-versioning.md | ||
| cron.md | ||
| exec-tool.md | ||
| mcp-cli.md | ||
| rate-limiting.md | ||
| README.md | ||
| tools-api.md | ||
| tools_configuration.fr.md | ||
| tools_configuration.ja.md | ||
| tools_configuration.md | ||
| tools_configuration.pt-br.md | ||
| tools_configuration.vi.md | ||
| tools_configuration.zh.md | ||
Reference
Reference docs for precise configuration, runtime behavior, and tool semantics.
- Tools Configuration: per-tool configuration, execution policies, MCP, and Skills.
- MCP Server CLI: add, list, test, edit, and remove MCP server entries from the command line.
- Scheduled Tasks and Cron Jobs: schedule types, delivery modes, command gates, and storage.
- Config Schema Versioning Guide: config schema migration and compatibility notes.
- Dynamic Rate Limiting: request throttling behavior for LLM providers.