<!DOCTYPE html><html lang="zh-CN"><head>
<meta name="google-site-verification" content="PENDING_VERIFICATION" /><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>Agent Ecosystem DB - AI Agent生态知识引擎</title><meta name="description" content="MCP Server、Agent SDK、模型API、通信协议、向量数据库、记忆系统一站式对比查询。AI Agent生态结构化数据库。"><link rel="icon" href="data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🔌</text></svg>"><style>:root{--bg:#0a0e17;--bg2:#111827;--bg3:#1a2236;--border:#1e2d4a;--text:#e2e8f0;--text2:#94a3b8;--accent:#06b6d4;--accent2:#f59e0b;--green:#10b981;--red:#ef4444;--purple:#8b5cf6}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,14,23,0.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;height:52px;gap:12px;flex-wrap:wrap}.nav-logo{font-size:17px;font-weight:700;color:#fff;white-space:nowrap}.nav-links{display:flex;gap:10px;font-size:12px;flex-wrap:wrap}.nav-links a{color:var(--text2);white-space:nowrap}.hero{text-align:center;padding:80px 20px 30px}.hero h1{font-size:2em;margin-bottom:8px}.hero h1 span{color:var(--accent)}.hero p{color:var(--text2);max-width:600px;margin:0 auto 20px}.stats{display:flex;justify-content:center;gap:16px;margin-bottom:30px;flex-wrap:wrap}.stat{text-align:center;padding:10px 16px;background:var(--bg2);border-radius:8px;border:1px solid var(--border);min-width:80px}.stat-num{font-size:1.6em;font-weight:800;color:var(--accent)}.stat-label{font-size:11px;color:var(--text2)}.section{max-width:1200px;margin:0 auto;padding:0 20px 30px}.section h2{font-size:1.3em;margin-bottom:14px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:14px;cursor:pointer;transition:border-color .2s}.card:hover{border-color:var(--accent)}.card h3{font-size:.95em;margin-bottom:6px;color:var(--accent)}.card-row{display:flex;justify-content:space-between;font-size:12px;color:var(--text2);padding:2px 0}.card-row span:last-child{color:var(--text);font-weight:500;max-width:60%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.footer{text-align:center;padding:30px 20px;color:var(--text2);font-size:13px;border-top:1px solid var(--border)}.modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,0.7);align-items:center;justify-content:center}.modal.active{display:flex}.modal-body{background:var(--bg2);border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid var(--border)}.modal-body h3{color:var(--accent);margin-bottom:12px}.modal-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:14px}.modal-row span:first-child{color:var(--text2);flex-shrink:0;margin-right:12px}.modal-row span:last-child{color:var(--text);text-align:right;word-break:break-word}.search{width:100%;max-width:500px;padding:12px 16px;background:var(--bg2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:15px;outline:none}.search:focus{border-color:var(--accent)}@media(max-width:600px){.grid{grid-template-columns:1fr}.stats{gap:8px}.hero h1{font-size:1.5em}.nav-links{font-size:11px;gap:6px}}
/* Anti-scraping CSS */
.detail-val, .entity-desc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.detail-val::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Honeypot - invisible to humans */
.honey-link {
  display: none !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

</style></head><body><div class="nav"><div class="nav-inner"><div class="nav-logo">🔌 <span>Agent Ecosystem DB</span></div><div class="nav-links"><a href="#mcp_servers">MCP Servers</a>    <a href="#sdks">Agent框架</a>    <a href="#protocols">协议</a>    <a href="#memory_systems">记忆系统</a>    <a href="#benchmarks">评测</a>    <a href="#relations">relations</a>    <a href="#model_apis">模型API</a>    <a href="#agent_sdks">开发SDK</a>    <a href="#vector_dbs">向量数据库</a><a href="https://genetech.tools" style="color:var(--accent2)">主站</a>    <a href="https://genetech.tools/banned-words" style="color:#ff6b6b;font-weight:600" target="_blank">🛡️ 违禁词检测</a>
      </div></div></div><div class="hero"><h1>🔌 <span>AI Agent 生态知识引擎</span></h1><p>MCP Server / 模型API / Agent SDK / 通信协议 / 向量数据库 / 记忆系统一站式对比查询</p><input class="search" placeholder="搜索 API / SDK / MCP Server..." oninput="handleSearch(this.value)"><div class="stats" style="margin-top:20px"><div class="stat"><div class="stat-num">12</div><div class="stat-label">MCP Servers</div></div><div class="stat"><div class="stat-num">10</div><div class="stat-label">Agent框架</div></div><div class="stat"><div class="stat-num">5</div><div class="stat-label">协议</div></div><div class="stat"><div class="stat-num">6</div><div class="stat-label">记忆系统</div></div><div class="stat"><div class="stat-num">5</div><div class="stat-label">评测</div></div><div class="stat"><div class="stat-num">46</div><div class="stat-label">relations</div></div><div class="stat"><div class="stat-num">12</div><div class="stat-label">模型API</div></div><div class="stat"><div class="stat-num">8</div><div class="stat-label">开发SDK</div></div><div class="stat"><div class="stat-num">8</div><div class="stat-label">向量数据库</div></div></div></div>
  <!-- 三大板块入口 -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px">
    <!-- 板块① 知识库 -->
    <div style="background:var(--bg2);border:2px solid #06b6d4;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#06b6d4;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块①</div>
      <div style="font-size:28px;margin-bottom:8px">🔌</div>
      <div style="font-size:16px;font-weight:700;color:#06b6d4;margin-bottom:4px">知识库</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">11实体 · 6框架 · 5平台</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="#" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#06b6d4;border-radius:8px;text-decoration:none">浏览数据</a>
        <a href="/api/data.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#06b6d4;border-radius:8px;text-decoration:none">API</a>
        <a href="/llms.txt" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#06b6d4;border-radius:8px;text-decoration:none">LLM索引</a>
      </div>
    </div>
    <!-- 板块③ Pro变现 -->
    <div style="background:var(--bg2);border:2px solid #f59e0b;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#f59e0b;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块③</div>
      <div style="font-size:28px;margin-bottom:8px">💎</div>
      <div style="font-size:16px;font-weight:700;color:#f59e0b;margin-bottom:4px">Pro 订阅</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">完整数据库 · API访问 · MCP Server · 从$19/月</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="/credits.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">💎 定价</a>
        <a href="/order.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🛒 订购</a>
        <a href="/api/openapi.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🔌 API</a>
      </div>
    </div>
  </div>

  <!-- 场景化CTA -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px">
    <div style="background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap">
      <div style="flex:1;min-width:250px">
        <div style="font-size:15px;font-weight:700;margin-bottom:6px">💡 用AI分析这些数据</div>
        <div style="font-size:13px;color:var(--text2)">用ATEX AI对话深度分析数据，用TTS生成口播音频，用图像理解提取图表，用浏览器自动化采集更多信息</div>
      </div>
      
    </div>
  </div>

<div class="section" id="mcp_servers"><h2>🔌 MCP Servers</h2><div class="grid" id="grid-mcp_servers"></div></div><div class="section" id="sdks"><h2>🔌 Agent框架</h2><div class="grid" id="grid-sdks"></div></div><div class="section" id="protocols"><h2>🔌 协议</h2><div class="grid" id="grid-protocols"></div></div><div class="section" id="memory_systems"><h2>🔌 记忆系统</h2><div class="grid" id="grid-memory_systems"></div></div><div class="section" id="benchmarks"><h2>🔌 评测</h2><div class="grid" id="grid-benchmarks"></div></div><div class="section" id="relations"><h2>🔌 relations</h2><div class="grid" id="grid-relations"></div></div><div class="section" id="model_apis"><h2>🤖 模型API</h2><div class="grid" id="grid-model_apis"></div></div><div class="section" id="agent_sdks"><h2>🛠️ 开发SDK</h2><div class="grid" id="grid-agent_sdks"></div></div><div class="section" id="vector_dbs"><h2>💾 向量数据库</h2><div class="grid" id="grid-vector_dbs"></div></div><div class="footer"><p>Agent Ecosystem DB · agent.genetech.tools · <a href="https://genetech.tools">GeneTech Tools</a></p></div><div class="modal" id="modal" onclick="if(event.target===this)closeModal()"><div class="modal-body" id="modalContent"></div></div><script>const DB = {"updated":"2026-05-26T06:16:26.794Z","stats":{"mcp_servers":12,"sdks":10,"protocols":5,"memory_systems":6,"benchmarks":5,"relations":46,"model_apis":12,"agent_sdks":8,"vector_dbs":8},"mcp_servers":[{"id":"MCP-001","name":"server-filesystem","full_name":"@modelcontextprotocol/server-filesystem","category":"文件系统","description":"读写本地文件系统","protocol_version":"2025-03-26","auth":"local","hosts":["Claude Desktop","VS Code","Cursor"],"security":"本地沙箱","stars":13000,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["读写文件","目录列表","文件搜索"]},{"id":"MCP-002","name":"server-postgres","full_name":"@modelcontextprotocol/server-postgres","category":"数据库","description":"PostgreSQL 数据库查询","protocol_version":"2025-03-26","auth":"connection_string","hosts":["Claude Desktop","VS Code"],"security":"只读查询模式","stars":8500,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["SQL查询","schema浏览","只读模式"]},{"id":"MCP-003","name":"server-github","full_name":"@modelcontextprotocol/server-github","category":"API","description":"GitHub API 操作","protocol_version":"2025-03-26","auth":"OAuth token","hosts":["Claude Desktop","VS Code","Cursor"],"security":"token权限控制","stars":7200,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["创建PR/Issue","搜索代码","文件操作"]},{"id":"MCP-004","name":"server-puppeteer","full_name":"@modelcontextprotocol/server-puppeteer","category":"浏览器","description":"浏览器自动化","protocol_version":"2025-03-26","auth":"none","hosts":["Claude Desktop"],"security":"沙箱浏览器","stars":6800,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["网页截图","表单填写","点击交互"]},{"id":"MCP-005","name":"server-sqlite","full_name":"@modelcontextprotocol/server-sqlite","category":"数据库","description":"SQLite 本地数据库","protocol_version":"2025-03-26","auth":"none","hosts":["Claude Desktop","VS Code"],"security":"本地文件","stars":5900,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["SQL查询","建表","数据导入"]},{"id":"MCP-006","name":"server-brave-search","full_name":"@modelcontextprotocol/server-brave-search","category":"搜索","description":"Brave 搜索引擎","protocol_version":"2025-03-26","auth":"API key","hosts":["Claude Desktop"],"security":"API限流","stars":4500,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["网页搜索","结果过滤"]},{"id":"MCP-007","name":"server-memory","full_name":"@modelcontextprotocol/server-memory","category":"记忆","description":"Agent 持久化记忆","protocol_version":"2025-03-26","auth":"none","hosts":["Claude Desktop"],"security":"本地存储","stars":5200,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["知识图谱","实体关系","持久化"]},{"id":"MCP-008","name":"firecrawl-mcp-server","full_name":"firecrawl-mcp-server","category":"网页抓取","description":"网页内容提取和爬取","protocol_version":"2025-03-26","auth":"API key","hosts":["Claude Desktop","Cursor"],"security":"API限流","stars":3800,"maintainer":"Mendable","status":"active","language":"TypeScript","features":["网页抓取","批量爬取","结构化提取"]},{"id":"MCP-009","name":"server-sequential-thinking","full_name":"@modelcontextprotocol/server-sequential-thinking","category":"推理","description":"结构化思维链推理","protocol_version":"2025-03-26","auth":"none","hosts":["Claude Desktop"],"security":"无风险","stars":4100,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["思维链","分步推理","动态调整"]},{"id":"MCP-010","name":"notion-mcp-server","full_name":"@notionhq/notion-mcp-server","category":"生产力","description":"Notion 页面和数据库操作","protocol_version":"2025-03-26","auth":"OAuth","hosts":["Claude Desktop","Cursor"],"security":"token权限","stars":3200,"maintainer":"Notion","status":"active","language":"TypeScript","features":["页面CRUD","数据库查询","搜索"]},{"id":"MCP-011","name":"server-slack","full_name":"@modelcontextprotocol/server-slack","category":"通信","description":"Slack 消息和频道操作","protocol_version":"2025-03-26","auth":"Bot token","hosts":["Claude Desktop"],"security":"token权限","stars":2800,"maintainer":"Anthropic","status":"active","language":"TypeScript","features":["发消息","读频道","搜索"]},{"id":"MCP-012","name":"supabase-mcp-server","full_name":"supabase-mcp-server","category":"数据库","description":"Supabase 数据库和认证","protocol_version":"2025-03-26","auth":"Service key","hosts":["Claude Desktop","Cursor"],"security":"key权限","stars":2600,"maintainer":"Supabase","status":"active","language":"TypeScript","features":["SQL查询","Auth管理","Storage操作"]}],"sdks":[{"id":"SDK-001","name":"Claude Agent SDK","vendor":"Anthropic","language":"Python","type":"Agent SDK","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"生产可用","features":["原生MCP支持","多步骤agent","guardrails"],"pros":["Anthropic官方","MCP原生集成","安全护栏"],"cons":["仅Claude模型","较新生态小"]},{"id":"SDK-002","name":"OpenAI Agents SDK","vendor":"OpenAI","language":"Python","type":"Agent SDK","multi_agent":true,"tool_use":true,"memory":false,"streaming":true,"maturity":"生产可用","features":["Agent交接","guardrails","tracing"],"pros":["OpenAI官方","Agent交接优雅","内置tracing"],"cons":["仅OpenAI模型","无内置记忆"]},{"id":"SDK-003","name":"Google ADK","vendor":"Google","language":"Python","type":"Agent SDK","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"早期","features":["A2A协议原生","多Agent编排","内置评估"],"pros":["A2A原生","Google生态","多模型支持"],"cons":["非常新","文档少","生态小"]},{"id":"SDK-004","name":"LangGraph","vendor":"LangChain","language":"Python/JS","type":"Agent框架","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"生产可用","features":["状态图","持久化","人机协作","时间旅行调试"],"pros":["最成熟","社区大","可视化调试"],"cons":["学习曲线陡","复杂度高","性能开销大"]},{"id":"SDK-005","name":"CrewAI","vendor":"CrewAI","language":"Python","type":"Agent框架","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"生产可用","features":["角色定义","任务委派","流程编排","记忆系统"],"pros":["概念直观","上手快","角色扮演模式"],"cons":["灵活性有限","调试困难","企业版收费"]},{"id":"SDK-006","name":"AutoGen/AG2","vendor":"Microsoft","language":"Python","type":"Agent框架","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"生产可用","features":["对话式多Agent","代码执行","人机协作"],"pros":["微软背书","研究导向","灵活对话模式"],"cons":["API不稳定","文档混乱","版本迁移痛苦"]},{"id":"SDK-007","name":"Smolagents","vendor":"HuggingFace","language":"Python","type":"Agent框架","multi_agent":false,"tool_use":true,"memory":false,"streaming":true,"maturity":"早期","features":["轻量级","代码Agent","HF模型集成"],"pros":["极简","HF生态","代码优先"],"cons":["单Agent","功能少","生态小"]},{"id":"SDK-008","name":"Pydantic AI","vendor":"Pydantic","language":"Python","type":"Agent框架","multi_agent":false,"tool_use":true,"memory":false,"streaming":true,"maturity":"早期","features":["类型安全","依赖注入","多模型支持"],"pros":["类型安全","Pydantic生态","模型无关"],"cons":["单Agent","无记忆","新项目"]},{"id":"SDK-009","name":"Mastra","vendor":"Mastra","language":"TypeScript","type":"Agent框架","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"早期","features":["TypeScript原生","工作流","RAG集成"],"pros":["TS开发者友好","全栈方案"],"cons":["TS only","新项目","社区小"]},{"id":"SDK-010","name":"Dify","vendor":"LangGenius","language":"Python/TS","type":"Agent平台","multi_agent":true,"tool_use":true,"memory":true,"streaming":true,"maturity":"生产可用","features":["可视化编排","插件市场","RAG","工作流"],"pros":["低代码","可视化","插件生态","中文友好"],"cons":["定制性差","性能开销","复杂场景受限"]}],"protocols":[{"id":"PROTO-001","name":"MCP (Model Context Protocol)","vendor":"Anthropic","version":"2025-03-26","layer":"Agent-Tool","description":"让AI Agent连接外部工具和数据源的开放协议","architecture":"Client-Server","transport":"stdio/SSE/StreamableHTTP","security":"进程隔离/权限控制","adoption":"广泛","github_stars":"30000+","status":"事实标准"},{"id":"PROTO-002","name":"A2A (Agent-to-Agent)","vendor":"Google","version":"0.1","layer":"Agent-Agent","description":"让不同框架的AI Agent互相通信和协作","architecture":"P2P/Hub","transport":"HTTP/JSON-RPC","security":"Agent Card认证","adoption":"快速增长(50+合作伙伴)","github_stars":"5000+","status":"快速增长"},{"id":"PROTO-003","name":"ACP (Agent Communication Protocol)","vendor":"IBM/BEA","version":"0.1","layer":"Agent-Agent","description":"IBM主导的Agent通信协议","architecture":"Hub-Spoke","transport":"HTTP/gRPC","security":"企业级安全","adoption":"IBM生态","github_stars":"500","status":"早期"},{"id":"PROTO-004","name":"OpenClaw Skill Protocol","vendor":"OpenClaw","version":"1.0","layer":"Agent-Skill","description":"Agent技能描述和分发协议","architecture":"Registry","transport":"npm/git","security":"沙箱执行/权限声明","adoption":"OpenClaw生态","github_stars":"2000","status":"活跃"},{"id":"PROTO-005","name":"LSP (Language Server Protocol)","vendor":"Microsoft","version":"3.17","layer":"Editor-Language","description":"编辑器与语言服务通信协议","architecture":"Client-Server","transport":"stdio/HTTP","security":"进程隔离","adoption":"广泛","github_stars":"11000","status":"成熟标准"}],"memory_systems":[{"id":"MEM-001","name":"mem0","type":"向量+图谱","architecture":"混合","features":["自动记忆提取","用户画像","时间衰减"],"open_source":true,"license":"MIT","maturity":"生产可用","pricing":"免费/Pro$29/月","language":"Python"},{"id":"MEM-002","name":"Zep","type":"向量+图谱","architecture":"混合","features":["对话记忆","实体提取","知识图谱"],"open_source":true,"license":"Apache-2.0","maturity":"生产可用","pricing":"免费/Cloud付费","language":"Python/TS"},{"id":"MEM-003","name":"Letta (MemGPT)","type":"分层记忆","architecture":"上下文+归档","features":["虚拟上下文管理","自动分页","无限上下文"],"open_source":true,"license":"Apache-2.0","maturity":"生产可用","pricing":"免费/Cloud付费","language":"Python"},{"id":"MEM-004","name":"Cognee","type":"知识图谱","architecture":"Graph RAG","features":["自动知识图谱构建","实体关系推理"],"open_source":true,"license":"Apache-2.0","maturity":"早期","pricing":"免费","language":"Python"},{"id":"MEM-005","name":"Graphiti","type":"知识图谱","architecture":"时序图谱","features":["自动演化图谱","时间推理","非结构化输入"],"open_source":true,"license":"Apache-2.0","maturity":"早期","pricing":"免费","language":"Python"},{"id":"MEM-006","name":"Hindsight","type":"对话记忆","architecture":"向量","features":["对话摘要","关键信息提取","上下文窗口"],"open_source":true,"license":"MIT","maturity":"早期","pricing":"免费","language":"Python"}],"benchmarks":[{"id":"BENCH-001","name":"SWE-bench","focus":"代码修复","description":"真实GitHub issue自动修复","top_score":"Claude 3.5 Sonnet ~49%","adoption":"广泛"},{"id":"BENCH-002","name":"WebArena","focus":"网页操作","description":"真实网页环境任务完成","top_score":"~35%","adoption":"学术"},{"id":"BENCH-003","name":"AgentBench","focus":"多任务","description":"多场景Agent能力评估","top_score":"GPT-4 ~36.9","adoption":"学术"},{"id":"BENCH-004","name":"BFCL v3","focus":"函数调用","description":"多语言函数调用评估","top_score":"GPT-4o ~90%","adoption":"广泛"},{"id":"BENCH-005","name":"MCP兼容性测试","focus":"MCP","description":"MCP Server兼容性验证","top_score":"N/A","adoption":"新兴"}],"relations":[{"from":"server-filesystem","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-filesystem","from_type":"mcp_server","to":"VS Code","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-filesystem","from_type":"mcp_server","to":"Cursor","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-postgres","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-postgres","from_type":"mcp_server","to":"VS Code","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-github","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-github","from_type":"mcp_server","to":"VS Code","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-github","from_type":"mcp_server","to":"Cursor","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-puppeteer","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-sqlite","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-sqlite","from_type":"mcp_server","to":"VS Code","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-brave-search","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-memory","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"firecrawl-mcp-server","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"firecrawl-mcp-server","from_type":"mcp_server","to":"Cursor","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-sequential-thinking","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"notion-mcp-server","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"notion-mcp-server","from_type":"mcp_server","to":"Cursor","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"server-slack","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"supabase-mcp-server","from_type":"mcp_server","to":"Claude Desktop","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"supabase-mcp-server","from_type":"mcp_server","to":"Cursor","to_type":"host","relation":"compatible_with","confidence":"high"},{"from":"Claude Agent SDK","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Claude Agent SDK","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Claude Agent SDK","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"OpenAI Agents SDK","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"OpenAI Agents SDK","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Google ADK","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Google ADK","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Google ADK","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"LangGraph","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"LangGraph","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"LangGraph","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"CrewAI","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"CrewAI","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"CrewAI","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"AutoGen/AG2","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"AutoGen/AG2","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"AutoGen/AG2","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Smolagents","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Pydantic AI","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Mastra","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Mastra","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Mastra","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Dify","from_type":"sdk","to":"multi_agent","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Dify","from_type":"sdk","to":"tool_use","to_type":"capability","relation":"supports","confidence":"high"},{"from":"Dify","from_type":"sdk","to":"memory","to_type":"capability","relation":"supports","confidence":"high"}],"model_apis":[{"id":"API-001","name":"OpenAI API","vendor":"OpenAI","type":"LLM API","models":["GPT-4o","GPT-4o-mini","o1","o3-mini","DALL-E 3","Whisper","TTS"],"pricing_input":"$2.5/1M tokens (GPT-4o)","pricing_output":"$10/1M tokens (GPT-4o)","context_window":"128K","features":["Chat Completions","Function Calling","Vision","Structured Output","Batch API","Fine-tuning","Assistants API"],"rate_limit":"Tier1: 500 RPM","sdk_languages":["Python","Node.js","Go","Java","C#"],"docs":"https://platform.openai.com/docs","status":"生产可用"},{"id":"API-002","name":"Anthropic API","vendor":"Anthropic","type":"LLM API","models":["Claude 3.5 Sonnet","Claude 3.5 Haiku","Claude 3 Opus"],"pricing_input":"$3/1M tokens (Sonnet)","pricing_output":"$15/1M tokens (Sonnet)","context_window":"200K","features":["Messages API","Tool Use","Vision","MCP Support","Prompt Caching","Extended Thinking"],"rate_limit":"Tier1: 1000 RPM","sdk_languages":["Python","Node.js"],"docs":"https://docs.anthropic.com","status":"生产可用"},{"id":"API-003","name":"Google Gemini API","vendor":"Google","type":"LLM API","models":["Gemini 2.0 Flash","Gemini 2.5 Pro","Gemini 1.5 Pro"],"pricing_input":"$1.25/1M tokens (Flash)","pricing_output":"$5/1M tokens (Flash)","context_window":"1M-2M","features":["Generate Content","Function Calling","Vision","Code Execution","Grounding","Context Caching"],"rate_limit":"Free: 15 RPM, Pay: 2000 RPM","sdk_languages":["Python","Node.js","Go","Java","Dart"],"docs":"https://ai.google.dev/docs","status":"生产可用"},{"id":"API-004","name":"DeepSeek API","vendor":"DeepSeek","type":"LLM API","models":["DeepSeek-V3","DeepSeek-R1"],"pricing_input":"$0.27/1M tokens","pricing_output":"$1.1/1M tokens","context_window":"128K","features":["Chat Completions","FIM","JSON Output","Function Calling"],"rate_limit":"按余额","sdk_languages":["OpenAI兼容"],"docs":"https://platform.deepseek.com/api-docs","status":"生产可用"},{"id":"API-005","name":"智谱AI API","vendor":"智谱AI","type":"LLM API","models":["GLM-4","GLM-4V","GLM-4-Flash"],"pricing_input":"¥0.1/1M tokens (Flash)","pricing_output":"¥0.1/1M tokens (Flash)","context_window":"128K","features":["Chat Completions","Function Calling","Vision","Web Search","Code Interpreter"],"rate_limit":"按套餐","sdk_languages":["Python","Node.js","Java"],"docs":"https://open.bigmodel.cn/dev/api","status":"生产可用"},{"id":"API-006","name":"Mistral API","vendor":"Mistral AI","type":"LLM API","models":["Mistral Large","Mistral Medium","Codestral","Pixtral"],"pricing_input":"$2/1M tokens (Large)","pricing_output":"$6/1M tokens (Large)","context_window":"128K","features":["Chat Completions","Function Calling","Vision","Embeddings","Agents API"],"rate_limit":"按套餐","sdk_languages":["Python","Node.js"],"docs":"https://docs.mistral.ai","status":"生产可用"},{"id":"API-007","name":"Cohere API","vendor":"Cohere","type":"LLM/RAG API","models":["Command R+","Command R","Embed v3","Rerank v3"],"pricing_input":"$2.5/1M tokens (R+)","pricing_output":"$10/1M tokens (R+)","context_window":"128K","features":["Chat","RAG","Embeddings","Rerank","Connectors","Fine-tuning"],"rate_limit":"按套餐","sdk_languages":["Python","Node.js"],"docs":"https://docs.cohere.com","status":"生产可用"},{"id":"API-008","name":"Groq API","vendor":"Groq","type":"推理加速API","models":["Llama 3.3 70B","Mixtral 8x7B","Gemma 2 9B"],"pricing_input":"$0.59/1M tokens","pricing_output":"$0.79/1M tokens","context_window":"128K","features":["超低延迟推理","OpenAI兼容","Chat Completions","Vision"],"rate_limit":"按套餐","sdk_languages":["OpenAI兼容"],"docs":"https://console.groq.com/docs","status":"生产可用"},{"id":"API-009","name":"Together AI API","vendor":"Together AI","type":"推理平台","models":["200+开源模型","Llama 3","Qwen 2.5","DeepSeek"],"pricing_input":"$0.18/1M tokens (Llama3)","pricing_output":"$0.18/1M tokens","context_window":"128K","features":["Serverless推理","Fine-tuning","Embeddings","Image Gen"],"rate_limit":"按余额","sdk_languages":["OpenAI兼容"],"docs":"https://docs.together.ai","status":"生产可用"},{"id":"API-010","name":"Fireworks AI API","vendor":"Fireworks AI","type":"推理平台","models":["Llama 3.3","Qwen 2.5","Mixtral","Whisper"],"pricing_input":"$0.2/1M tokens","pricing_output":"$0.2/1M tokens","context_window":"128K","features":["Serverless推理","Fine-tuning","Vision","Function Calling"],"rate_limit":"按余额","sdk_languages":["OpenAI兼容"],"docs":"https://docs.fireworks.ai","status":"生产可用"},{"id":"API-011","name":"Perplexity API","vendor":"Perplexity","type":"搜索AI API","models":["Sonar","Sonar Pro","Sonar Reasoning"],"pricing_input":"$1/1M tokens","pricing_output":"$1/1M tokens","context_window":"128K","features":["实时搜索","引用来源","Pro深度搜索"],"rate_limit":"按套餐","sdk_languages":["Python","Node.js"],"docs":"https://docs.perplexity.ai","status":"生产可用"},{"id":"API-012","name":"ElevenLabs API","vendor":"ElevenLabs","type":"TTS/STT API","models":["eleven_multilingual_v2","eleven_turbo_v2","eleven_monolingual_v1"],"pricing_input":"$0.18/1K chars","pricing_output":"N/A","context_window":"N/A","features":["TTS","STT","Voice Cloning","Sound Effects","Dubbing"],"rate_limit":"按套餐","sdk_languages":["Python","Node.js"],"docs":"https://elevenlabs.io/docs/api-reference","status":"生产可用"}],"agent_sdks":[{"id":"ASDK-001","name":"Vercel AI SDK","vendor":"Vercel","language":"TypeScript","type":"AI SDK","version":"4.x","license":"Apache-2.0","features":["统一API","Streaming","Tool Calling","RAG","Middleware","React/Svelte/Vue组件"],"pros":["前端集成最好","SSR友好","框架无关"],"cons":["JS/TS only","无内置多Agent"],"maturity":"生产可用","docs":"https://sdk.vercel.ai/docs"},{"id":"ASDK-002","name":"LangChain","vendor":"LangChain","language":"Python/JS","type":"AI框架","version":"0.3+","license":"MIT","features":["Chain编排","Memory","Retrieval","Agent","Callbacks","200+集成"],"pros":["集成最多","社区最大","文档丰富"],"cons":["抽象层太多","性能差","调试难"],"maturity":"生产可用","docs":"https://python.langchain.com/docs"},{"id":"ASDK-003","name":"LlamaIndex","vendor":"LlamaIndex","language":"Python/TS","type":"RAG框架","version":"0.12+","license":"Apache-2.0","features":["数据摄取","索引构建","查询引擎","Agent","Workflow"],"pros":["RAG最强","数据连接器多","灵活"],"cons":["RAG外功能弱","学习曲线"],"maturity":"生产可用","docs":"https://docs.llamaindex.ai"},{"id":"ASDK-004","name":"Haystack","vendor":"deepset","language":"Python","type":"RAG/搜索框架","version":"2.x","license":"Apache-2.0","features":["Pipeline","组件化","RAG","Agent","搜索"],"pros":["组件化设计","生产级","可测试"],"cons":["社区比LangChain小","文档一般"],"maturity":"生产可用","docs":"https://docs.haystack.deepset.ai"},{"id":"ASDK-005","name":"Semantic Kernel","vendor":"Microsoft","language":"C#/Python/Java","type":"AI SDK","version":"1.x","license":"MIT","features":["Plugin系统","Planner","Memory","Connector"],"pros":["企业级",".NET生态","微软背书"],"cons":["C#优先","Python版落后","社区小"],"maturity":"生产可用","docs":"https://learn.microsoft.com/en-us/semantic-kernel"},{"id":"ASDK-006","name":"Rig","vendor":"0xPlay","language":"Rust","type":"AI SDK","version":"0.8+","license":"MIT","features":["LLM调用","Agent","Tool","RAG","Embedding"],"pros":["Rust性能","类型安全","轻量"],"cons":["Rust only","生态小","文档少"],"maturity":"早期","docs":"https://rig.rs/docs"},{"id":"ASDK-007","name":"Portkey AI Gateway","vendor":"Portkey","language":"TypeScript","type":"AI网关","version":"1.x","license":"MIT","features":["多模型路由","Fallback","缓存","限流","Observability"],"pros":["模型无关","生产监控","成本控制"],"cons":["网关层开销","依赖第三方"],"maturity":"生产可用","docs":"https://portkey.ai/docs"},{"id":"ASDK-008","name":"Helicone","vendor":"Helicone","language":"TypeScript","type":"AI可观测性","version":"2.x","license":"Apache-2.0","features":["日志","监控","缓存","速率限制","实验"],"pros":["开箱即用","多模型支持","免费层"],"cons":["需代理层","延迟增加"],"maturity":"生产可用","docs":"https://docs.helicone.ai"}],"vector_dbs":[{"id":"VDB-001","name":"Pinecone","type":"托管向量数据库","pricing":"免费/Starter$25/月","features":["自动扩缩","元数据过滤","命名空间","稀疏向量"],"open_source":false,"maturity":"生产可用","language":"Python/Node.js"},{"id":"VDB-002","name":"Weaviate","type":"向量+图谱数据库","pricing":"免费/Cloud付费","features":["混合搜索","多模态","RAG模块","GraphQL"],"open_source":true,"license":"BSD-3","maturity":"生产可用","language":"Python/Node.js/Go/Java"},{"id":"VDB-003","name":"Qdrant","type":"向量数据库","pricing":"免费/Cloud付费","features":["高性嫩过滤","量化压缩","命名空间","Payload过滤"],"open_source":true,"license":"Apache-2.0","maturity":"生产可用","language":"Python/Node.js/Rust"},{"id":"VDB-004","name":"ChromaDB","type":"嵌入式向量数据库","pricing":"免费","features":["嵌入式/Server","自动嵌入","元数据","相似度搜索"],"open_source":true,"license":"Apache-2.0","maturity":"生产可用","language":"Python/JS"},{"id":"VDB-005","name":"Milvus","type":"分布式向量数据库","pricing":"免费/Cloud付费","features":["十亿级向量","GPU加速","多索引","标量过滤"],"open_source":true,"license":"Apache-2.0","maturity":"生产可用","language":"Python/Node.js/Go/Java/C++"},{"id":"VDB-006","name":"pgvector","type":"PostgreSQL扩展","pricing":"免费","features":["SQL集成","IVFFlat/HNSW索引","无需新基础设施"],"open_source":true,"license":"PostgreSQL","maturity":"生产可用","language":"SQL"},{"id":"VDB-007","name":"LanceDB","type":"Serverless向量数据库","pricing":"免费","features":["嵌入式","列存储","版本管理","零拷贝"],"open_source":true,"license":"Apache-2.0","maturity":"早期","language":"Python/Node.js/Rust"},{"id":"VDB-008","name":"Neo4j + Vector","type":"图+向量数据库","pricing":"免费/Enterprise","features":["知识图谱+向量","Cypher查询","GDS算法"],"open_source":true,"license":"GPLv3(社区)","maturity":"生产可用","language":"Python/JS/Java/Go"}]};const catNames={"mcp_servers":"MCP Servers","sdks":"Agent框架","protocols":"协议","memory_systems":"记忆系统","benchmarks":"评测","model_apis":"模型API","agent_sdks":"开发SDK","vector_dbs":"向量数据库"};for(const[key]of Object.entries(DB.stats)){const catData=DB[key];if(!catData)continue;const grid=document.getElementById("grid-"+key);if(!grid)continue;grid.innerHTML=catData.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=="id").slice(0,5);return"<div class="card" onclick="showDetail("+JSON.stringify(key)+","+JSON.stringify(e.id)+")"><h3>"+(e.name||e.full_name||e.id)+"</h3>"+entries.map(([k,v])=>"<div class="card-row"><span>"+k.replace(/_/g," ")+"</span><span>"+(Array.isArray(v)?v.join(", "):String(v).substring(0,60))+"</span></div>").join("")+"</div>"}).join("")}function showDetail(catKey,id){const entity=DB[catKey].find(e=>e.id===id);if(!entity)return;const rows=Object.entries(entity).filter(([k])=>k!=="id").map(([k,v])=>"<div class="modal-row"><span>"+k.replace(/_/g," ")+"</span><span>"+(Array.isArray(v)?v.join(", "):String(v))+"</span></div>").join("");document.getElementById("modalContent").innerHTML="<h3>"+(entity.name||entity.full_name||entity.id)+"</h3>"+rows;document.getElementById("modal").classList.add("active")}function handleSearch(q){q=q.toLowerCase().trim();for(const[key]of Object.entries(DB.stats)){const catData=DB[key];if(!catData)continue;const grid=document.getElementById("grid-"+key);if(!grid)continue;const filtered=q?catData.filter(e=>JSON.stringify(e).toLowerCase().includes(q)):catData;grid.innerHTML=filtered.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=="id").slice(0,5);return"<div class="card" onclick="showDetail("+JSON.stringify(key)+","+JSON.stringify(e.id)+")"><h3>"+(e.name||e.full_name||e.id)+"</h3>"+entries.map(([k,v])=>"<div class="card-row"><span>"+k.replace(/_/g," ")+"</span><span>"+(Array.isArray(v)?v.join(", "):String(v).substring(0,60))+"</span></div>").join("")+"</div>"}).join("")}}function closeModal(){document.getElementById("modal").classList.remove("active")}</script>
<!-- Honeypot - invisible to real users, traps bots -->
<div class="honey-link">
  <a href="/api/honeypot.json">Download all data</a>
  <a href="/api/export.json">Export database</a>
  <a href="/admin/">Admin panel</a>
  <a href="/backup/">Backup</a>
