llm_agents — Agent Tool by mpaepper

by mpaepper · Agent Tool · ★ 1.0k

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About llm_agents

LLM Agents Small library to build agents which are controlled by large language models (LLMs) which is heavily inspired by langchain. The goal was to get a better grasp of how such an agent works and understand it all in very few lines of code. Langchain is great, but it already has a few more files and abstraction layers, so I thought it would be nice to build the most important parts of a simple agent from scratch. Some more infos are in this Hacker News discussion from April 5th 2023 and the related blog post. How it works The agent works like this: It gets instructed by a prompt which tells it the basic way to solve a task using tools Tools are custom build components which the agent can use So far, I've implemented the ability to execute Python code in a REPL, to use the Google search and to search on Hacker News The agent runs in a loop of Thought, Action, Observation, Thought, ...

deep-learninglangchainllmsmachine-learning

Quick Facts

Stars1,041
Forks84
LanguagePython
CategoryAgent Tool
LicenseMIT
Quality Score47.7/100
Open Issues3
Last Updated2025-06-23
Created2023-04-04
Platformspython
Est. Tokens~4k

llm_agents alternative? Top 6 similar tools

Looking for a llm_agents alternative? If you're comparing llm_agents with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • prompttools by hegelai · ⭐ 3.0k

    Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and

  • awesome-llms-fine-tuning by Curated-Awesome-Lists · ⭐ 505

    Explore a comprehensive collection of resources, tutorials, papers, tools, and best practices for fine-tuning

  • openinference by Arize-ai · ⭐ 1.0k

    OpenTelemetry Instrumentation for AI Observability

  • AITreasureBox by superiorlu · ⭐ 816

    🤖 Automatically collected AI repos, tools, websites, papers & tutorials. 实用AI百宝箱 💎

  • Machine-Learning-Guide by mikeroyal · ⭐ 691

    Machine learning Guide. Learn all about Machine Learning Tools, Libraries, Frameworks, Large Language Models (

  • simplemind by kennethreitz · ⭐ 538

    Python API client for AI providers that intends to replace LangChain and LangGraph for most common use cases.

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is llm_agents?

llm_agents is Build agents which are controlled by LLMs. It is categorized as a Agent Tool with 1.0k GitHub stars.

What programming language is llm_agents written in?

llm_agents is primarily written in Python. It covers topics such as deep-learning, langchain, llms.

How do I install or use llm_agents?

You can find installation instructions and usage details in the llm_agents GitHub repository at github.com/mpaepper/llm_agents. The project has 1.0k stars and 84 forks, indicating an active community.

What license does llm_agents use?

llm_agents is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to llm_agents?

The top alternatives to llm_agents on Agent Skills Hub include prompttools, awesome-llms-fine-tuning, openinference. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse Agent Tool tools