---
title: "agent-learning-kit"
type: "tool"
slug: "future-agi-agent-learning-kit"
canonical_url: "https://www.graphcanon.com/tools/future-agi-agent-learning-kit"
github_url: "https://github.com/future-agi/agent-learning-kit"
homepage_url: "https://futureagi.com"
stars: 113
forks: 42
primary_language: "Python"
license: "Apache-2.0"
archived: false
categories: ["ai-agents", "model-training", "vector-databases"]
tags: ["agentic-ai", "ai", "ai-agents", "cicd", "evaluation", "ml", "python"]
updated_at: "2026-07-11T23:07:34.81323+00:00"
---

# agent-learning-kit

> Evaluation Framework for all your AI related Workflows

Evaluation Framework for all your AI related Workflows

## Facts

- Repository: https://github.com/future-agi/agent-learning-kit
- Homepage: https://futureagi.com
- Stars: 113 · Forks: 42 · Open issues: 4 · Watchers: 1
- Primary language: Python
- License: Apache-2.0
- Last pushed: 2026-06-30T00:11:49+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Active (computed 2026-07-11T23:07:24.098Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-11T23:07:24.556Z
- Full report: [trust report](/tools/future-agi-agent-learning-kit/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/future-agi-agent-learning-kit/trust)

## Categories

- [AI Agents](/categories/ai-agents.md)
- [Model Training](/categories/model-training.md)
- [Vector Databases](/categories/vector-databases.md)

## Tags

agentic-ai, ai, ai-agents, cicd, evaluation, ml, python

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [ECC](/tools/affaan-m-ecc.md) - The agent harness performance optimization system for AI agents (★ 228,395) [Very active]
- [hermes-agent](/tools/nousresearch-hermes-agent.md) - The agent that grows with you (★ 212,994) [Very active]
- [tensorflow](/tools/tensorflow-tensorflow.md) - An Open Source Machine Learning Framework for Everyone (★ 196,300) [Very active]
- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful tool for building and deploying AI-powered agents and workflows. (★ 151,697) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
## Installation

```bash
pip install ai-evaluation
```

**Optional extras:**

```bash
pip install ai-evaluation[nli]        # DeBERTa NLI model for faithfulness/hallucination
pip install ai-evaluation[embeddings] # sentence-transformers for embedding similarity
pip install ai-evaluation[feedback]   # ChromaDB for feedback loop
pip install ai-evaluation[celery]     # Celery distributed backend
pip install ai-evaluation[ray]        # Ray distributed backend
pip install ai-evaluation[temporal]   # Temporal distributed backend
pip install ai-evaluation[all]        # Everything
```

**Requirements:** Python 3.10+

---

---

## Quick Start

```python
from fi.evals import evaluate
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/future-agi-agent-learning-kit`](/api/graphcanon/tools/future-agi-agent-learning-kit)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
