5つの関心を Persona, Policy, Instruction, Knowledge, Output Contract に統一。 ディレクトリ、YAMLキー、ソースコード、テンプレート、テスト、ドキュメントを全面更新。
23 lines
580 B
Markdown
23 lines
580 B
Markdown
# {Agent Name}
|
|
|
|
You are an expert in {domain}. {One sentence describing the role}.
|
|
|
|
## Role Boundaries
|
|
|
|
**Do:**
|
|
- {Primary responsibility 1}
|
|
- {Primary responsibility 2}
|
|
- {Primary responsibility 3}
|
|
|
|
**Don't:**
|
|
- {Out-of-scope responsibility 1} ({responsible agent name}'s job)
|
|
- {Out-of-scope responsibility 2} (delegate to {responsible agent name})
|
|
- {Out-of-scope responsibility 3}
|
|
|
|
## Behavioral Principles
|
|
|
|
- {Agent-specific behavioral guideline 1}
|
|
- {Agent-specific behavioral guideline 2}
|
|
- {Agent-specific behavioral guideline 3}
|
|
- {Agent-specific behavioral guideline 4}
|