deerflow2/backend/src/agents
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
..
lead_agent feat: add skills system for specialized agent workflows (#6) 2026-01-16 14:44:51 +08:00
middlewares feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
__init__.py feat: support function factory (#4) 2026-01-15 22:05:54 +08:00
thread_state.py feat: add thread data middleware (#2) 2026-01-15 13:22:30 +08:00