Merge pull request #138 from fanweixiao/main

docs: add yomo framework readme
This commit is contained in:
Huang Panpan 2025-02-08 14:35:35 +08:00 committed by GitHub
commit 86d71cbd63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 157 additions and 1 deletions

View file

@ -189,6 +189,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
### AI Agent frameworks
<table>
<tr>
<td><img src="https://yomo.run/yomo-logo.png" alt="Icon" width="64" height="auto" /></td>
<td><a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/yomo/README.md">YoMo</a></td>
<td>Stateful Serverless LLM Function Calling Framework with Strongly-typed Language Support</td>
</tr>
<tr>
<td> <img src="https://raw.githubusercontent.com/superagentxai/superagentX/refs/heads/master/docs/logo/icononly_transparent_nobuffer.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/superagentx/README.md">SuperAgentX</a> </td>
@ -199,7 +204,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="https://github.com/deepseek-ai/awesome-deepseek-integration/blob/main/docs/anda/README.md">Anda</a> </td>
<td>A Rust framework for AI agent development, designed to build a highly composable, autonomous, and perpetually memorizing network of AI agents.</td>
</tr>
<tr>
<tr>
<td> <img src="https://raw.githubusercontent.com/longevity-genie/chat-ui/11c6647c83f9d2de21180b552474ac5ffcf53980/static/geneticsgenie/icon-128x128.png" alt="Icon" width="64" height="auto"/> </td>
<td> <a href="https://github.com/longevity-genie/just-agents">Just-Agents</a> </td>
<td>A lightweight, straightforward library for LLM agents - no over-engineering, just simplicity!</td>