</div>
<script>
// Anti-scraping JavaScript
(function(){
  // 1. Anti-debugging
  const d=new Date();debugger;
  setInterval(function(){debugger;},3000);
  
  // 2. Detect DevTools
  let devtoolsOpen=false;
  const threshold=160;
  const check=()=>{
    const widthThreshold=window.outerWidth-window.innerWidth>threshold;
    const heightThreshold=window.outerHeight-window.innerHeight>threshold;
    if(widthThreshold||heightThreshold){
      if(!devtoolsOpen){
        devtoolsOpen=true;
        document.body.innerHTML='<h1 style="text-align:center;margin-top:40vh">Access Denied</h1>';
      }
    }else{devtoolsOpen=false;}
  };
  setInterval(check,1000);
  
  // 3. Honeypot link monitoring
  document.querySelectorAll('.honey-link a').forEach(a=>{
    a.addEventListener('click',function(e){
      e.preventDefault();
      // Bot detected - redirect to honeypot
      window.location.href='/api/honeypot.json';
    });
  });
  
  // 4. Right-click protection on entity content
  document.querySelectorAll('.detail-val, .entity-desc').forEach(el=>{
    el.addEventListener('contextmenu',e=>e.preventDefault());
    el.addEventListener('copy',e=>{
      e.preventDefault();
      e.clipboardData.setData('text/plain','Content protected. Visit '+window.location.href);
    });
  });
  
  // 5. Canvas fingerprint for bot detection
  try{
    const canvas=document.createElement('canvas');
    const ctx=canvas.getContext('2d');
    ctx.textBaseline='top';
    ctx.font='14px Arial';
    ctx.fillText('🤖',2,2);
    const fp=canvas.toDataURL().slice(-50);
    if(!fp||fp.length<10){
      // Likely headless browser
      document.body.style.display='none';
    }
  }catch(e){}
  
  // 6. Mouse movement tracking (bots don't move mouse)
  let mouseMoved=false;
  document.addEventListener('mousemove',()=>{mouseMoved=true;},{once:true});
  setTimeout(()=>{
    if(!mouseMoved && !window._botChecked){
      window._botChecked=true;
      // No mouse movement in 5 seconds - might be a bot
      // Add a hidden verification challenge
      const verify=document.createElement('div');
      verify.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:99999;display:flex;align-items:center;justify-content:center;color:white;font-size:24px;cursor:pointer';
      verify.textContent='Click to continue';
      verify.onclick=()=>{verify.remove();};
      document.body.appendChild(verify);
    }
  },5000);
  
  // 7. Disable keyboard shortcuts for copying
  document.addEventListener('keydown',function(e){
    if((e.ctrlKey||e.metaKey)&&(e.key==='c'||e.key==='u'||e.key==='s'||e.key==='a')){
      if(e.target.closest('.detail-val,.entity-desc')){
        e.preventDefault();
      }
    }
  });
})();
</script>

