Sign In

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 task
  • GET /api/tasks — list tasks
  • GET /api/health — system health
  • POST /api/llm/chat — routed LLM chat

Sign in to edit this page.