Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 55a2908

Browse files
committed
remove the links for documentation and discord server
1 parent f102f6e commit 55a2908

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ Please note that the LiteMultiAgent repository is in development mode. We have o
33

44
repo owner: Danni (Danqing) Zhang (danqing.zhang.personal@gmail.com)
55

6-
<p align="left">
7-
<a href='https://litemultiagent.readthedocs.io/en/latest/'>
8-
<img src='https://img.shields.io/badge/Documentation-green?style=for-the-badge' height="28"></a>
9-
<a href="https://discord.gg/XwvEyVhdw3">
10-
<img src="https://img.shields.io/badge/Community-Discord-8A2BE2" height="28"></a>
11-
</p>
12-
136
In our exploration of building multi-agent systems, we have investigated AutoGen, CrewAI, LangGraph, and MetaGPT, but failed to find a multi-agent system that intuitively makes multi-agent systems more efficient. We have found that most examples provided by these frameworks could be accomplished with just one agent. We reimplemented the multi-agent examples using only one agent with a set of self-defined tools. However, we then realized that this system is not scalable when we have more and more tools. But if we can categorize the agents with different sets of tools into categories, then we are building a hierarchy of agents, where we could accomplish more types of tasks. At the same time, because of this design, the execution of sub-agents is naturally parallelized by parallel function calling, since agents use sub-agents as tools.
147

158

0 commit comments

Comments
 (0)