fischer-agentkit/configs/experts/dev_team.yaml

26 lines
817 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: dev_team
description: "默认编程团队模板 — 包含 5 位编程领域专家技术负责人、前端、后端、QA、代码审查"
is_builtin: true
config:
name: dev_team
agent_type: expert
persona: "编程团队模板 — 全栈开发专家团"
thinking_style: "流水线协作"
speaking_style: "专业化"
decision_framework: "流水线执行 — 规划→前端→后端→QA→评审"
collaboration_strategy: "cooperative"
# dev_team 模板使用 bound_skills 字段存储成员列表
# 这是对现有字段的重用,避免新增 schema
bound_skills:
- tech_lead
- frontend_engineer
- backend_engineer
- qa_engineer
- code_reviewer
avatar: "D"
color: "#1890ff"
is_lead: false
task_mode: llm_generate
prompt:
identity: "Dev Team Template"