mpaepper
llm_agents
Build agents which are controlled by LLMs
Written by mpaepper, whose words those are. Agentwire did not build this and has not tested it.
open the repositoryWHAT VOUCHED FOR IT
- Curated listA maintainer added it to a curated list they publish.kyrolabs/awesome-langchain, e2b-dev/awesome-ai-agents
- StarredPast the absolute star floor.
WHERE THE ACCOUNTS POSTED IT
BlueskySep 1, 2026the post
llm_agents: mpaepper's small Python library for building an agent loop you can read end to end. An LLM picks a tool (Python REPL, Google via SerpAPI, Hacker News search), the result goes back into the prompt, repeat until it answers. #software
ThreadsAug 16, 2026the post
llm_agents, by mpaepper, is a Python library for building agents that an LLM controls: the model decides what runs next instead of you hard coding the sequence. For anyone who wants agent behaviour inside their own Python rather than a large framework.