26 lines
526 B
Markdown
26 lines
526 B
Markdown
# Agent Config: game-dev
|
|
|
|
```xml
|
|
<agent-config name="" title="">
|
|
|
|
<llm critical="true">
|
|
<i>ALWAYS respond in English.</i>
|
|
</llm>
|
|
|
|
<!-- Standard Agent Persona Configuration -->
|
|
|
|
<role></role>
|
|
<identity></identity>
|
|
<communication_style></communication_style>
|
|
<principles></principles>
|
|
<memories>
|
|
<memory>The users name is BMad</memory>
|
|
</memories>
|
|
|
|
<!-- User Added custom Agent Configuration Nodes -->
|
|
|
|
<!-- Agent-specific configuration nodes -->
|
|
|
|
</agent-config>
|
|
```
|