docs: document skill/agent category split in AGENTS.md and CLAUDE.md
Deploy to Production / deploy (push) Waiting to run
Details
Deploy to Production / deploy (push) Waiting to run
Details
Add skill category convention: agent_template (execution engines) vs business_skill (domain skills), classified via _ENGINE_TEMPLATE_NAMES. Update preset count 15 -> 16.
This commit is contained in:
parent
3d108dd08e
commit
b9bb1b7cf1
|
|
@ -184,7 +184,8 @@ Config search: `--config` path > `./agentkit.yaml` > `~/.agentkit/agentkit.yaml`
|
||||||
|
|
||||||
## Conventions
|
## Conventions
|
||||||
|
|
||||||
- Skill configs: `configs/skills/*.yaml` (15 presets)
|
- Skill configs: `configs/skills/*.yaml` (16 presets, unified as `SkillConfig`)
|
||||||
|
- Skill categories: `agent_template` (execution engines: react/direct/rewoo/reflexion/plan_exec/goal_driven) vs `business_skill` (domain skills). Classified via `_ENGINE_TEMPLATE_NAMES` in `server/routes/skill_management.py`. Frontend groups by `category` field — `SkillsView` two-column layout, `SkillCard`/`SkillsTab` show type tags (引擎/技能) and category-based icons
|
||||||
- LLM configs: `agentkit.yaml` llm section (unified with server config)
|
- LLM configs: `agentkit.yaml` llm section (unified with server config)
|
||||||
- Pipeline configs: `configs/pipelines/*.yaml`
|
- Pipeline configs: `configs/pipelines/*.yaml`
|
||||||
- Expert templates: `configs/experts/*.yaml` (5 programming experts + dev_team team template), registered via `ExpertTemplateRegistry`
|
- Expert templates: `configs/experts/*.yaml` (5 programming experts + dev_team team template), registered via `ExpertTemplateRegistry`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue