Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code describe what you want, Claude builds it, with all the best practices already in place.
| Date | Stars |
|---|---|
| 2026-07-31 | 426 |
| 2026-08-02 | 427 |
| 2026-08-06 | 427 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Output [](https://github.com/growthxai/output/stargazers) [](https://www.npmjs.com/package/@outputai/core) [](LICENSE) [](https://www.typescriptlang.org/) [](https://github.com/growthxai/output/actions/workflows/validation.yml) The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code — describe what you want, Claude builds it, with all the best practices already in place. One framework. Prompts, evals, tracing, cost tracking, orchestration, credentials. No SaaS fragmentation. No vendor lock-in. Everything in your codebase, everything your AI coding agent can reach. <p align="center"> <a href="https://output.ai/?autoplay=true"><img src="assets/home.png" alt="Output.ai Demo" width="500" /></a> <br/> <em>▶ <a href="https://output.ai/?autoplay=true">Watch a complete example of using Output to build a newsletter pipeline</a></em> </p> ## Why Output Every piece of the AI stack is becoming a separate subscription. Prompts in one tool. Traces in another. Evals in a third. Cost tracking across five dashboards. None of them talk to each other. Half of them will get acquired or shut down before your product ships. Output brings everything together. One TypeScript framework, extracted from thousands of production AI workflows. Best practices baked in so beginners ship professional code from day one, and experienced AI engineers stop rebuilding the same infrastructure. ### Build AI using AI Output is the first framework designed for AI coding agents. The entire codebase is structured so Claude Code can scaffold, plan, generate, test, and iterate on your workflows. Every workflow is a folder — code, prompts, tests, evals, traces, all together. Your agent reads one folder and has full context. ### Own your prompts `.prompt` files with YAML frontmatter and Liquid templating. Version-controlled, reviewable in PRs, deployed with your code. Switch providers by changing one line. No subscription needed to manage your own prompts. ### See everything that happens Every LLM call, HTTP request, and step traced automatically. Token counts, costs, latency, full prompt/response pairs. JSON in `logs/runs/`. Zero config. Claude Code analyzes your traces and fixes issues — because the data is in your file system. ### Test AI like software LLM-as-judge evaluators with confidence scores. Inline evaluators for production retry loops. Offline evaluators for dataset testing. Deterministic assertions and subjective quality judges. ### Use any model Anthropic, OpenAI, Azure, Vertex AI, Bedrock. One API. Structured outputs, streaming, tool calling — all work the same regardless of provider. ### Scale without worrying Temporal under the hood. Automatic retries with exponential backoff. Workflow history. Replay on failure. Child workflows. Parallel execution with concurrency control. You don't think about Temporal until you need it — then it's already there. ### Keep secrets secret AI apps need a lot of API keys. Sharing `.env` files is risky, and coding agents shouldn't see your secrets. Output encrypts credentials with AES-256-GCM, scoped per environment and workflow, managed through the CLI. No external vault subscription needed. ## Quick Start Requirements: - [Node.js](https://nodejs.org/) 20+ - [Docker Desktop](https://www.docker.com/products/docker-desktop/) - An LLM API key (e.g. [Anthropic](https://console.anthropic.com/)) Scaffold a project and add your API key to `.env` (`ANTHROPIC_API_KEY=sk-ant-...`): ```bash npx @outputai/cli init cd <project-name> ``` Start the full devel
Excerpt of 9,405 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d9757b1779696c35, topic:ai-agents, topic:agents
matched fp:d9757b1779696c35, topic:llm