MadcowD/ell
A language model programming library. observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 25
- Release rhythm 35
- Longevity 55
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 773
- days_rel: n/a
- days_push: 454
- n_releases_24m: 0
Adoption not part of the score
5864 stars · 341 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ell is a lightweight Python library for language model programming that treats prompts as functions (language model programs) rather than strings. It provides automatic prompt versioning, serialization, and a local monitoring/visualization tool called Ell Studio.
Use cases
- write prompts as python functions for llm calls
- version and track prompt changes over time
- monitor and visualize llm calls locally
- build multimodal llm applications with images and audio
- iterate on prompt engineering like an optimization process
- manage prompt regressions with a local store
When to choose
- you want prompts defined as typed, reusable Python functions
- you need automatic versioning and commit history for prompts
- you want a local, open-source alternative to prompt monitoring SaaS
- you work with OpenAI or Anthropic models in Python
When to avoid
- you need a full LLM application framework with agents and chains
- you require non-Python languages
- you need hosted team collaboration for prompt management
- you only make simple one-off API calls without iteration
Facets
library · maturity active
prompt-engineering llm-inference monitoring version-control large-language-models artificial-intelligence developer-tools python cross-platform cli llm prompts-as-functions prompt-versioning ell-studio multimodal openai anthropic natural-language-processing
3 sources
- readme: https://github.com/MadcowD/ell · fetched 2026-08-28 · e892af643613
- homepage: http://docs.ell.so/ · fetched 2026-08-29 · 7db0e8cd21a7
- site_page: https://docs.ell.so/installation.html · fetched 2026-08-29 · 87c29f1e8675
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MadcowD/ell | main | 34 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem