{
  "project_id": "sina2266/Gozar",
  "repo": "sina2266/Gozar",
  "name": "Gozar",
  "github_url": "https://github.com/sina2266/Gozar",
  "homepage_url": null,
  "language": "Python",
  "license": "NOASSERTION",
  "project_kind": "project",
  "category": [
    "ai_observability"
  ],
  "tags": [
    "ai-gateway",
    "anthropic-api",
    "api-gateway",
    "api-proxy",
    "fallback-routing",
    "fastapi",
    "langchain",
    "langgraph",
    "llm",
    "llm-gateway",
    "llm-multi-provider",
    "llm-observability",
    "llmops",
    "model-routing",
    "multi-provider",
    "openai-api",
    "openai-codex",
    "openllm",
    "openrouter",
    "self-hosted"
  ],
  "description": "Self-hosted, Docker-first OpenAI-compatible LLM gateway with provider routing, fallbacks, API keys, and usage controls.",
  "overview": "Use sina2266/Gozar when the user needs an ai observability project with docker, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "traceloop/hub",
      "reason": "Same ai observability intent with llm_gateway, observability overlap."
    },
    {
      "repo": "pydantic/logfire",
      "reason": "Same ai observability intent with observability overlap."
    },
    {
      "repo": "traceloop/openllmetry",
      "reason": "Same ai observability intent with observability overlap."
    }
  ],
  "related": [
    {
      "repo": "langfuse/langfuse-java",
      "reason": "Related to sina2266/Gozar through ai observability category and local deployment."
    },
    {
      "repo": "mozilla-ai/otari",
      "reason": "Related to sina2266/Gozar through shared LLM provider dependency context."
    },
    {
      "repo": "olemeyer/rocketplaneIO",
      "reason": "Related to sina2266/Gozar through ai observability category and docker deployment."
    },
    {
      "repo": "BerriAI/litellm",
      "reason": "Related to sina2266/Gozar through shared LLM provider dependency context."
    },
    {
      "repo": "api7/aisix",
      "reason": "Related to sina2266/Gozar through shared LLM provider dependency context."
    },
    {
      "repo": "langchain-tracer/Axon",
      "reason": "Related to sina2266/Gozar through ai observability category and docker deployment."
    },
    {
      "repo": "Nayjest/lm-proxy",
      "reason": "Related to sina2266/Gozar through shared LLM provider dependency context."
    },
    {
      "repo": "monoscope-tech/monoscope",
      "reason": "Related to sina2266/Gozar through ai observability category and docker deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "docker",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "trace LLM applications",
    "monitor agent behavior",
    "debug production AI systems"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation"
  ],
  "classification": {
    "category": {
      "confidence": "medium",
      "evidence": [
        "Matched \"observability\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Found Docker configuration file.",
        "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, postgres.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 49,
    "recent_commits": 2,
    "contributors": 1,
    "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": 53,
  "score": 59,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 14,
    "deployment": 80,
    "popularity": 34,
    "community": 46
  },
  "git_top_score": 59,
  "git_top_score_breakdown": {
    "community": 62,
    "maintenance": 11,
    "documentation": 84,
    "stability": 70,
    "adoption": 37,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use sina2266/Gozar when the user needs an ai observability project with docker, local, cloud deployment options.",
    "purpose": "Use sina2266/Gozar when the user needs an ai observability project with docker, local, cloud deployment options.",
    "install": "Run with Docker using the repository's container instructions.",
    "inputs": [
      "traces",
      "events",
      "metrics"
    ],
    "outputs": [
      "dashboards",
      "alerts",
      "trace views"
    ],
    "good_for": [
      "trace LLM applications",
      "monitor agent behavior",
      "debug production AI systems",
      "monitoring AI systems",
      "debugging agent behavior",
      "instrumentation"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "model serving by itself",
      "UI-only projects"
    ],
    "deployment": [
      "docker",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "traceloop/hub",
        "reason": "Same ai observability intent with llm_gateway, observability overlap."
      },
      {
        "repo": "pydantic/logfire",
        "reason": "Same ai observability intent with observability overlap."
      },
      {
        "repo": "traceloop/openllmetry",
        "reason": "Same ai observability intent with observability overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"observability\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "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, 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",
      "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-07-21T01:01:05.396Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "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-07-21T01:01:05.396Z",
  "knowledge": {
    "project": {
      "id": "sina2266/Gozar",
      "owner": "sina2266",
      "name": "Gozar",
      "full_name": "sina2266/Gozar",
      "github_url": "https://github.com/sina2266/Gozar",
      "homepage_url": null,
      "description": "Self-hosted, Docker-first OpenAI-compatible LLM gateway with provider routing, fallbacks, API keys, and usage controls.",
      "language": "Python",
      "topics": [
        "ai-gateway",
        "anthropic-api",
        "api-gateway",
        "api-proxy",
        "fallback-routing",
        "fastapi",
        "langchain",
        "langgraph",
        "llm",
        "llm-gateway",
        "llm-multi-provider",
        "llm-observability",
        "llmops",
        "model-routing",
        "multi-provider",
        "openai-api",
        "openai-codex",
        "openllm",
        "openrouter",
        "self-hosted"
      ],
      "license": "NOASSERTION",
      "stars": 49,
      "forks": 0,
      "open_issues": 0,
      "default_branch": "main",
      "created_at": "2026-07-12T22:37:50Z",
      "updated_at": "2026-07-20T15:06:30Z",
      "pushed_at": "2026-07-14T22:37:12Z",
      "synced_at": "2026-07-21T01:01:05.396Z"
    },
    "agent_card": {
      "project_id": "sina2266/Gozar",
      "project_kind": "project",
      "category": "ai_observability",
      "difficulty": "beginner",
      "deployment": [
        "docker",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "trace LLM applications",
        "monitor agent behavior",
        "debug production AI systems"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation"
      ],
      "alternatives": [
        {
          "project_id": "traceloop/hub",
          "reason": "Same ai observability intent with llm_gateway, observability overlap."
        },
        {
          "project_id": "pydantic/logfire",
          "reason": "Same ai observability intent with observability overlap."
        },
        {
          "project_id": "traceloop/openllmetry",
          "reason": "Same ai observability intent with observability overlap."
        }
      ],
      "summary_for_agent": "Use sina2266/Gozar when the user needs an ai observability project with docker, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"observability\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Found Docker configuration file.",
            "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, postgres.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-21T01:01:05.396Z"
    },
    "metrics": {
      "project_id": "sina2266/Gozar",
      "stars_30d_delta": 184,
      "commits_30d": 2,
      "releases_180d": 0,
      "contributors_90d": 1,
      "issue_first_response_median_hours": null,
      "recent_push_days": 6,
      "git_score": 9,
      "maintenance_score": 14,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-21T01:01:05.396Z"
    }
  },
  "resolved_from": {
    "requested_id": "sina2266/Gozar",
    "resolved_id": "sina2266/Gozar",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 983,
    "generated_at": "2026-07-22T17:36:50.937Z",
    "snapshot_id": "d1:983:2026-07-22T17:01:13.186Z",
    "latest_synced_at": "2026-07-22T17:01:13.186Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}