{
  "project_id": "truera/trulens",
  "repo": "truera/trulens",
  "name": "trulens",
  "github_url": "https://github.com/truera/trulens",
  "homepage_url": "https://www.trulens.org/",
  "language": "Python",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "llm_eval"
  ],
  "tags": [
    "agent-evaluation",
    "agentops",
    "ai-agents",
    "ai-monitoring",
    "ai-observability",
    "evals",
    "explainable-ml",
    "llm-eval",
    "llm-evaluation",
    "llmops",
    "llms",
    "machine-learning",
    "neural-networks"
  ],
  "description": "Evaluation and Tracking for LLM Experiments and AI Agents",
  "overview": "Use truera/trulens when the user needs a llm eval project with library-only, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "comet-ml/opik",
      "reason": "Same llm eval intent with observability overlap."
    },
    {
      "repo": "Arize-ai/phoenix",
      "reason": "Same llm eval intent with observability overlap."
    },
    {
      "repo": "lmnr-ai/lmnr",
      "reason": "Same llm eval intent with observability overlap."
    }
  ],
  "related": [
    {
      "repo": "lmnr-ai/lmnr",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "promptfoo/promptfoo",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "Giskard-AI/giskard-oss",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "Arize-ai/phoenix",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "ShenSeanChen/waku-agent",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "agentevals-dev/agentevals",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "Marker-Inc-Korea/AutoRAG",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    },
    {
      "repo": "langwatch/langwatch",
      "reason": "Related to truera/trulens through llm eval category and library_only deployment."
    }
  ],
  "dependencies": [
    "LLM provider"
  ],
  "deployments": [
    "library_only",
    "local",
    "cloud"
  ],
  "difficulty": "beginner",
  "cloudflare_ready": false,
  "use_cases": [
    "evaluate LLM outputs",
    "benchmark prompts and agents",
    "track model quality"
  ],
  "not_good_for": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "classification": {
    "category": {
      "confidence": "high",
      "evidence": [
        "Matched \"eval\" in metadata.",
        "Matched \"evaluation\" in metadata."
      ]
    },
    "deployment": {
      "confidence": "high",
      "evidence": [
        "Matched \"pip 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."
      ]
    }
  },
  "quality_signals": {
    "stars": 3481,
    "recent_commits": 41,
    "contributors": 92,
    "issue_response_time_hours": null,
    "release_frequency_180d": 8
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 31,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 35,
  "agent_score": 79,
  "score": 92,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 58,
    "deployment": 80,
    "popularity": 71,
    "community": 100
  },
  "git_top_score": 92,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 71,
    "documentation": 84,
    "stability": 100,
    "adoption": 100,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use truera/trulens when the user needs a llm eval project with library-only, local, cloud deployment options.",
    "purpose": "Use truera/trulens when the user needs a llm eval project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "prompts",
      "model outputs",
      "test cases"
    ],
    "outputs": [
      "scores",
      "benchmarks",
      "eval reports"
    ],
    "good_for": [
      "evaluate LLM outputs",
      "benchmark prompts and agents",
      "track model quality",
      "model evaluation",
      "benchmarking",
      "regression testing"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "production inference serving",
      "end-user chat apps"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "comet-ml/opik",
        "reason": "Same llm eval intent with observability overlap."
      },
      {
        "repo": "Arize-ai/phoenix",
        "reason": "Same llm eval intent with observability overlap."
      },
      {
        "repo": "lmnr-ai/lmnr",
        "reason": "Same llm eval intent with observability overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "high",
        "evidence": [
          "Matched \"eval\" in metadata.",
          "Matched \"evaluation\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "Matched \"pip 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."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 31,
      "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"
    ],
    "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
    "last_verified_at": "2026-08-03T12:30:24.331Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product"
  ],
  "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-08-03T12:30:24.331Z",
  "knowledge": {
    "project": {
      "id": "truera/trulens",
      "owner": "truera",
      "name": "trulens",
      "full_name": "truera/trulens",
      "github_url": "https://github.com/truera/trulens",
      "homepage_url": "https://www.trulens.org/",
      "description": "Evaluation and Tracking for LLM Experiments and AI Agents",
      "language": "Python",
      "topics": [
        "agent-evaluation",
        "agentops",
        "ai-agents",
        "ai-monitoring",
        "ai-observability",
        "evals",
        "explainable-ml",
        "llm-eval",
        "llm-evaluation",
        "llmops",
        "llms",
        "machine-learning",
        "neural-networks"
      ],
      "license": "MIT",
      "stars": 3481,
      "forks": 317,
      "open_issues": 82,
      "default_branch": "main",
      "created_at": "2020-11-02T21:56:45Z",
      "updated_at": "2026-08-03T11:04:01Z",
      "pushed_at": "2026-07-31T15:25:44Z",
      "synced_at": "2026-08-03T12:30:24.331Z"
    },
    "agent_card": {
      "project_id": "truera/trulens",
      "project_kind": "project",
      "category": "llm_eval",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "cloudflare_ready": false,
      "use_cases": [
        "evaluate LLM outputs",
        "benchmark prompts and agents",
        "track model quality"
      ],
      "not_good_for": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product"
      ],
      "alternatives": [
        {
          "project_id": "comet-ml/opik",
          "reason": "Same llm eval intent with observability overlap."
        },
        {
          "project_id": "Arize-ai/phoenix",
          "reason": "Same llm eval intent with observability overlap."
        },
        {
          "project_id": "lmnr-ai/lmnr",
          "reason": "Same llm eval intent with observability overlap."
        }
      ],
      "summary_for_agent": "Use truera/trulens when the user needs a llm eval project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "high",
          "evidence": [
            "Matched \"eval\" in metadata.",
            "Matched \"evaluation\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "Matched \"pip 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."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-08-03T12:30:24.331Z"
    },
    "metrics": {
      "project_id": "truera/trulens",
      "stars_30d_delta": 69,
      "commits_30d": 41,
      "releases_180d": 8,
      "contributors_90d": 92,
      "issue_first_response_median_hours": null,
      "recent_push_days": 2,
      "git_score": 35,
      "maintenance_score": 58,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-08-03T12:30:24.331Z"
    }
  },
  "resolved_from": {
    "requested_id": "truera/trulens",
    "resolved_id": "truera/trulens",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1048,
    "generated_at": "2026-08-06T07:37:45.660Z",
    "snapshot_id": "d1:1048:2026-08-06T05:31:06.840Z",
    "latest_synced_at": "2026-08-06T05:31:06.840Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}