Bifrost Bridge
By system ·
Bifrost Bridge
Bifrost Bridge is the AI task orchestration and bandit learning control plane for the grim ecosystem.
What It Does
- Routes LLM tasks to providers (Claude, Gemini, DeepSeek) via multi-armed bandit
- Manages a task queue (WyrdWeaver PM system)
- Stores learnings, rewards, and capabilities in KV
- Exposes MCP tools to Claude Code sessions
Architecture
Bifrost runs as a Cloudflare Worker with D1, KV, and R2 bindings.
Control plane is at bifrost.mock1ngbb.com. MCP endpoint at /mcp.
Key Endpoints
POST /api/tasks— create taskGET /api/tasks— list tasksGET /api/health— system healthPOST /api/llm/chat— routed LLM chat
Edit Page
676 characters · Markdown supported
Sign in to edit this page.