Flagged: environment access. Scanned against the SlowMist agent-security taxonomy, refreshed every 8 hours. Full audit →
by AgnostiqHQ · Agent Tool · ★ 134
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
🔒 Is multi-agent-llm safe to install? View the security audit →
LLM based Multi-Agent methods Welcome to the LLM based Multi-Agent repository! This repository provides a lean implementation of cutting-edge techniques and methods for leveraging multi-agent architectures with Large Language Models (LLMs) for various tasks. This includes methods developed by Agnostiq Inc. as well as other state-of-the-art methods. The repository is designed to be modular and easy to use, allowing for quick experimentation and please use it with caution for production purposes. Installation Quick example python import os; os.environ['OPENAIAPIKEY'] = "youropenaiapikey" from multiagentllm import OpenAILLM, AGOT from pydantic import BaseModel, Field llm = OpenAILLM(modelname="gpt-4o-mini", temperature=0.3) Currently we only have wrapper for OpenAI, but it can be easily extended to other LLMs Define the answer schema class QueryAnswer(BaseModel): explanation: str = Field(description="Explanation of the answer.") answer: str = Field(description="Final multiple-choice answer.") answerlabel: str = Field(description="Label of the answer.
| Stars | 134 |
| Forks | 18 |
| Language | Python |
| Category | Agent Tool |
| License | AGPL-3.0 |
| Quality Score | 64.2768608802975/100 |
| Open Issues | 1 |
| Last Updated | 2025-02-10 |
| Created | 2024-09-18 |
| Platforms | python |
| Est. Tokens | ~1995k |
These tools work well together with multi-agent-llm for enhanced workflows:
Looking for a multi-agent-llm alternative? If you're comparing multi-agent-llm 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.
Aser is a lightweight, self-assembling AI Agent frame.
An introduction to the world of AI Agents
The open context engine for AI agents support 15+ data sources. Built on Rust and Apache DataFusion.
Giselle: AI App Builder. Open Source.
This is the repository for the Tool Learning survey.
An example agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder c
Explore other popular agent tool tools:
multi-agent-llm is Lean implementation of various multi-agent LLM methods, including Iteration of Thought (IoT). It is categorized as a Agent Tool with 134 GitHub stars.
multi-agent-llm is primarily written in Python. It covers topics such as agent, ai, cot.
You can find installation instructions and usage details in the multi-agent-llm GitHub repository at github.com/AgnostiqHQ/multi-agent-llm. The project has 134 stars and 18 forks, indicating an active community.
multi-agent-llm is released under the AGPL-3.0 license, making it free to use and modify according to the license terms.
The top alternatives to multi-agent-llm on Agent Skills Hub include aser, oreilly-ai-agents, wren-engine. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.