{
  "project": {
    "project_id": "deepset-ai/haystack-rag-app",
    "repo": "deepset-ai/haystack-rag-app",
    "name": "haystack-rag-app",
    "description": "An example of a RAG backend plus UI",
    "category": [
      "rag_framework"
    ],
    "language": "Python",
    "license": "Apache-2.0"
  },
  "project_id": "deepset-ai/haystack-rag-app",
  "score": 60,
  "git_top_score": 60,
  "quality_score": 4,
  "agent_score": 55,
  "git_top_score_breakdown": {
    "community": 64,
    "maintenance": 4,
    "documentation": 92,
    "stability": 55,
    "adoption": 56,
    "agent_readability": 100
  },
  "dimensions": [
    {
      "key": "community",
      "label": "Community",
      "score": 64,
      "weight": 16,
      "contribution": 10.2,
      "explanation": "Community reflects contributor activity and ecosystem attention. Current contributor signal is 1."
    },
    {
      "key": "maintenance",
      "label": "Maintenance",
      "score": 4,
      "weight": 20,
      "contribution": 0.8,
      "explanation": "Maintenance reflects repository activity, commits, releases, issue-response signals, and recent push freshness."
    },
    {
      "key": "documentation",
      "label": "Documentation",
      "score": 92,
      "weight": 16,
      "contribution": 14.7,
      "explanation": "Agent-readable documentation signals are strong enough for recommendation workflows."
    },
    {
      "key": "stability",
      "label": "Stability",
      "score": 55,
      "weight": 16,
      "contribution": 8.8,
      "explanation": "Stability reflects release cadence, issue load, recent activity, and maturity signals."
    },
    {
      "key": "adoption",
      "label": "Adoption",
      "score": 56,
      "weight": 16,
      "contribution": 9,
      "explanation": "Adoption is normalized from stars, forks, and ecosystem attention signals."
    },
    {
      "key": "agent_readability",
      "label": "Agent Readability",
      "score": 100,
      "weight": 16,
      "contribution": 16,
      "explanation": "Agent readability reflects summaries, use cases, tradeoffs, dependencies, alternatives, and deployment clarity."
    }
  ],
  "summary": "deepset-ai/haystack-rag-app scores 60/100. Agent Readability is strongest at 100/100; Maintenance is the lowest dimension at 4/100.",
  "adoption_guidance": "Use cautiously. Treat this project as an exploration candidate until documentation, maintenance, and adoption signals are reviewed.",
  "risk_flags": [
    "Maintenance is the weakest dimension at 4/100.",
    "Known caveat: edge-only Cloudflare Workers deployment without adaptation"
  ],
  "score_confidence": {
    "level": "high",
    "summary": "Score evidence is strong enough for shortlist ranking when paired with current metadata.",
    "reasons": [
      "Classification evidence: 2/4 classification signals are high-confidence."
    ],
    "evidence_checklist": [
      {
        "signal": "Classification evidence",
        "status": "review",
        "description": "2/4 classification signals are high-confidence."
      },
      {
        "signal": "Quality signal completeness",
        "status": "strong",
        "description": "4 quality signals are complete or snapshot-backed."
      },
      {
        "signal": "Deployment clarity",
        "status": "strong",
        "description": "5 deployment targets are indexed."
      },
      {
        "signal": "Agent-readable context",
        "status": "strong",
        "description": "3 use cases and 2 inferred dependencies are available."
      },
      {
        "signal": "Tradeoff disclosure",
        "status": "strong",
        "description": "2 caveats are indexed for adoption decisions."
      }
    ],
    "citation_guidance": "When citing this score, include metadata.source, weakest_dimension, risk_flags, and score_confidence.level."
  },
  "next_actions": [
    {
      "label": "Open project knowledge",
      "href": "/projects/deepset-ai/haystack-rag-app",
      "kind": "project"
    },
    {
      "label": "Inspect graph",
      "href": "/graph/deepset-ai/haystack-rag-app",
      "kind": "graph"
    },
    {
      "label": "Find alternatives",
      "href": "/alternatives/deepset-ai/haystack-rag-app",
      "kind": "alternatives"
    },
    {
      "label": "Compare shortlist",
      "href": "/api/compare?repos=deepset-ai/haystack-rag-app",
      "kind": "compare"
    },
    {
      "label": "Get category recommendations",
      "href": "/api/recommend?category=rag_framework&limit=5",
      "kind": "recommend"
    }
  ],
  "strongest_dimension": {
    "key": "agent_readability",
    "label": "Agent Readability",
    "score": 100,
    "weight": 16,
    "contribution": 16,
    "explanation": "Agent readability reflects summaries, use cases, tradeoffs, dependencies, alternatives, and deployment clarity."
  },
  "weakest_dimension": {
    "key": "maintenance",
    "label": "Maintenance",
    "score": 4,
    "weight": 20,
    "contribution": 0.8,
    "explanation": "Maintenance reflects repository activity, commits, releases, issue-response signals, and recent push freshness."
  },
  "related_scores": {
    "quality_score": 4,
    "agent_score": 55,
    "agent_score_breakdown": {
      "documentation": 90,
      "maintenance": 6,
      "deployment": 100,
      "popularity": 38,
      "community": 46
    }
  },
  "evidence": {
    "deployments": [
      "docker",
      "kubernetes",
      "library_only",
      "local",
      "cloud"
    ],
    "dependencies": [
      "Vector database",
      "LLM provider"
    ],
    "use_cases": [
      "build RAG applications",
      "connect private data to LLMs",
      "index documents for retrieval"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product"
    ],
    "quality_signals": {
      "stars": 80,
      "recent_commits": 0,
      "contributors": 1,
      "issue_response_time_hours": null,
      "release_frequency_180d": 0
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 44,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"rag\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Found Docker configuration file.",
          "Matched \"kubernetes\" in repository content.",
          "Matched \"helm chart\" in repository content.",
          "Matched \"npm install\" 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."
        ]
      }
    },
    "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"
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-08-04T21:00:15.669Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "confidence_reason": "Score evidence is strong enough for shortlist ranking when paired with current metadata.",
  "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-04T21:00:15.669Z",
  "links": {
    "page": "/score/deepset-ai/haystack-rag-app",
    "project_api": "/api/project/deepset-ai/haystack-rag-app",
    "graph_api": "/api/graph/deepset-ai/haystack-rag-app",
    "alternatives_api": "/api/alternatives/deepset-ai/haystack-rag-app",
    "compare_api": "/api/compare?repos=deepset-ai/haystack-rag-app",
    "recommendations_api": "/api/recommend?category=rag_framework&limit=5"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1047,
    "generated_at": "2026-08-06T04:57:47.317Z",
    "snapshot_id": "d1:1047:2026-08-06T03:46:11.021Z",
    "latest_synced_at": "2026-08-06T03:46:11.021Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}