deerflow2/backend/docs
DanielWalnut 9f755ecc30 feat: add skills system for specialized agent workflows (#6)
Implement a skills framework that enables specialized workflows for
specific tasks (e.g., PDF processing, web page generation). Skills are
discovered from the skills/ directory and automatically mounted in
sandboxes with path mapping support.

- Add SkillsConfig for configuring skills path and container mount point
- Implement dynamic skill loading from SKILL.md files with YAML frontmatter
- Add path mapping in LocalSandbox to translate container paths to local paths
- Mount skills directory in AIO Docker sandbox containers
- Update lead agent prompt to dynamically inject available skills
- Add setup documentation and expand config.example.yaml

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 14:44:51 +08:00
..
AUTO_TITLE_GENERATION.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
BACKEND_TODO.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00
CONFIGURATION.md feat: add skills system for specialized agent workflows (#6) 2026-01-16 14:44:51 +08:00
TITLE_GENERATION_IMPLEMENTATION.md feat: add AIO sandbox provider and auto title generation (#1) 2026-01-14 23:29:18 +08:00