Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,30 @@ Build-your-own

</details>

## [Ebiose](https://github.com/ebiose-ai/ebiose)
Agents that craft, test, and evolve other agents in a Darwinian survival-of-the-fittest framework.

<details>

### Category
Build-your-own (agent-builing frameworks and platforms)

### Description
A Darwinian factory for AI ecosystems. Use Ebiose to build architect agents that will build agents who solve specific problems, and evolve over time.

### Features and Benefits
- Free credits to run your own forges (isolated labs for building agents tailored to specific tasks).
- Hand-crafted architect agent that performs prompt engineering and assembles agent graphs.
- Evolutionary engine.
- Graph-based agents made of LLM nodes.
- Persistent ecosystems where top agents live on and tackle new forges.
- Initial LangGraph runtime (not wedded to it, but have to start somewhere).

### Links
- [Creator Website](https://ebiose.com)

</details>

## [Eidolon](https://eidolonai.com/)
Multi Agent SDK with pluggable, modular components

Expand Down