back to the wire
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 repository

WHAT VOUCHED FOR IT

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.