Report · marked 26 Aug 2026
BerriAI/litellm
Solid foundations, held back in a few specific places.
Python · 57,263 stars · 9,791 files · branch litellm_internal_staging
Higher is better. Accent marks what is costing you most.
Fix these first
The full marking
Every deduction below names the file or setting it came from.
Instructions 15/27 B-
Whether the repo tells an agent how to behave before it starts guessing.
Setup 18/20 A
Whether an agent can install the project and get it running without a human.
Verification loop 24/25 A+
Whether an agent can check its own work. This is the category that most decides whether agent output is trustworthy.
Context economy 9/20 C
Whether the repo fits in a context window, or fights it.
Here is your AGENTS.md
Drafted from what is actually in this repository: the install
command from your lockfile, the commands you already declare, your real directory layout. Anything
marked TODO needs a person. Save it at the root as AGENTS.md.
# AGENTS.md The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM] ## Setup ``` npm ci ``` ## Commands ``` make help make info make install-dev make bootstrap make install-proxy-dev make install-dev-ci ``` ## Layout - `tests/` 2911 source files - `litellm/` 2255 source files - `ui/` 1865 source files - `enterprise/` 149 source files - `litellm-rust/` 127 source files - `cookbook/` 38 source files ## Conventions - Tests live alongside the code they cover, following `.github/workflows/helm_unit_test.yml`. - CI defines what passing means. See `.github/workflows/_test-unit-base.yml`, and keep it green. - TODO: add the two or three conventions a newcomer always gets wrong here. ## Gotchas - `ui/litellm-dashboard/src/lib/http/schema.d.ts` is 2158KB. It will not fit comfortably in context, so read it in parts. - Copy `.env.example` before running anything that needs configuration. --- Drafted by agentreadme.com from what is in this repository. Everything marked TODO needs a human. Check it in as AGENTS.md at the root.
Open the raw markdown
or
curl -o AGENTS.md agentreadme.com/draft/BerriAI/litellm.md
Show the mark
The badge re-checks daily, so it keeps up as the repository changes. Use mark again to force it now.
[](https://agentreadme.com/BerriAI/litellm)Other Python repositories, marked
Think this mark is wrong?
Every deduction above names the file it came from, so this can be settled by looking. If a check missed something, that is a rule worth fixing.