mpaepper/llm_agents
Build agents which are controlled by LLMs observed · 2026-08-28
Health v2 · maintenance only
43/100
- Activity 28
- Release rhythm 35
- Longevity 89
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: 1247
- days_rel: n/a
- days_push: 436
- n_releases_24m: 0
Adoption not part of the score
1053 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Python library for building agents controlled by large language models, inspired by LangChain but implemented from scratch in very few lines of code. It runs a ReAct-style loop of Thought, Action, and Observation, using tools like a Python REPL, Google search, and Hacker News search.
Use cases
- build llm-controlled agents
- understand how langchain agents work internally
- run a reAct agent loop with custom tools
- let an llm execute python code and search the web
- minimal agent framework for learning
- implement custom tools for an llm agent
When to choose
- you want to learn how LLM agents work with minimal abstraction
- you need a tiny, readable ReAct agent implementation to extend
- langchain feels too heavy for a simple agent experiment
When to avoid
- you need production-grade agent features, memory, or many integrations
- you want a maintained framework with broad tool ecosystem
- you need multi-agent orchestration or streaming
Facets
library · maturity maintenance
agent-framework llm-inference prompt-engineering artificial-intelligence large-language-models machine-learning python cli llm-agents tool-use react langchain-alternative educational openai ai-agents
3 sources
- readme: https://github.com/mpaepper/llm_agents · fetched 2026-08-28 · 405a1612c2c8
- homepage: https://www.paepper.com/blog/posts/intelligent-agents-guided-by-llms/ · fetched 2026-08-29 · bf86fb59b5b2
- registry_pypi: https://pypi.org/pypi/llm_agents/json · fetched 2026-08-29 · 1fd3aef5ba4d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mpaepper/llm_agents | main | 43 |
For agents
markdown · JSON · MCP: product_card(name="mpaepper/llm_agents")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem