Logo
Explore Help
Register Sign In
wanwu/deer-flow
1
0
Fork 0
You've already forked deer-flow
mirror of https://gitee.com/wanwujie/deer-flow synced 2026-04-20 04:44:46 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
0baa8a733a77b17a6455d1a5ddc817ce4d847a6b
deer-flow/backend/src/config/__init__.py

6 lines
241 B
Python
Raw Normal View History

feat: add config modules
2026-01-14 07:15:58 +08:00
from .app_config import get_app_config
feat: add skills api
2026-01-20 13:57:36 +08:00
from .extensions_config import ExtensionsConfig, get_extensions_config
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
from .skills_config import SkillsConfig
feat: add config modules
2026-01-14 07:15:58 +08:00
feat: add skills api
2026-01-20 13:57:36 +08:00
__all__ = ["get_app_config", "SkillsConfig", "ExtensionsConfig", "get_extensions_config"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.4.3 Page: 55ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API