Documentation
Oh My Bee
In DevelopmentAgents
Bee is single-agent first today, with space reserved for richer orchestration later.
Section
Single-agent first
Oh My Bee currently focuses on one careful local coding agent. The goal is to make execution, approvals, sessions, and handoffs rock-solid before broader orchestration is introduced.
Section
Workflow templates available today
| Template | Purpose |
|---|---|
| implement | Start structured implementation work. |
| review | Track findings, evidence, and review outcomes. |
| investigate | Capture exploratory work and package follow-up clearly. |
bash
bee workflow start implement "Ship adapter diagnostics"
bee workflow start review "Review parser error handling"
bee workflow start investigate "Trace the parser EOF regression"Section
Future orchestration
Planned
Named agents, delegated workers, and broader multi-agent orchestration belong here once the single-agent foundation settles.