ByteBrew Engine
Ship AI agents in your product — not months of infrastructure
Your users get a smart assistant that thinks, uses tools, and remembers context. You get one Docker container and a REST API. Works with any LLM — OpenAI, Gemini, Claude, Llama.
What ByteBrew Does
- Agents that reason and act — multi-step problem solving with tool calling, not just chat completion
- Any tool, any API — connect your services via MCP protocol or declare tools in YAML
- Multiple agents working together — supervisor delegates to specialized sub-agents automatically
- Session memory — conversations persist across requests
- Background automation — cron schedules and webhook triggers
- Knowledge base (RAG) — upload documents, agents search them via vector search
- Visual Admin Dashboard — create agents, configure models, manage tools without code
- Any LLM — OpenAI, Anthropic, Google, Ollama, or any OpenAI-compatible provider
Quick Start
curl -fsSL https://bytebrew.ai/releases/docker-compose.yml -o docker-compose.yml && docker compose up -d
Includes PostgreSQL. No external dependencies. Free forever — no agent limits, no session limits.
Links