Back to References

AI Reference

Interesting AI Repositories

A compact shortlist of useful open-source AI repositories, grouped with one top-level category and practical subcategories.

Last updated: 2026-03-17

Repository Catalog

All entries are AI repositories. Subcategories capture each repository's primary focus.

RepositorySubcategoryDescription
virattt/ai-hedge-fundAutonomous Agents (Finance Research)A simulation platform for finance-focused AI agents that pulls and normalizes market data, runs analyst-style evidence checks, and outputs structured investment hypotheses with rationale.
msitarzewski/agency-agentsAgent Frameworks (Agency Workflows)A TypeScript scaffold for role-based agent teams with explicit handoff boundaries, role-specific prompts, tool adapters, and deterministic routing between coordinator, worker, and reviewer agents.
promptfoo/promptfooLLM Testing & EvaluationA full LLM evaluation platform for config-driven test datasets, multi-provider prompt runs, metric scoring, and automated quality gates that fit directly into CI workflows.
anomalyco/opencodeAI Coding Agents & Developer ToolingA coding-agent environment that binds model decisions to repo-aware execution (file edits, shell commands, review feedback), designed for iterative development and human-in-the-loop loops.
dmno-dev/varlockEnvironment Security & Config ManagementA typed configuration and secrets system that validates env schemas, enforces policy constraints, and helps prevent drift and misconfiguration during deployments.
bmad-code-org/BMAD-METHODOpen-Source AI Agent FrameworksA methodology + reference implementation for role-driven AI delivery, defining context handoff, team cadence, and governance checkpoints for agent-assisted engineering teams.
pbakaus/impeccableOpen-Source AI Agent FrameworksA compact agentic workflow toolkit that applies constrained prompting, staged task decomposition, and output schemas to keep multi-step behavior inspectable and deterministic.
volcengine/OpenVikingOpen-Source AI Agent FrameworksA production-oriented context system for agents that unifies memory, retrieval, and tool execution so long-running tasks maintain continuity across turns and components.
karpathy/nanochatOpen-Source AI Agent FrameworksAn extremely minimal experimental harness intended for LLM training and chat behavior experiments, with a compact, inspectable flow from data to generation loop.