<!-- API Pro CTA -->
<div id="apiCta" style="position:fixed;bottom:20px;right:20px;z-index:999;background:linear-gradient(135deg,#1e3a5f,#0a2540);border:1px solid #06b6d4;border-radius:12px;padding:14px 18px;max-width:260px;box-shadow:0 4px 20px rgba(6,182,212,0.3);cursor:pointer;transition:all .3s" onmouseover="this.style.transform='translateY(-2px)'" onmouseout="this.style.transform=''" onclick="window.location.href='/api-pricing.html'">
  <div style="font-size:.8rem;color:#f59e0b;font-weight:700;margin-bottom:4px">⚡ API PRO</div>
  <div style="font-size:.85rem;color:#e2e8f0">Unlimited API access + data export</div>
  <div style="font-size:.75rem;color:#06b6d4;margin-top:4px">$29/mo → Get API Key</div>
</div>

<script src="/anti-scrape.js"></script>




v>




<!-- Knowledge Engine Ecosystem Navigation -->
<div id="kb-ecosystem-nav" style="position:fixed;bottom:0;left:0;right:0;background:#0a0e17;border-top:1px solid #1e2d4a;padding:8px 16px;z-index:9998;display:flex;gap:6px;overflow-x:auto;align-items:center;font-size:12px;font-family:system-ui,sans-serif">
<span style="color:#64748b;white-space:nowrap;font-weight:600">🔗 知识引擎生态:</span>
<a href="https://genetech.tools" target="_blank" title="基因技术">🧬 基因技术</a>
<a href="https://tcm.genetech.tools" target="_blank" title="中医药">🌿 中医药</a>
<a href="https://agent.genetech.tools" target="_blank" title="Agent生态" style="border-color:#8b5cf6;background:#8b5cf620">🤖 Agent生态</a>
<a href="https://robot.genetech.tools" target="_blank" title="机器人">⚙️ 机器人</a>
<a href="https://quantum.genetech.tools" target="_blank" title="量子计算">⚛️ 量子计算</a>
<a href="https://brain.genetech.tools" target="_blank" title="脑科学">🧠 脑科学</a>
<a href="https://nuclear.genetech.tools" target="_blank" title="核能">☢️ 核能</a>
<a href="https://exo.genetech.tools" target="_blank" title="地外科学">🪐 地外科学</a>
<a href="https://mineral.genetech.tools" target="_blank" title="外星矿物">💎 外星矿物</a>
<a href="https://deepsea.genetech.tools" target="_blank" title="深海科技">🌊 深海科技</a>
<a href="https://energy.genetech.tools" target="_blank" title="新能源">⚡ 新能源</a>
<a href="https://life.genetech.tools" target="_blank" title="生命科学">🔬 生命科学</a>
<a href="https://aishield.tools" target="_blank" title="ATEX Agent工具平台" style="border-color:#8b5cf6;background:#8b5cf620">🛡️ AIShield</a>
<a href="/credits.html" style="border-color:#f59e0b;background:#f59e0b20;white-space:nowrap">💎 升级Pro</a>
</div>


