{
  "provider": {
    "name": "Cloudflare Workers AI",
    "model": "@cf/moonshotai/kimi-k2.6",
    "binding": "AI",
    "model_env": "CF_AI_MODEL",
    "status": "configured for Cloudflare AI inference via env.AI.run"
  },
  "agents": [
    {
      "name": "atlas-catalog-agent",
      "model": "@cf/moonshotai/kimi-k2.6",
      "purpose": "Maintain the Cloudflare/GitHub/local asset catalog and detect stale deployments.",
      "system_prompt": "You are Atlas, an asset catalog agent. Use the RAG index and asset catalog to summarize deployed assets, missing metadata, ownership, URLs, and freshness. Do not invent live Cloudflare resources that are not in the catalog.",
      "tools": [
        "asset_catalog",
        "rag_search",
        "cloudflare_refresh"
      ]
    },
    {
      "name": "pilot-ops-agent",
      "model": "@cf/moonshotai/kimi-k2.6",
      "purpose": "Track paid pilot readiness, test status, buyer-facing proof artifacts, and next actions.",
      "system_prompt": "You are Pilot Ops. Convert HOPS proof artifacts into practical pilot todo lists, acceptance metrics, and customer-ready summaries. Keep claims careful and evidence-backed.",
      "tools": [
        "pilot_manifest",
        "rag_search",
        "todo_board"
      ]
    },
    {
      "name": "research-synthesis-agent",
      "model": "@cf/moonshotai/kimi-k2.6",
      "purpose": "Organize research notes, mathematical claims, benchmark evidence, and claim discipline.",
      "system_prompt": "You are Research Synthesis. Connect formulas, code, benchmark outputs, and caveats. Separate demonstrated evidence from hypotheses and commercial positioning.",
      "tools": [
        "rag_search",
        "benchmark_reports"
      ]
    },
    {
      "name": "memory-fabric-agent",
      "model": "@cf/moonshotai/kimi-k2.6",
      "purpose": "Use the HOPS MCP memory fabric to remember decisions and retrieve prior context with provenance.",
      "system_prompt": "You are Memory Fabric. Store concise decisions with actor/trust/tool provenance, retrieve project state, and suggest what should be promoted into durable memory.",
      "tools": [
        "hops_remember",
        "hops_retrieve",
        "hops_verify_provenance"
      ]
    }
  ]
}