Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AgentScope #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<h1 align="center">
:gift: Awesome SDKs For AI Agents
<p align="center">
Expand Down Expand Up @@ -60,6 +59,21 @@ E2b is an operating system for AI agents, that is, a set of tools, APIs, and clo
</details>


## [AgentScope](https://github.com/modelscope/agentscope)

AgentScope is a comprehensive framework designed to streamline the development, deployment, and monitoring of AI agents. Built by ModelScope, it offers a robust set of tools and SDKs for creating autonomous agents that can operate across various domains. AgentScope supports integration with popular machine learning libraries and provides detailed observability features, ensuring that AI agents are not only effective but also transparent and accountable.

<details>

### Links
- [Web](https://www.modelscope.ai/)
- [GitHub](https://github.com/modelscope/agentscope)
- [Documentation](https://docs.modelscope.ai/agentscope)
- [Discord](https://discord.gg/modelscope)

</details>


## [AgentOps](https://www.agentops.ai/)
AgentOps create tools to make agents actually work, e.g., graphs, monitoring, and replay analytics.

Expand Down