Jeomon/Plan-Agent-with-Meta-Agent
An AI task-solving system where the Planner Agent breaks down problems into tasks, and the Meta Agent creates specialized agents to solve them. Depending on the task, agents use tools (ReAct) or reasoning (Chain of Thought) to provide the final solution.
This system helps you tackle complex problems by breaking them down into smaller, manageable steps and executing them one by one. You provide a problem statement, and it generates a detailed plan, then works through each task, even creating or updating necessary tools along the way. This is ideal for researchers, analysts, or operations managers who need automated, structured problem-solving.
No commits in the last 6 months.
Use this if you have multi-step problems that require a structured approach and potentially dynamic tool management to reach a solution.
Not ideal if your problems are simple and can be solved with a single query, or if you prefer to manually control every step of the problem-solving process.
Stars
11
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Jeomon/Plan-Agent-with-Meta-Agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
microsoft/agent-framework
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with...
fetchai/uAgents
A fast and lightweight framework for creating decentralized agents with ease.
i-am-bee/beeai-framework
Build production-ready AI agents in both Python and Typescript.
Intelligent-Internet/ii-agent
II-Agent: a new open-source framework to build and deploy intelligent agents
agentuniverse-ai/agentUniverse
agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent...