agents_manager — Agent Tool by sandeshnaroju

by sandeshnaroju · Agent Tool · ★ 52

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

About agents_manager

Agents Manager A lightweight Python package for managing multi-agent orchestration. Easily define agents with custom instructions, tools, and models, and orchestrate their interactions seamlessly. Perfect for building modular, collaborative AI systems. Features Define agents with specific roles and instructions Assign models to agents (e.g., OpenAI models) Equip agents with tools and containers for performing tasks Seamlessly orchestrate interactions between multiple agents Supported Models OpenAI Grok DeepSeek Anthropic Llama Genai Installation Install the package via pip: Quick Start python from agentsmanager.utils import handover from agentsmanager import Agent, AgentManager from agentsmanager.models import OpenAi, Anthropic, Genai from dotenv import loaddotenv loaddotenv() Define the OpenAi model openaiModel = OpenAi(name="gpt-4o-mini") #Define the Anthropic model anthropicModel = Anthropic( name="claude-3-5-sonnet-20241022", maxtokens= 1024, ) #Define the Genai model genaiMod

Quick Facts

Stars52
Forks10
LanguagePython
CategoryAgent Tool
LicenseMIT
Quality Score72.7249576225932/100
Last Updated2025-08-26
Created2025-02-23
Platformspython
Est. Tokens~6k

Compatible Skills

These tools work well together with agents_manager for enhanced workflows:

  • AssemblyZero — semantic(0.22)+complementary+same_lang+similar_pop+shared_platform (53%)
  • Perfect-Web-Clone — semantic(0.16)+complementary+same_lang+similar_pop+shared_platform (51%)

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is agents_manager?

agents_manager is A lightweight Python package for managing multi-agent orchestration. Easily define agents with custom instructions, tools, containers, and models, and orchestrate their interactions seamlessly. Perfec. It is categorized as a Agent Tool with 52 GitHub stars.

What programming language is agents_manager written in?

agents_manager is primarily written in Python.

How do I install or use agents_manager?

You can find installation instructions and usage details in the agents_manager GitHub repository at github.com/sandeshnaroju/agents_manager. The project has 52 stars and 10 forks, indicating an active community.

What license does agents_manager use?

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

View on GitHub → Browse Agent Tool tools