i365dev/llm_agent
An abstraction library for building domain-specific intelligent agents based on Large Language Models (LLMs). LLMAgent provides a core architecture and behavior definitions that simplify the development of specialized agents by leveraging the AgentForge framework for dynamic workflow orchestration.
This project helps software developers build sophisticated AI assistants and chatbots tailored to specific business needs. It provides a structured way to design how an AI understands instructions, uses external tools, manages ongoing conversations, and executes multi-step tasks. Developers input a system prompt and available tools, and the output is a specialized, intelligent agent capable of complex interactions.
Use this if you are a software developer building complex, domain-specific AI agents that need to manage conversation, use external tools, and orchestrate dynamic workflows using large language models.
Not ideal if you are an end-user without programming experience looking for a ready-to-use AI application, or if you only need a simple, single-turn interaction with an LLM.
Stars
27
Forks
6
Language
Elixir
License
MIT
Category
Last pushed
Feb 05, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/i365dev/llm_agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
InfinitiBit/graphbit
GraphBit is the world’s first enterprise-grade Agentic AI framework, built on a Rust core with a...
autogluon/autogluon-assistant
Multi-Agent System Powered by LLMs for End-to-end Multimodal ML Automation
pguso/agents-from-scratch
Build AI agents from first principles using a local LLM - no frameworks, no cloud APIs, no...
samholt/L2MAC
🚀 The LLM Automatic Computer Framework: L2MAC
pguso/ai-agents-from-scratch
Demystify AI agents by building them yourself. Local LLMs, no black boxes, real understanding of...