{
  "project_id": "Yuan-ManX/ai-game-devtools",
  "repo": "Yuan-ManX/ai-game-devtools",
  "name": "ai-game-devtools",
  "github_url": "https://github.com/Yuan-ManX/ai-game-devtools",
  "homepage_url": "https://yuan-manx.github.io/ai-game-devtools/",
  "language": "JavaScript",
  "license": "MIT",
  "project_kind": "collection",
  "collection_metadata": {
    "scope": "awesome_list",
    "curated": true,
    "estimated_items": 100,
    "freshness": "active"
  },
  "category": [
    "agent_framework"
  ],
  "tags": [
    "ai-agents",
    "ai-game-development",
    "ai-game-engine",
    "ai-platform",
    "ai-toolkit",
    "aigc",
    "artificial-intelligence",
    "awesome-list",
    "deep-learning",
    "game-ai",
    "game-development",
    "game-engine",
    "mechine-learing",
    "unity",
    "world-models"
  ],
  "description": "Your AI Game Dev Hub. The ultimate resource hub for AI-powered game development tools. Discover cutting-edge LLMs, World Model, Agent, Code, Image, Texture, Shader, 3D Model, Animation, Video, Audio, Music, Singing Voice and Analytics. 🔥",
  "overview": "Use Yuan-ManX/ai-game-devtools when the user needs a curated agent framework resource collection with library-only, local, cloud usage paths.",
  "alternatives": [],
  "related": [
    {
      "repo": "agentuniverse-ai/agentUniverse",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "e2b-dev/awesome-ai-agents",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "CopilotKit/CopilotKit",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "e2b-dev/E2B",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "github/awesome-copilot",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and local deployment."
    },
    {
      "repo": "omnigent-ai/omnigent",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "google/adk-python",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    },
    {
      "repo": "langchain-ai/langchain",
      "reason": "Related to Yuan-ManX/ai-game-devtools through agent framework category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "discover related AI projects",
    "compare implementation patterns",
    "bootstrap project selection"
  ],
  "not_good_for": [
    "users expecting a single installable runtime or library",
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"agent\" in metadata.",
        "Matched \"agents\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "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: python.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 1271,
    "recent_commits": 10,
    "contributors": 14,
    "issue_response_time_hours": null,
    "release_frequency_180d": 0
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 9,
  "agent_score": 61,
  "score": 75,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 21,
    "deployment": 80,
    "popularity": 62,
    "community": 59
  },
  "git_top_score": 75,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 22,
    "documentation": 92,
    "stability": 70,
    "adoption": 89,
    "agent_readability": 90
  },
  "summary": {
    "tl_dr": "Use Yuan-ManX/ai-game-devtools when the user needs a curated agent framework resource collection with library-only, local, cloud usage paths.",
    "purpose": "Use Yuan-ManX/ai-game-devtools when the user needs a curated agent framework resource collection with library-only, local, cloud usage paths.",
    "install": "Reference collection; there is no direct install step.",
    "inputs": [
      "task prompt",
      "tools",
      "context",
      "memory/state"
    ],
    "outputs": [
      "agent runs",
      "tool calls",
      "workflow state"
    ],
    "good_for": [
      "discover related AI projects",
      "compare implementation patterns",
      "bootstrap project selection",
      "stateful agents",
      "tool-using assistants",
      "workflow orchestration"
    ],
    "not_good_for": [
      "users expecting a single installable runtime or library",
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "simple prompt-only apps",
      "one-shot chat wrappers"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": []
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"agent\" in metadata.",
          "Matched \"agents\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "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: python.",
          "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": [
      "users expecting a single installable runtime or library",
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta.",
      "Collection/resource hub; not a single installable runtime."
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-07-21T10:00:56.810Z"
  },
  "caveats": [
    "users expecting a single installable runtime or library",
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta.",
    "Collection/resource hub; not a single installable runtime."
  ],
  "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
  "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-07-21T10:00:56.810Z",
  "knowledge": {
    "project": {
      "id": "Yuan-ManX/ai-game-devtools",
      "owner": "Yuan-ManX",
      "name": "ai-game-devtools",
      "full_name": "Yuan-ManX/ai-game-devtools",
      "github_url": "https://github.com/Yuan-ManX/ai-game-devtools",
      "homepage_url": "https://yuan-manx.github.io/ai-game-devtools/",
      "description": "Your AI Game Dev Hub. The ultimate resource hub for AI-powered game development tools. Discover cutting-edge LLMs, World Model, Agent, Code, Image, Texture, Shader, 3D Model, Animation, Video, Audio, Music, Singing Voice and Analytics. 🔥",
      "language": "JavaScript",
      "topics": [
        "ai-agents",
        "ai-game-development",
        "ai-game-engine",
        "ai-platform",
        "ai-toolkit",
        "aigc",
        "artificial-intelligence",
        "awesome-list",
        "deep-learning",
        "game-ai",
        "game-development",
        "game-engine",
        "mechine-learing",
        "unity",
        "world-models"
      ],
      "license": "MIT",
      "stars": 1271,
      "forks": 123,
      "open_issues": 8,
      "default_branch": "main",
      "created_at": "2023-03-21T03:01:17Z",
      "updated_at": "2026-07-21T09:21:41Z",
      "pushed_at": "2026-07-21T09:21:18Z",
      "synced_at": "2026-07-21T10:00:56.810Z"
    },
    "agent_card": {
      "project_id": "Yuan-ManX/ai-game-devtools",
      "project_kind": "collection",
      "collection_metadata": {
        "scope": "awesome_list",
        "curated": true,
        "estimated_items": 100,
        "freshness": "active"
      },
      "category": "agent_framework",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "discover related AI projects",
        "compare implementation patterns",
        "bootstrap project selection"
      ],
      "not_good_for": [
        "users expecting a single installable runtime or library",
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [],
      "summary_for_agent": "Use Yuan-ManX/ai-game-devtools when the user needs a curated agent framework resource collection with library-only, local, cloud usage paths.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"agent\" in metadata.",
            "Matched \"agents\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-21T10:00:56.810Z"
    },
    "metrics": {
      "project_id": "Yuan-ManX/ai-game-devtools",
      "stars_30d_delta": 31,
      "commits_30d": 10,
      "releases_180d": 0,
      "contributors_90d": 14,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 9,
      "maintenance_score": 21,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-21T10:00:56.810Z"
    }
  },
  "resolved_from": {
    "requested_id": "Yuan-ManX/ai-game-devtools",
    "resolved_id": "Yuan-ManX/ai-game-devtools",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 979,
    "generated_at": "2026-07-21T18:10:39.048Z",
    "snapshot_id": "d1:979:2026-07-21T16:01:08.131Z",
    "latest_synced_at": "2026-07-21T16:01:08.131Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}