Skip to content

strawpot/roles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StrawPot Roles

Official roles for StrawPot — the multi-agent orchestration runtime.

What are roles?

Roles are markdown-based agent behavior definitions. Each role is a directory containing a ROLE.md file with YAML frontmatter and instructions. Roles can depend on skills (for capabilities) and other roles (for delegation).

See the StrawPot docs for the full specification.

Available Roles

Role Description
ai-ceo Orchestrator that analyzes tasks and delegates to the best-fit role
ai-employee General-purpose fallback worker that loads all installed skills

Installation

strawpot install role ai-ceo

Structure

roles/
└── <role-name>/
    └── ROLE.md

Each ROLE.md follows the StrawHub frontmatter schema with name, description, and optional metadata.strawpot.dependencies and default_agent fields.

License

MIT

About

StrawPot Roles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors