Skip to content

Commit ffee692

Browse files
Update README.md
1 parent ae1fd3e commit ffee692

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ Check the [medium article here](https://medium.com/p/182fd2a70e3e). GenSphere is
1010

1111
![gensphere_workflow_example_gif](img/gensphere_gif.gif)
1212

13+
## Why GenSphere?
14+
The process of building agentic systems and LLM-based applications in general feels **so inefficient today**.
15+
On the one hand, current frameworks introduce so much complexity that most people end up prefering to write code from scratch.
16+
On the other, most people build agents as monoliths today. For instance, if you are building a stock trading agent, you also build the web scraper agent for gathering financial info, the processing models etc.
17+
18+
**This makes no sense**. In the example above, the web scraper agent for financial data is useful for hundreds of different applications. But people usually reinvent the wheel, there's no easy way to embed other people's agent on your workflows, for a number of reasons.
19+
I always thought that the most efficient way to build agentic systems would:
20+
21+
- Have an open-source community that collaborates to build specialized agents that are reusable for many use cases.
22+
- Have a framework that makes it easy to embed different agents into a single multi-agent system that accomplishes particular tasks.
23+
- A platform (like Docker Hub or HuggingFace) where people can push and pull their projects from.
24+
25+
GenSphere is a framework that tries to address all these points at once.
1326

1427
## What is GenSphere?
1528

0 commit comments

Comments
 (0)