{
  "project_id": "revhappy/GPT4FreeCAD",
  "repo": "revhappy/GPT4FreeCAD",
  "name": "GPT4FreeCAD",
  "github_url": "https://github.com/revhappy/GPT4FreeCAD",
  "homepage_url": null,
  "language": "Python",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "prompt_tooling"
  ],
  "tags": [
    "addon",
    "addons",
    "cad",
    "freecad",
    "llm",
    "parametric-design",
    "workbench"
  ],
  "description": "Generate parametric FreeCAD geometry from plain English — Gemini, OpenAI, Claude, Grok, OpenRouter, or a local model on your own machine. Validated structured output, editable feature tree.",
  "overview": "Use revhappy/GPT4FreeCAD when the user needs a prompt tooling project with library-only, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "future-agi/future-agi",
      "reason": "Same prompt tooling intent with workflow overlap."
    },
    {
      "repo": "guardrails-ai/guardrails",
      "reason": "Same prompt tooling intent with workflow overlap."
    },
    {
      "repo": "DataFog/datafog-python",
      "reason": "Same prompt tooling intent with workflow overlap."
    }
  ],
  "related": [
    {
      "repo": "Starlight143/crucible",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "martosaur/instructor_lite",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "langfuse/langfuse",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "dottxt-ai/outlines",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "ndcorder/outputguard",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "superagent-ai/superagent",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "arena-ai/structured-logprobs",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    },
    {
      "repo": "OoriData/Toolio",
      "reason": "Related to revhappy/GPT4FreeCAD through prompt tooling category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "manage prompts",
    "version prompt workflows",
    "improve prompt iteration"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"prompt\" in repository content."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip 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: python, gpu.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 63,
    "recent_commits": 19,
    "contributors": 2,
    "issue_response_time_hours": null,
    "release_frequency_180d": 1
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 8,
  "agent_score": 54,
  "score": 68,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 19,
    "deployment": 80,
    "popularity": 36,
    "community": 47
  },
  "git_top_score": 68,
  "git_top_score_breakdown": {
    "community": 66,
    "maintenance": 30,
    "documentation": 92,
    "stability": 78,
    "adoption": 51,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use revhappy/GPT4FreeCAD when the user needs a prompt tooling project with library-only, local, cloud deployment options.",
    "purpose": "Use revhappy/GPT4FreeCAD when the user needs a prompt tooling project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "prompt templates",
      "schemas",
      "constraints"
    ],
    "outputs": [
      "structured prompts",
      "validated generations",
      "prompt tooling artifacts"
    ],
    "good_for": [
      "manage prompts",
      "version prompt workflows",
      "improve prompt iteration",
      "structured output",
      "prompt engineering",
      "format enforcement"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "raw inference serving",
      "database workloads"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "future-agi/future-agi",
        "reason": "Same prompt tooling intent with workflow overlap."
      },
      {
        "repo": "guardrails-ai/guardrails",
        "reason": "Same prompt tooling intent with workflow overlap."
      },
      {
        "repo": "DataFog/datafog-python",
        "reason": "Same prompt tooling intent with workflow overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"prompt\" in repository content."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip 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: python, gpu.",
          "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-15T01:00:16.036Z"
  },
  "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-15T01:00:16.036Z",
  "knowledge": {
    "project": {
      "id": "revhappy/GPT4FreeCAD",
      "owner": "revhappy",
      "name": "GPT4FreeCAD",
      "full_name": "revhappy/GPT4FreeCAD",
      "github_url": "https://github.com/revhappy/GPT4FreeCAD",
      "homepage_url": null,
      "description": "Generate parametric FreeCAD geometry from plain English — Gemini, OpenAI, Claude, Grok, OpenRouter, or a local model on your own machine. Validated structured output, editable feature tree.",
      "language": "Python",
      "topics": [
        "addon",
        "addons",
        "cad",
        "freecad",
        "llm",
        "parametric-design",
        "workbench"
      ],
      "license": "MIT",
      "stars": 63,
      "forks": 13,
      "open_issues": 2,
      "default_branch": "main",
      "created_at": "2023-04-10T05:49:41Z",
      "updated_at": "2026-08-08T05:52:21Z",
      "pushed_at": "2026-08-08T05:52:14Z",
      "synced_at": "2026-08-15T01:00:16.036Z"
    },
    "agent_card": {
      "project_id": "revhappy/GPT4FreeCAD",
      "project_kind": "project",
      "category": "prompt_tooling",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "manage prompts",
        "version prompt workflows",
        "improve prompt iteration"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "future-agi/future-agi",
          "reason": "Same prompt tooling intent with workflow overlap."
        },
        {
          "project_id": "guardrails-ai/guardrails",
          "reason": "Same prompt tooling intent with workflow overlap."
        },
        {
          "project_id": "DataFog/datafog-python",
          "reason": "Same prompt tooling intent with workflow overlap."
        }
      ],
      "summary_for_agent": "Use revhappy/GPT4FreeCAD when the user needs a prompt tooling project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"prompt\" in repository content."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip 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: python, gpu.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-15T01:00:16.036Z"
    },
    "metrics": {
      "project_id": "revhappy/GPT4FreeCAD",
      "stars_30d_delta": 2,
      "commits_30d": 19,
      "releases_180d": 1,
      "contributors_90d": 2,
      "issue_first_response_median_hours": null,
      "recent_push_days": 6,
      "git_score": 8,
      "maintenance_score": 19,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-15T01:00:16.036Z"
    }
  },
  "resolved_from": {
    "requested_id": "revhappy/GPT4FreeCAD",
    "resolved_id": "revhappy/GPT4FreeCAD",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1088,
    "generated_at": "2026-08-15T02:38:36.647Z",
    "snapshot_id": "d1:1088:2026-08-15T02:30:21.318Z",
    "latest_synced_at": "2026-08-15T02:30:21.318Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}