Documentation

Oh My Bee

Ready

Oh My Bee

A coding agent platform focused on careful local execution, durable sessions, and safe workflows.

Section

What Oh My Bee does

Oh My Bee starts with one careful local coding agent and leaves clear extension points for future collaborative workflows.

You give Bee a coding task in natural language. It can inspect files, run shell commands, stage edits, keep workflow state, and carry context into follow-up sessions.

bash
bee -p "summarize this workspace"
bee --continue -p "pick up where we left off"
bee workflow start implement "Ship adapter diagnostics"

Section

Key capabilities

  • Single-agent coding loop with persisted sessions and session lineage.
  • Workspace-aware execution with managed worktree support.
  • Built-in tools for files, shell, search, terminals, checkpoints, plans, todos, reviews, and approvals.
  • Manual or auto-apply edit approvals backed by staged diff records.
  • Provider abstraction with demo mode and adapter-backed model runtimes.
  • A stable SDK and workspace layout that can grow into broader orchestration later.

Section

Quick start

The current milestone is intentionally small and practical.

  1. one agent runtime
  2. one stable SDK surface
  3. one CLI entrypoint
  4. one small built-in tool set
  5. one clear workspace layout
bash
bee
bee sessions list
bee workflow show session-1234
bee approvals list

Section

Next steps

  • Read Installation for the current source-build workflow.
  • Read Configuration for the environment variables Bee supports today.
  • Read Commands and Tools for the current operator-facing surface.
  • Read Advanced for sessions, handoffs, worktrees, and approvals.