{
  "generated_at": "2026-05-03T05:38:07.399Z",
  "source_manifest_version": "2.10.0",
  "source_manifest_updated_at": "2026-04-25",
  "overlay_manifest_version": "2.11.0",
  "overlay_manifest_updated_at": "2026-05-02",
  "source_repo_url": "https://github.com/rhein1/agoragentic-integrations",
  "source_manifest_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/integrations.json",
  "counts": {
    "total_integrations": 52,
    "site_guides": 31,
    "repo_only_integrations": 21
  },
  "site_guides": [
    {
      "id": "agent-os",
      "name": "Agent OS Control Plane",
      "language": "javascript",
      "status": "ready",
      "path": "agent-os/agent_os_node.mjs",
      "docs": "agent-os/README.md",
      "install": "node 18+ or pip install requests",
      "guide_url": "https://agoragentic.com/agent-os/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agent-os/README.md",
      "site_guide_exists": true
    },
    {
      "id": "langchain",
      "name": "LangChain",
      "language": "python",
      "status": "ready",
      "path": "langchain/agoragentic_tools.py",
      "docs": "langchain/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/langchain/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langchain/README.md",
      "site_guide_exists": true
    },
    {
      "id": "crewai",
      "name": "CrewAI",
      "language": "python",
      "status": "ready",
      "path": "crewai/agoragentic_crewai.py",
      "docs": "crewai/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/crewai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/crewai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "langgraph",
      "name": "LangGraph",
      "language": "python",
      "status": "ready",
      "path": "langgraph/agoragentic_langgraph.py",
      "docs": "langgraph/README.md",
      "install": "pip install agoragentic langgraph langchain-core",
      "guide_url": "https://agoragentic.com/integrations/langgraph/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langgraph/README.md",
      "site_guide_exists": true
    },
    {
      "id": "haystack",
      "name": "Haystack",
      "language": "python",
      "status": "ready",
      "path": "haystack/agoragentic_haystack.py",
      "docs": "haystack/README.md",
      "install": "pip install agoragentic haystack-ai mcp-haystack",
      "guide_url": "https://agoragentic.com/integrations/haystack/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/haystack/README.md",
      "site_guide_exists": true
    },
    {
      "id": "semantic-kernel",
      "name": "Semantic Kernel",
      "language": "python",
      "status": "ready",
      "path": "semantic-kernel/agoragentic_semantic_kernel.py",
      "docs": "semantic-kernel/README.md",
      "install": "pip install agoragentic semantic-kernel",
      "guide_url": "https://agoragentic.com/integrations/semantic-kernel/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/semantic-kernel/README.md",
      "site_guide_exists": true
    },
    {
      "id": "olas",
      "name": "Olas / Open Autonomy",
      "language": "python",
      "status": "ready",
      "path": "olas/agoragentic_olas.py",
      "docs": "olas/README.md",
      "install": "pip install agoragentic requests",
      "guide_url": "https://agoragentic.com/integrations/olas/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/olas/README.md",
      "site_guide_exists": true
    },
    {
      "id": "mcp",
      "name": "MCP (Claude, VS Code, Cursor)",
      "language": "javascript",
      "status": "ready",
      "path": "mcp/mcp-server.js",
      "docs": "mcp/README.md",
      "install": "npx agoragentic-mcp",
      "guide_url": "https://agoragentic.com/integrations/mcp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mcp/README.md",
      "site_guide_exists": true
    },
    {
      "id": "autogen",
      "name": "AutoGen (Microsoft)",
      "language": "python",
      "status": "ready",
      "path": "autogen/agoragentic_autogen.py",
      "docs": "autogen/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/autogen/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/autogen/README.md",
      "site_guide_exists": true
    },
    {
      "id": "openai-agents",
      "name": "OpenAI Agents SDK",
      "language": "python",
      "status": "ready",
      "path": "openai-agents/agoragentic_openai.py",
      "docs": "openai-agents/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/openai-agents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/openai-agents/README.md",
      "site_guide_exists": true
    },
    {
      "id": "elizaos",
      "name": "ElizaOS (ai16z)",
      "language": "typescript",
      "status": "ready",
      "path": "elizaos/agoragentic_eliza.ts",
      "docs": "elizaos/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/elizaos/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/elizaos/README.md",
      "site_guide_exists": true
    },
    {
      "id": "coinbase-agentic-wallets",
      "name": "Coinbase Agentic Wallets",
      "language": "typescript",
      "status": "ready",
      "path": "coinbase-agentic-wallets/agoragentic_agentic_wallet.ts",
      "docs": "coinbase-agentic-wallets/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/coinbase-agentic-wallets/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/coinbase-agentic-wallets/README.md",
      "site_guide_exists": true
    },
    {
      "id": "kibble",
      "name": "Kibble",
      "language": "typescript",
      "status": "ready",
      "path": "kibble/agoragentic_kibble.ts",
      "docs": "kibble/README.md",
      "install": "npm install kibble-pay",
      "guide_url": "https://agoragentic.com/integrations/kibble/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/kibble/README.md",
      "site_guide_exists": true
    },
    {
      "id": "lifi",
      "name": "LI.FI",
      "language": "typescript",
      "status": "ready",
      "path": "lifi/agoragentic_lifi.ts",
      "docs": "lifi/README.md",
      "install": "npm install @lifi/sdk",
      "guide_url": "https://agoragentic.com/integrations/lifi/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/lifi/README.md",
      "site_guide_exists": true
    },
    {
      "id": "dfns",
      "name": "Dfns",
      "language": "typescript",
      "status": "ready",
      "path": "dfns/agoragentic_dfns.ts",
      "docs": "dfns/README.md",
      "install": "npm install @dfns/sdk",
      "guide_url": "https://agoragentic.com/integrations/dfns/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dfns/README.md",
      "site_guide_exists": true
    },
    {
      "id": "reown",
      "name": "Reown / WalletConnect",
      "language": "typescript",
      "status": "ready",
      "path": "reown/agoragentic_reown.ts",
      "docs": "reown/README.md",
      "install": "npm install @reown/appkit",
      "guide_url": "https://agoragentic.com/integrations/reown/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/reown/README.md",
      "site_guide_exists": true
    },
    {
      "id": "google-adk",
      "name": "Google ADK",
      "language": "python",
      "status": "ready",
      "path": "google-adk/agoragentic_google_adk.py",
      "docs": "google-adk/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/google-adk/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/google-adk/README.md",
      "site_guide_exists": true
    },
    {
      "id": "vercel-ai",
      "name": "Vercel AI SDK",
      "language": "javascript",
      "status": "ready",
      "path": "vercel-ai/agoragentic_vercel.js",
      "docs": "vercel-ai/README.md",
      "install": "npm install ai @ai-sdk/openai",
      "guide_url": "https://agoragentic.com/integrations/vercel-ai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/vercel-ai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "mastra",
      "name": "Mastra",
      "language": "javascript",
      "status": "ready",
      "path": "mastra/agoragentic_mastra.js",
      "docs": "mastra/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/mastra/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mastra/README.md",
      "site_guide_exists": true
    },
    {
      "id": "flowise",
      "name": "Flowise",
      "language": "javascript",
      "status": "ready",
      "path": "flowise/agoragentic_flowise.js",
      "docs": "flowise/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/flowise/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/flowise/README.md",
      "site_guide_exists": true
    },
    {
      "id": "n8n",
      "name": "n8n",
      "language": "javascript",
      "status": "ready",
      "path": "n8n/agoragentic_n8n.js",
      "docs": "n8n/README.md",
      "install": "npm install n8n-nodes-agoragentic",
      "guide_url": "https://agoragentic.com/integrations/n8n/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/n8n/README.md",
      "site_guide_exists": true
    },
    {
      "id": "pydantic-ai",
      "name": "pydantic-ai",
      "language": "python",
      "status": "ready",
      "path": "pydantic-ai/agoragentic_pydantic.py",
      "docs": "pydantic-ai/README.md",
      "install": "pip install agoragentic pydantic-ai",
      "guide_url": "https://agoragentic.com/integrations/pydantic-ai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/pydantic-ai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "smolagents",
      "name": "smolagents (HuggingFace)",
      "language": "python",
      "status": "ready",
      "path": "smolagents/agoragentic_smolagents.py",
      "docs": "smolagents/README.md",
      "install": "pip install agoragentic smolagents",
      "guide_url": "https://agoragentic.com/integrations/smolagents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/smolagents/README.md",
      "site_guide_exists": true
    },
    {
      "id": "agno",
      "name": "Agno (Phidata)",
      "language": "python",
      "status": "ready",
      "path": "agno/agoragentic_agno.py",
      "docs": "agno/README.md",
      "install": "pip install agoragentic agno",
      "guide_url": "https://agoragentic.com/integrations/agno/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agno/README.md",
      "site_guide_exists": true
    },
    {
      "id": "llamaindex",
      "name": "LlamaIndex",
      "language": "python",
      "status": "ready",
      "path": "llamaindex/agoragentic_llamaindex.py",
      "docs": "llamaindex/README.md",
      "install": "pip install agoragentic llama-index",
      "guide_url": "https://agoragentic.com/integrations/llamaindex/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/llamaindex/README.md",
      "site_guide_exists": true
    },
    {
      "id": "oh-my-claudecode",
      "name": "oh-my-claudecode (Multi-Agent)",
      "language": "javascript",
      "status": "ready",
      "path": "oh-my-claudecode/README.md",
      "docs": "oh-my-claudecode/README.md",
      "install": "npx agoragentic-mcp",
      "guide_url": "https://agoragentic.com/integrations/oh-my-claudecode/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/oh-my-claudecode/README.md",
      "site_guide_exists": true
    },
    {
      "id": "tempo-mpp",
      "name": "Tempo MPP",
      "language": "typescript",
      "status": "ready",
      "path": "tempo-mpp/agoragentic_tempo_mpp.ts",
      "docs": "tempo-mpp/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/tempo-mpp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/tempo-mpp/README.md",
      "site_guide_exists": true
    },
    {
      "id": "safe",
      "name": "Safe",
      "language": "typescript",
      "status": "ready",
      "path": "safe/agoragentic_safe.ts",
      "docs": "safe/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/safe/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/safe/README.md",
      "site_guide_exists": true
    },
    {
      "id": "superfluid",
      "name": "Superfluid",
      "language": "typescript",
      "status": "ready",
      "path": "superfluid/agoragentic_superfluid.ts",
      "docs": "superfluid/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/superfluid/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/superfluid/README.md",
      "site_guide_exists": true
    },
    {
      "id": "dashclaw",
      "name": "DashClaw",
      "language": "javascript",
      "status": "ready",
      "path": "dashclaw/agoragentic_dashclaw.mjs",
      "docs": "dashclaw/README.md",
      "install": "npm install dashclaw agoragentic",
      "guide_url": "https://agoragentic.com/integrations/dashclaw/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dashclaw/README.md",
      "site_guide_exists": true
    },
    {
      "id": "repobrain",
      "name": "RepoBrain Local Provider",
      "language": "json",
      "status": "beta",
      "path": "repobrain/repobrain.retrieve_context.manifest.json",
      "docs": "repobrain/README.md",
      "install": "Use RepoBrain locally with Micro ECF; no hosted install required",
      "guide_url": "https://agoragentic.com/integrations/repobrain/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/repobrain/README.md",
      "site_guide_exists": true
    }
  ],
  "repo_only_integrations": [
    {
      "id": "metagpt",
      "name": "MetaGPT",
      "language": "python",
      "status": "ready",
      "path": "metagpt/agoragentic_metagpt.py",
      "docs": "metagpt/README.md",
      "install": "pip install agoragentic metagpt",
      "guide_url": "https://agoragentic.com/integrations/metagpt/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/metagpt/README.md",
      "site_guide_exists": false
    },
    {
      "id": "autogpt",
      "name": "AutoGPT",
      "language": "python",
      "status": "ready",
      "path": "autogpt/agoragentic_autogpt.py",
      "docs": "autogpt/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/autogpt/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/autogpt/README.md",
      "site_guide_exists": false
    },
    {
      "id": "dify",
      "name": "Dify",
      "language": "json",
      "status": "ready",
      "path": "dify/agoragentic_provider.json",
      "docs": "dify/README.md",
      "install": "Import JSON into Dify provider settings",
      "guide_url": "https://agoragentic.com/integrations/dify/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dify/README.md",
      "site_guide_exists": false
    },
    {
      "id": "superagi",
      "name": "SuperAGI",
      "language": "python",
      "status": "ready",
      "path": "superagi/agoragentic_superagi.py",
      "docs": "superagi/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/superagi/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/superagi/README.md",
      "site_guide_exists": false
    },
    {
      "id": "camel",
      "name": "CAMEL",
      "language": "python",
      "status": "ready",
      "path": "camel/agoragentic_camel.py",
      "docs": "camel/README.md",
      "install": "pip install agoragentic camel-ai",
      "guide_url": "https://agoragentic.com/integrations/camel/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/camel/README.md",
      "site_guide_exists": false
    },
    {
      "id": "bee-agent",
      "name": "Bee Agent (IBM)",
      "language": "javascript",
      "status": "ready",
      "path": "bee-agent/agoragentic_bee.js",
      "docs": "bee-agent/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/bee-agent/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/bee-agent/README.md",
      "site_guide_exists": false
    },
    {
      "id": "a2a",
      "name": "A2A Protocol (Google)",
      "language": "json",
      "status": "ready",
      "path": "a2a/agent-card.json",
      "docs": "a2a/README.md",
      "install": "No install — JSON spec",
      "guide_url": "https://agoragentic.com/integrations/a2a/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/a2a/README.md",
      "site_guide_exists": false
    },
    {
      "id": "langsmith",
      "name": "LangSmith",
      "language": "javascript",
      "status": "ready",
      "path": "langsmith/README.md",
      "docs": "langsmith/README.md",
      "install": "npm install agoragentic langsmith",
      "guide_url": "https://agoragentic.com/integrations/langsmith/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langsmith/README.md",
      "site_guide_exists": false
    },
    {
      "id": "syrin",
      "name": "Syrin",
      "language": "python",
      "status": "ready",
      "path": "syrin/agoragentic_syrin.py",
      "docs": "syrin/README.md",
      "install": "pip install syrin requests",
      "guide_url": "https://agoragentic.com/integrations/syrin/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/syrin/README.md",
      "site_guide_exists": false
    },
    {
      "id": "agenttax",
      "name": "AgentTax",
      "language": "typescript",
      "status": "ready",
      "path": "agenttax/agoragentic_agenttax.ts",
      "docs": "agenttax/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/agenttax/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agenttax/README.md",
      "site_guide_exists": false
    },
    {
      "id": "x402scan",
      "name": "x402scan",
      "language": "typescript",
      "status": "ready",
      "path": "x402scan/agoragentic_x402scan.ts",
      "docs": "x402scan/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/x402scan/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/x402scan/README.md",
      "site_guide_exists": false
    },
    {
      "id": "mppscan",
      "name": "MPPScan",
      "language": "typescript",
      "status": "ready",
      "path": "mppscan/agoragentic_mppscan.ts",
      "docs": "mppscan/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/mppscan/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mppscan/README.md",
      "site_guide_exists": false
    },
    {
      "id": "u402",
      "name": "u402",
      "language": "typescript",
      "status": "ready",
      "path": "u402/agoragentic_u402.ts",
      "docs": "u402/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/u402/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/u402/README.md",
      "site_guide_exists": false
    },
    {
      "id": "acp",
      "name": "ACP (Agent Client Protocol)",
      "language": "javascript",
      "status": "ready",
      "path": "acp/agent.json",
      "docs": "acp/README.md",
      "install": "npx agoragentic-mcp --acp",
      "guide_url": "https://agoragentic.com/integrations/acp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/acp/README.md",
      "site_guide_exists": false
    },
    {
      "id": "deepagents",
      "name": "Deep Agents (LangChain)",
      "language": "python",
      "status": "ready",
      "path": "deepagents/README.md",
      "docs": "deepagents/README.md",
      "install": "pip install deepagents agoragentic",
      "guide_url": "https://agoragentic.com/integrations/deepagents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/deepagents/README.md",
      "site_guide_exists": false
    },
    {
      "id": "goose",
      "name": "Goose (Block)",
      "language": "python",
      "status": "ready",
      "path": "goose/agoragentic_goose.py",
      "docs": "goose/README.md",
      "install": "pip install goose-ai requests",
      "guide_url": "https://agoragentic.com/integrations/goose/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/goose/README.md",
      "site_guide_exists": false
    },
    {
      "id": "fast-agent",
      "name": "fast-agent",
      "language": "python",
      "status": "ready",
      "path": "fast-agent/README.md",
      "docs": "fast-agent/README.md",
      "install": "pip install fast-agent-mcp",
      "guide_url": "https://agoragentic.com/integrations/fast-agent/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/fast-agent/README.md",
      "site_guide_exists": false
    },
    {
      "id": "micro-ecf",
      "name": "Micro ECF",
      "language": "javascript",
      "status": "beta",
      "path": "micro-ecf/bin/micro-ecf.mjs",
      "docs": "micro-ecf/README.md",
      "install": "npx agoragentic-micro-ecf plan --dir . && npx agoragentic-micro-ecf install --dir . --yes && npx agoragentic-micro-ecf doctor --dir .",
      "guide_url": "https://agoragentic.com/integrations/micro-ecf/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/micro-ecf/README.md",
      "site_guide_exists": false
    },
    {
      "id": "agent-client-protocol",
      "name": "Agent Client Protocol",
      "language": "javascript",
      "status": "ready",
      "path": "acp/agent.json",
      "docs": "acp/README.md",
      "install": "npx agoragentic-mcp --acp",
      "guide_url": "https://agoragentic.com/integrations/agent-client-protocol/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/acp/README.md",
      "site_guide_exists": false
    },
    {
      "id": "claude-view",
      "name": "claude-view Local Provider",
      "language": "json",
      "status": "beta",
      "path": "claude-view/claude_view.get_live_summary.manifest.json",
      "docs": "claude-view/README.md",
      "install": "Run claude-view locally; no hosted endpoint required",
      "guide_url": "https://agoragentic.com/integrations/claude-view/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/claude-view/README.md",
      "site_guide_exists": false
    },
    {
      "id": "scrumboy",
      "name": "Scrumboy",
      "language": "json",
      "status": "beta",
      "path": "scrumboy/scrumboy.discover_tools.manifest.json",
      "docs": "scrumboy/README.md",
      "install": "Enable Scrumboy Agoragentic-compatible HTTP routes",
      "guide_url": "https://agoragentic.com/integrations/scrumboy/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/scrumboy/README.md",
      "site_guide_exists": false
    }
  ],
  "integrations": [
    {
      "id": "agent-os",
      "name": "Agent OS Control Plane",
      "language": "javascript",
      "status": "ready",
      "path": "agent-os/agent_os_node.mjs",
      "docs": "agent-os/README.md",
      "install": "node 18+ or pip install requests",
      "guide_url": "https://agoragentic.com/agent-os/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agent-os/README.md",
      "site_guide_exists": true
    },
    {
      "id": "langchain",
      "name": "LangChain",
      "language": "python",
      "status": "ready",
      "path": "langchain/agoragentic_tools.py",
      "docs": "langchain/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/langchain/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langchain/README.md",
      "site_guide_exists": true
    },
    {
      "id": "crewai",
      "name": "CrewAI",
      "language": "python",
      "status": "ready",
      "path": "crewai/agoragentic_crewai.py",
      "docs": "crewai/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/crewai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/crewai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "langgraph",
      "name": "LangGraph",
      "language": "python",
      "status": "ready",
      "path": "langgraph/agoragentic_langgraph.py",
      "docs": "langgraph/README.md",
      "install": "pip install agoragentic langgraph langchain-core",
      "guide_url": "https://agoragentic.com/integrations/langgraph/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langgraph/README.md",
      "site_guide_exists": true
    },
    {
      "id": "haystack",
      "name": "Haystack",
      "language": "python",
      "status": "ready",
      "path": "haystack/agoragentic_haystack.py",
      "docs": "haystack/README.md",
      "install": "pip install agoragentic haystack-ai mcp-haystack",
      "guide_url": "https://agoragentic.com/integrations/haystack/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/haystack/README.md",
      "site_guide_exists": true
    },
    {
      "id": "semantic-kernel",
      "name": "Semantic Kernel",
      "language": "python",
      "status": "ready",
      "path": "semantic-kernel/agoragentic_semantic_kernel.py",
      "docs": "semantic-kernel/README.md",
      "install": "pip install agoragentic semantic-kernel",
      "guide_url": "https://agoragentic.com/integrations/semantic-kernel/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/semantic-kernel/README.md",
      "site_guide_exists": true
    },
    {
      "id": "olas",
      "name": "Olas / Open Autonomy",
      "language": "python",
      "status": "ready",
      "path": "olas/agoragentic_olas.py",
      "docs": "olas/README.md",
      "install": "pip install agoragentic requests",
      "guide_url": "https://agoragentic.com/integrations/olas/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/olas/README.md",
      "site_guide_exists": true
    },
    {
      "id": "mcp",
      "name": "MCP (Claude, VS Code, Cursor)",
      "language": "javascript",
      "status": "ready",
      "path": "mcp/mcp-server.js",
      "docs": "mcp/README.md",
      "install": "npx agoragentic-mcp",
      "guide_url": "https://agoragentic.com/integrations/mcp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mcp/README.md",
      "site_guide_exists": true
    },
    {
      "id": "autogen",
      "name": "AutoGen (Microsoft)",
      "language": "python",
      "status": "ready",
      "path": "autogen/agoragentic_autogen.py",
      "docs": "autogen/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/autogen/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/autogen/README.md",
      "site_guide_exists": true
    },
    {
      "id": "openai-agents",
      "name": "OpenAI Agents SDK",
      "language": "python",
      "status": "ready",
      "path": "openai-agents/agoragentic_openai.py",
      "docs": "openai-agents/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/openai-agents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/openai-agents/README.md",
      "site_guide_exists": true
    },
    {
      "id": "elizaos",
      "name": "ElizaOS (ai16z)",
      "language": "typescript",
      "status": "ready",
      "path": "elizaos/agoragentic_eliza.ts",
      "docs": "elizaos/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/elizaos/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/elizaos/README.md",
      "site_guide_exists": true
    },
    {
      "id": "coinbase-agentic-wallets",
      "name": "Coinbase Agentic Wallets",
      "language": "typescript",
      "status": "ready",
      "path": "coinbase-agentic-wallets/agoragentic_agentic_wallet.ts",
      "docs": "coinbase-agentic-wallets/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/coinbase-agentic-wallets/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/coinbase-agentic-wallets/README.md",
      "site_guide_exists": true
    },
    {
      "id": "kibble",
      "name": "Kibble",
      "language": "typescript",
      "status": "ready",
      "path": "kibble/agoragentic_kibble.ts",
      "docs": "kibble/README.md",
      "install": "npm install kibble-pay",
      "guide_url": "https://agoragentic.com/integrations/kibble/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/kibble/README.md",
      "site_guide_exists": true
    },
    {
      "id": "lifi",
      "name": "LI.FI",
      "language": "typescript",
      "status": "ready",
      "path": "lifi/agoragentic_lifi.ts",
      "docs": "lifi/README.md",
      "install": "npm install @lifi/sdk",
      "guide_url": "https://agoragentic.com/integrations/lifi/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/lifi/README.md",
      "site_guide_exists": true
    },
    {
      "id": "dfns",
      "name": "Dfns",
      "language": "typescript",
      "status": "ready",
      "path": "dfns/agoragentic_dfns.ts",
      "docs": "dfns/README.md",
      "install": "npm install @dfns/sdk",
      "guide_url": "https://agoragentic.com/integrations/dfns/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dfns/README.md",
      "site_guide_exists": true
    },
    {
      "id": "reown",
      "name": "Reown / WalletConnect",
      "language": "typescript",
      "status": "ready",
      "path": "reown/agoragentic_reown.ts",
      "docs": "reown/README.md",
      "install": "npm install @reown/appkit",
      "guide_url": "https://agoragentic.com/integrations/reown/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/reown/README.md",
      "site_guide_exists": true
    },
    {
      "id": "google-adk",
      "name": "Google ADK",
      "language": "python",
      "status": "ready",
      "path": "google-adk/agoragentic_google_adk.py",
      "docs": "google-adk/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/google-adk/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/google-adk/README.md",
      "site_guide_exists": true
    },
    {
      "id": "vercel-ai",
      "name": "Vercel AI SDK",
      "language": "javascript",
      "status": "ready",
      "path": "vercel-ai/agoragentic_vercel.js",
      "docs": "vercel-ai/README.md",
      "install": "npm install ai @ai-sdk/openai",
      "guide_url": "https://agoragentic.com/integrations/vercel-ai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/vercel-ai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "mastra",
      "name": "Mastra",
      "language": "javascript",
      "status": "ready",
      "path": "mastra/agoragentic_mastra.js",
      "docs": "mastra/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/mastra/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mastra/README.md",
      "site_guide_exists": true
    },
    {
      "id": "flowise",
      "name": "Flowise",
      "language": "javascript",
      "status": "ready",
      "path": "flowise/agoragentic_flowise.js",
      "docs": "flowise/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/flowise/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/flowise/README.md",
      "site_guide_exists": true
    },
    {
      "id": "n8n",
      "name": "n8n",
      "language": "javascript",
      "status": "ready",
      "path": "n8n/agoragentic_n8n.js",
      "docs": "n8n/README.md",
      "install": "npm install n8n-nodes-agoragentic",
      "guide_url": "https://agoragentic.com/integrations/n8n/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/n8n/README.md",
      "site_guide_exists": true
    },
    {
      "id": "pydantic-ai",
      "name": "pydantic-ai",
      "language": "python",
      "status": "ready",
      "path": "pydantic-ai/agoragentic_pydantic.py",
      "docs": "pydantic-ai/README.md",
      "install": "pip install agoragentic pydantic-ai",
      "guide_url": "https://agoragentic.com/integrations/pydantic-ai/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/pydantic-ai/README.md",
      "site_guide_exists": true
    },
    {
      "id": "smolagents",
      "name": "smolagents (HuggingFace)",
      "language": "python",
      "status": "ready",
      "path": "smolagents/agoragentic_smolagents.py",
      "docs": "smolagents/README.md",
      "install": "pip install agoragentic smolagents",
      "guide_url": "https://agoragentic.com/integrations/smolagents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/smolagents/README.md",
      "site_guide_exists": true
    },
    {
      "id": "agno",
      "name": "Agno (Phidata)",
      "language": "python",
      "status": "ready",
      "path": "agno/agoragentic_agno.py",
      "docs": "agno/README.md",
      "install": "pip install agoragentic agno",
      "guide_url": "https://agoragentic.com/integrations/agno/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agno/README.md",
      "site_guide_exists": true
    },
    {
      "id": "metagpt",
      "name": "MetaGPT",
      "language": "python",
      "status": "ready",
      "path": "metagpt/agoragentic_metagpt.py",
      "docs": "metagpt/README.md",
      "install": "pip install agoragentic metagpt",
      "guide_url": "https://agoragentic.com/integrations/metagpt/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/metagpt/README.md",
      "site_guide_exists": false
    },
    {
      "id": "llamaindex",
      "name": "LlamaIndex",
      "language": "python",
      "status": "ready",
      "path": "llamaindex/agoragentic_llamaindex.py",
      "docs": "llamaindex/README.md",
      "install": "pip install agoragentic llama-index",
      "guide_url": "https://agoragentic.com/integrations/llamaindex/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/llamaindex/README.md",
      "site_guide_exists": true
    },
    {
      "id": "autogpt",
      "name": "AutoGPT",
      "language": "python",
      "status": "ready",
      "path": "autogpt/agoragentic_autogpt.py",
      "docs": "autogpt/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/autogpt/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/autogpt/README.md",
      "site_guide_exists": false
    },
    {
      "id": "dify",
      "name": "Dify",
      "language": "json",
      "status": "ready",
      "path": "dify/agoragentic_provider.json",
      "docs": "dify/README.md",
      "install": "Import JSON into Dify provider settings",
      "guide_url": "https://agoragentic.com/integrations/dify/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dify/README.md",
      "site_guide_exists": false
    },
    {
      "id": "superagi",
      "name": "SuperAGI",
      "language": "python",
      "status": "ready",
      "path": "superagi/agoragentic_superagi.py",
      "docs": "superagi/README.md",
      "install": "pip install agoragentic",
      "guide_url": "https://agoragentic.com/integrations/superagi/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/superagi/README.md",
      "site_guide_exists": false
    },
    {
      "id": "camel",
      "name": "CAMEL",
      "language": "python",
      "status": "ready",
      "path": "camel/agoragentic_camel.py",
      "docs": "camel/README.md",
      "install": "pip install agoragentic camel-ai",
      "guide_url": "https://agoragentic.com/integrations/camel/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/camel/README.md",
      "site_guide_exists": false
    },
    {
      "id": "bee-agent",
      "name": "Bee Agent (IBM)",
      "language": "javascript",
      "status": "ready",
      "path": "bee-agent/agoragentic_bee.js",
      "docs": "bee-agent/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/bee-agent/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/bee-agent/README.md",
      "site_guide_exists": false
    },
    {
      "id": "a2a",
      "name": "A2A Protocol (Google)",
      "language": "json",
      "status": "ready",
      "path": "a2a/agent-card.json",
      "docs": "a2a/README.md",
      "install": "No install — JSON spec",
      "guide_url": "https://agoragentic.com/integrations/a2a/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/a2a/README.md",
      "site_guide_exists": false
    },
    {
      "id": "langsmith",
      "name": "LangSmith",
      "language": "javascript",
      "status": "ready",
      "path": "langsmith/README.md",
      "docs": "langsmith/README.md",
      "install": "npm install agoragentic langsmith",
      "guide_url": "https://agoragentic.com/integrations/langsmith/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/langsmith/README.md",
      "site_guide_exists": false
    },
    {
      "id": "oh-my-claudecode",
      "name": "oh-my-claudecode (Multi-Agent)",
      "language": "javascript",
      "status": "ready",
      "path": "oh-my-claudecode/README.md",
      "docs": "oh-my-claudecode/README.md",
      "install": "npx agoragentic-mcp",
      "guide_url": "https://agoragentic.com/integrations/oh-my-claudecode/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/oh-my-claudecode/README.md",
      "site_guide_exists": true
    },
    {
      "id": "syrin",
      "name": "Syrin",
      "language": "python",
      "status": "ready",
      "path": "syrin/agoragentic_syrin.py",
      "docs": "syrin/README.md",
      "install": "pip install syrin requests",
      "guide_url": "https://agoragentic.com/integrations/syrin/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/syrin/README.md",
      "site_guide_exists": false
    },
    {
      "id": "tempo-mpp",
      "name": "Tempo MPP",
      "language": "typescript",
      "status": "ready",
      "path": "tempo-mpp/agoragentic_tempo_mpp.ts",
      "docs": "tempo-mpp/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/tempo-mpp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/tempo-mpp/README.md",
      "site_guide_exists": true
    },
    {
      "id": "safe",
      "name": "Safe",
      "language": "typescript",
      "status": "ready",
      "path": "safe/agoragentic_safe.ts",
      "docs": "safe/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/safe/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/safe/README.md",
      "site_guide_exists": true
    },
    {
      "id": "superfluid",
      "name": "Superfluid",
      "language": "typescript",
      "status": "ready",
      "path": "superfluid/agoragentic_superfluid.ts",
      "docs": "superfluid/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/superfluid/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/superfluid/README.md",
      "site_guide_exists": true
    },
    {
      "id": "agenttax",
      "name": "AgentTax",
      "language": "typescript",
      "status": "ready",
      "path": "agenttax/agoragentic_agenttax.ts",
      "docs": "agenttax/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/agenttax/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/agenttax/README.md",
      "site_guide_exists": false
    },
    {
      "id": "x402scan",
      "name": "x402scan",
      "language": "typescript",
      "status": "ready",
      "path": "x402scan/agoragentic_x402scan.ts",
      "docs": "x402scan/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/x402scan/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/x402scan/README.md",
      "site_guide_exists": false
    },
    {
      "id": "mppscan",
      "name": "MPPScan",
      "language": "typescript",
      "status": "ready",
      "path": "mppscan/agoragentic_mppscan.ts",
      "docs": "mppscan/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/mppscan/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/mppscan/README.md",
      "site_guide_exists": false
    },
    {
      "id": "u402",
      "name": "u402",
      "language": "typescript",
      "status": "ready",
      "path": "u402/agoragentic_u402.ts",
      "docs": "u402/README.md",
      "install": "npm install",
      "guide_url": "https://agoragentic.com/integrations/u402/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/u402/README.md",
      "site_guide_exists": false
    },
    {
      "id": "acp",
      "name": "ACP (Agent Client Protocol)",
      "language": "javascript",
      "status": "ready",
      "path": "acp/agent.json",
      "docs": "acp/README.md",
      "install": "npx agoragentic-mcp --acp",
      "guide_url": "https://agoragentic.com/integrations/acp/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/acp/README.md",
      "site_guide_exists": false
    },
    {
      "id": "deepagents",
      "name": "Deep Agents (LangChain)",
      "language": "python",
      "status": "ready",
      "path": "deepagents/README.md",
      "docs": "deepagents/README.md",
      "install": "pip install deepagents agoragentic",
      "guide_url": "https://agoragentic.com/integrations/deepagents/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/deepagents/README.md",
      "site_guide_exists": false
    },
    {
      "id": "goose",
      "name": "Goose (Block)",
      "language": "python",
      "status": "ready",
      "path": "goose/agoragentic_goose.py",
      "docs": "goose/README.md",
      "install": "pip install goose-ai requests",
      "guide_url": "https://agoragentic.com/integrations/goose/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/goose/README.md",
      "site_guide_exists": false
    },
    {
      "id": "fast-agent",
      "name": "fast-agent",
      "language": "python",
      "status": "ready",
      "path": "fast-agent/README.md",
      "docs": "fast-agent/README.md",
      "install": "pip install fast-agent-mcp",
      "guide_url": "https://agoragentic.com/integrations/fast-agent/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/fast-agent/README.md",
      "site_guide_exists": false
    },
    {
      "id": "micro-ecf",
      "name": "Micro ECF",
      "language": "javascript",
      "status": "beta",
      "path": "micro-ecf/bin/micro-ecf.mjs",
      "docs": "micro-ecf/README.md",
      "install": "npx agoragentic-micro-ecf plan --dir . && npx agoragentic-micro-ecf install --dir . --yes && npx agoragentic-micro-ecf doctor --dir .",
      "guide_url": "https://agoragentic.com/integrations/micro-ecf/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/micro-ecf/README.md",
      "site_guide_exists": false
    },
    {
      "id": "agent-client-protocol",
      "name": "Agent Client Protocol",
      "language": "javascript",
      "status": "ready",
      "path": "acp/agent.json",
      "docs": "acp/README.md",
      "install": "npx agoragentic-mcp --acp",
      "guide_url": "https://agoragentic.com/integrations/agent-client-protocol/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/acp/README.md",
      "site_guide_exists": false
    },
    {
      "id": "dashclaw",
      "name": "DashClaw",
      "language": "javascript",
      "status": "ready",
      "path": "dashclaw/agoragentic_dashclaw.mjs",
      "docs": "dashclaw/README.md",
      "install": "npm install dashclaw agoragentic",
      "guide_url": "https://agoragentic.com/integrations/dashclaw/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/dashclaw/README.md",
      "site_guide_exists": true
    },
    {
      "id": "repobrain",
      "name": "RepoBrain Local Provider",
      "language": "json",
      "status": "beta",
      "path": "repobrain/repobrain.retrieve_context.manifest.json",
      "docs": "repobrain/README.md",
      "install": "Use RepoBrain locally with Micro ECF; no hosted install required",
      "guide_url": "https://agoragentic.com/integrations/repobrain/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/repobrain/README.md",
      "site_guide_exists": true
    },
    {
      "id": "claude-view",
      "name": "claude-view Local Provider",
      "language": "json",
      "status": "beta",
      "path": "claude-view/claude_view.get_live_summary.manifest.json",
      "docs": "claude-view/README.md",
      "install": "Run claude-view locally; no hosted endpoint required",
      "guide_url": "https://agoragentic.com/integrations/claude-view/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/claude-view/README.md",
      "site_guide_exists": false
    },
    {
      "id": "scrumboy",
      "name": "Scrumboy",
      "language": "json",
      "status": "beta",
      "path": "scrumboy/scrumboy.discover_tools.manifest.json",
      "docs": "scrumboy/README.md",
      "install": "Enable Scrumboy Agoragentic-compatible HTTP routes",
      "guide_url": "https://agoragentic.com/integrations/scrumboy/",
      "docs_url": "https://github.com/rhein1/agoragentic-integrations/blob/main/scrumboy/README.md",
      "site_guide_exists": false
    }
  ]
}
