{
  "project_id": "Deuz-AI/Deuz-SDK",
  "repo": "Deuz-AI/Deuz-SDK",
  "name": "Deuz-SDK",
  "github_url": "https://github.com/Deuz-AI/Deuz-SDK",
  "homepage_url": "http://deuz-sdk.tech/",
  "language": "TypeScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "mcp_server"
  ],
  "tags": [
    "agent-framework",
    "agentic-ai",
    "ai",
    "ai-agents",
    "ai-sdk",
    "anthropic",
    "autonomous-agents",
    "claude",
    "durable-execution",
    "gemini",
    "human-in-the-loop",
    "llm",
    "mcp",
    "model-context-protocol",
    "multi-agent",
    "nodejs",
    "openai",
    "rag",
    "tool-calling",
    "typescript"
  ],
  "description": "Zero-dependency TypeScript framework for production AI agents: durable execution, long-term memory, hybrid RAG, MCP tool calling, human-in-the-loop approval, planning and CodeAct sandboxes. One streaming API for Claude, GPT, Gemini, Grok, Mistral and DeepSeek — Node, Bun, Deno, serverless and edge.",
  "overview": "Use Deuz-AI/Deuz-SDK when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
  "alternatives": [
    {
      "repo": "koala73/worldmonitor",
      "reason": "Same mcp server intent with mcp overlap."
    },
    {
      "repo": "headroomlabs-ai/headroom",
      "reason": "Same mcp server intent with rag, mcp overlap."
    },
    {
      "repo": "BerriAI/litellm",
      "reason": "Same mcp server intent with mcp overlap."
    }
  ],
  "related": [
    {
      "repo": "open-multi-agent/open-multi-agent",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "VoltAgent/voltagent",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "deepset-ai/haystack",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and library_only deployment."
    },
    {
      "repo": "ComposioHQ/composio",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "yonatangross/orchestkit",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "headroomlabs-ai/headroom",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "inkeep/agents",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and vercel deployment."
    },
    {
      "repo": "bagidea/bagidea-office",
      "reason": "Related to Deuz-AI/Deuz-SDK through mcp server category and library_only deployment."
    }
  ],
  "dependencies": [
    "MCP",
    "Vector database",
    "LLM provider"
  ],
  "deployments": [
    "vercel",
    "serverless",
    "library_only",
    "local"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "connect agents to tools",
    "expose APIs through MCP",
    "bootstrap MCP integrations"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"mcp\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"vercel\" in repository content.",
        "Matched \"serverless\" in repository content.",
        "Matched \"npm install\" in repository content.",
        "Matched \"library\" in repository content.",
        "Local usage is assumed for open source repositories unless contradicted."
      ]
    },
    "difficulty": {
      "confidence": "medium",
      "evidence": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: postgres.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 143,
    "recent_commits": 39,
    "contributors": 1,
    "issue_response_time_hours": null,
    "release_frequency_180d": 13
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 25,
  "agent_score": 64,
  "score": 78,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 46,
    "deployment": 90,
    "popularity": 43,
    "community": 46
  },
  "git_top_score": 78,
  "git_top_score_breakdown": {
    "community": 67,
    "maintenance": 63,
    "documentation": 84,
    "stability": 100,
    "adoption": 55,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use Deuz-AI/Deuz-SDK when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
    "purpose": "Use Deuz-AI/Deuz-SDK when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "tool definitions",
      "resource config",
      "transport settings"
    ],
    "outputs": [
      "MCP tools",
      "JSON-RPC responses",
      "server capabilities"
    ],
    "good_for": [
      "connect agents to tools",
      "expose APIs through MCP",
      "bootstrap MCP integrations",
      "agent tool exposure",
      "MCP integrations",
      "tool servers"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "front-end apps",
      "non-tooling backends"
    ],
    "deployment": [
      "vercel",
      "serverless",
      "library_only",
      "local"
    ],
    "alternatives": [
      {
        "repo": "koala73/worldmonitor",
        "reason": "Same mcp server intent with mcp overlap."
      },
      {
        "repo": "headroomlabs-ai/headroom",
        "reason": "Same mcp server intent with rag, mcp overlap."
      },
      {
        "repo": "BerriAI/litellm",
        "reason": "Same mcp server intent with mcp overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"mcp\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"vercel\" in repository content.",
          "Matched \"serverless\" in repository content.",
          "Matched \"npm install\" in repository content.",
          "Matched \"library\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: postgres.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "source_fields": [
      "project.description",
      "project.topics",
      "project.language",
      "project.license",
      "agent_card.summary_for_agent",
      "agent_card.use_cases",
      "agent_card.deployment",
      "agent_card.classification",
      "metrics"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-08-15T20:00:15.234Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
  "source_fields": [
    "project.description",
    "project.topics",
    "project.language",
    "project.license",
    "agent_card.summary_for_agent",
    "agent_card.use_cases",
    "agent_card.deployment",
    "agent_card.classification",
    "metrics"
  ],
  "last_verified_at": "2026-08-15T20:00:15.234Z",
  "knowledge": {
    "project": {
      "id": "Deuz-AI/Deuz-SDK",
      "owner": "Deuz-AI",
      "name": "Deuz-SDK",
      "full_name": "Deuz-AI/Deuz-SDK",
      "github_url": "https://github.com/Deuz-AI/Deuz-SDK",
      "homepage_url": "http://deuz-sdk.tech/",
      "description": "Zero-dependency TypeScript framework for production AI agents: durable execution, long-term memory, hybrid RAG, MCP tool calling, human-in-the-loop approval, planning and CodeAct sandboxes. One streaming API for Claude, GPT, Gemini, Grok, Mistral and DeepSeek — Node, Bun, Deno, serverless and edge.",
      "language": "TypeScript",
      "topics": [
        "agent-framework",
        "agentic-ai",
        "ai",
        "ai-agents",
        "ai-sdk",
        "anthropic",
        "autonomous-agents",
        "claude",
        "durable-execution",
        "gemini",
        "human-in-the-loop",
        "llm",
        "mcp",
        "model-context-protocol",
        "multi-agent",
        "nodejs",
        "openai",
        "rag",
        "tool-calling",
        "typescript"
      ],
      "license": "MIT",
      "stars": 143,
      "forks": 6,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2026-06-01T19:18:59Z",
      "updated_at": "2026-08-15T19:21:00Z",
      "pushed_at": "2026-08-13T11:32:11Z",
      "synced_at": "2026-08-15T20:00:15.234Z"
    },
    "agent_card": {
      "project_id": "Deuz-AI/Deuz-SDK",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "connect agents to tools",
        "expose APIs through MCP",
        "bootstrap MCP integrations"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "koala73/worldmonitor",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "project_id": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with rag, mcp overlap."
        },
        {
          "project_id": "BerriAI/litellm",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "summary_for_agent": "Use Deuz-AI/Deuz-SDK when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"vercel\" in repository content.",
            "Matched \"serverless\" in repository content.",
            "Matched \"npm install\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: postgres.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-15T20:00:15.234Z"
    },
    "metrics": {
      "project_id": "Deuz-AI/Deuz-SDK",
      "stars_30d_delta": 57,
      "commits_30d": 39,
      "releases_180d": 13,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 2,
      "git_score": 25,
      "maintenance_score": 46,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-15T20:00:15.234Z"
    }
  },
  "resolved_from": {
    "requested_id": "Deuz-AI/Deuz-SDK",
    "resolved_id": "Deuz-AI/Deuz-SDK",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1144,
    "generated_at": "2026-08-17T00:23:08.263Z",
    "snapshot_id": "d1:1144:2026-08-17T00:23:06.195Z",
    "latest_synced_at": "2026-08-17T00:23:06.195Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}