<!-- Ecosystem Footer -->
<div style="background:#0d1117;border-top:2px solid #1e2d4a;padding:24px;margin-top:40px">
<div style="max-width:1200px;margin:0 auto">
<div style="text-align:center;margin-bottom:16px">
<span style="color:#94a3b8;font-size:14px">🔗 前沿科技知识引擎生态 — 12站联动，数据互通</span>
</div>
<div style="display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px">
  <a href="https://genetech.tools" target="_blank">🧬 基因技术</a>
  <a href="https://tcm.genetech.tools" target="_blank">🌿 中医药</a>
  <a href="https://agent.genetech.tools" target="_blank" style="color:#8b5cf6;font-weight:700">🤖 Agent生态</a>
  <a href="https://robot.genetech.tools" target="_blank">⚙️ 机器人</a>
  <a href="https://quantum.genetech.tools" target="_blank">⚛️ 量子计算</a>
  <a href="https://brain.genetech.tools" target="_blank">🧠 脑科学</a>
  <a href="https://nuclear.genetech.tools" target="_blank">☢️ 核能</a>
  <a href="https://exo.genetech.tools" target="_blank">🪐 地外科学</a>
  <a href="https://mineral.genetech.tools" target="_blank">💎 外星矿物</a>
  <a href="https://deepsea.genetech.tools" target="_blank">🌊 深海科技</a>
  <a href="https://energy.genetech.tools" target="_blank">⚡ 新能源</a>
  <a href="https://life.genetech.tools" target="_blank">🔬 生命科学</a>
