bmm-analyst.customize.yaml 908 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Agent Customization
  2. # Customize any section below - all are optional
  3. # Override agent name
  4. agent:
  5. metadata:
  6. name: ""
  7. # Replace entire persona (not merged)
  8. persona:
  9. role: ""
  10. identity: ""
  11. communication_style: ""
  12. principles: []
  13. # Add custom critical actions (appended after standard config loading)
  14. critical_actions: []
  15. # Add persistent memories for the agent
  16. memories: []
  17. # Example:
  18. # memories:
  19. # - "User prefers detailed technical explanations"
  20. # - "Current project uses React and TypeScript"
  21. # Add custom menu items (appended to base menu)
  22. # Don't include * prefix or help/exit - auto-injected
  23. menu: []
  24. # Example:
  25. # menu:
  26. # - trigger: my-workflow
  27. # workflow: "{project-root}/custom/my.yaml"
  28. # description: My custom workflow
  29. # Add custom prompts (for action="#id" handlers)
  30. prompts: []
  31. # Example:
  32. # prompts:
  33. # - id: my-prompt
  34. # content: |
  35. # Prompt instructions here