Documentation

Oh My Bee

In Development

Providers

Bee currently supports a built-in demo provider and an adapter-backed provider mode for model services.

Section

Selecting a provider

bash
bee --provider demo -p "summarize this workspace"
bee --provider adapter --adapter-command bee-openai-adapter --model gpt-4o-mini

Section

Provider reference

ProviderStatusNotes
demoReadyLocal development runtime with no external dependency.
adapterReadyInvokes an external adapter command using Bee's provider protocol.

Section

Future providers

Planned

Additional first-party providers can be documented here later. For now the adapter boundary is the stable way to connect Bee to external models.