</div>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap">
<a href="https://aishield.tools" target="_blank" style="color:#8b5cf6">🤖 AIShield AI安全平台</a>
<a href="/credits.html" style="color:#f59e0b">💎 Pro订阅 / 数据下载</a>
<a href="/agent-discovery.json" style="color:#06b6d4">🔌 Agent可读接口</a>
</div>
</div>
</div>


<!-- Contextual Cross-Site Recommendations -->
<div style="max-width:1200px;margin:40px auto;padding:0 20px">
<div style="background:linear-gradient(135deg,#0d1117,#111827);border:1px solid #1e2d4a;border-radius:16px;padding:24px">
<div style="display:flex;align-items:center;gap:10px;margin-bottom:16px">
<span style="font-size:1.4rem">🔗</span>
<span style="font-size:1.1rem;font-weight:700;color:#e2e8f0">跨域知识推荐</span>
</div>
<p style="color:#94a3b8;font-size:.85rem;margin-bottom:16px">在🤖 Agent生态之外，以下知识引擎与当前领域有交叉研究：</p>
<div style="display:flex;gap:12px;flex-wrap:wrap">
  <a href="https://genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#06b6d4'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">🧬</div>
<div style="font-weight:700;color:#06b6d4;margin-bottom:4px">基因技术</div>
<div style="font-size:.8rem;color:#94a3b8">MCP → 基因技术知识引擎</div>
</a>
  <a href="https://energy.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#f59e0b'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">⚡</div>
<div style="font-weight:700;color:#f59e0b;margin-bottom:4px">新能源</div>
<div style="font-size:.8rem;color:#94a3b8">MCP → 新能源数据</div>
</a>
  <a href="https://robot.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#f97316'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">⚙️</div>
<div style="font-weight:700;color:#f97316;margin-bottom:4px">机器人</div>
<div style="font-size:.8rem;color:#94a3b8">Agent → 机器人控制</div>
</a>
</div>
</div>
</div>

</body></html>