Skip to content

Fix MCP link and update roadmap status #572

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

Merged
merged 2 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Start building LLM-empowered multi-agent applications in an easier way.

- <img src="https://img.alicdn.com/imgextra/i3/O1CN01SFL0Gu26nrQBFKXFR_!!6000000007707-2-tps-500-500.png" alt="new" width="30" height="30"/>**[2025-03-19]** AgentScope supports tools API now. Refer to our [tutorial](https://doc.agentscope.io/build_tutorial/tool.html).

- <img src="https://img.alicdn.com/imgextra/i3/O1CN01SFL0Gu26nrQBFKXFR_!!6000000007707-2-tps-500-500.png" alt="new" width="30" height="30"/>**[2025-03-20]** Agentscope now supports [MCP Server](https://github.com/modelcontextprotocol/servers)! You can learn how to use it by following this [tutorial](https://doc.agentscope.io/build_tutorial/mcp.html).
- <img src="https://img.alicdn.com/imgextra/i3/O1CN01SFL0Gu26nrQBFKXFR_!!6000000007707-2-tps-500-500.png" alt="new" width="30" height="30"/>**[2025-03-20]** Agentscope now supports [MCP Server](https://github.com/modelcontextprotocol/servers)! You can learn how to use it by following this [tutorial](https://doc.agentscope.io/build_tutorial/MCP.html).

- <img src="https://img.alicdn.com/imgextra/i3/O1CN01SFL0Gu26nrQBFKXFR_!!6000000007707-2-tps-500-500.png" alt="new" width="30" height="30"/>**[2025-03-05]** Our [multi-source RAG Application](applications/multisource_rag_app/README.md) (the chatbot used in our Q&A DingTalk group) is open-source now!

Expand Down
12 changes: 6 additions & 6 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga
- βœ… Add Support for Anthropic API.

- 🚧 Support tools calling in user-assistant conversations.
- OpenAI API
- DashScope API
- Anthropic API
- Gemini APi
- βœ… OpenAI API
- βœ… DashScope API
- βœ… Anthropic API
- πŸ“ Gemini APi

- πŸ“ Support tools calling in multi-agent conversations.
- OpenAI API
Expand Down Expand Up @@ -59,5 +59,5 @@ Offering **agent-oriented programming (AOP)** as a new programming model to orga
4. RAG

- 🚧 Provide a set of query rewrite strategies for retrieval.
- πŸ“ Support online search engine (Google/Bing search) based RAG.
- πŸ“ Support multi-RAG agent routing efficiently.
- βœ… Support online search engine (Google/Bing search) based RAG.
- 🚧 Support multi-RAG agent routing efficiently.