add modelstudio_demos package with 2 demos#76
add modelstudio_demos package with 2 demos#76rayrayraykk merged 6 commits intoagentscope-ai:mainfrom
Conversation
|
aitian.wat seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
1 similar comment
|
aitian.wat seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
have fixed |
There was a problem hiding this comment.
Pull request overview
This PR adds a new modelstudio_demos package containing two demonstration projects for deploying agents using AgentScope and Alibaba Cloud Bailian's ModelStudio platform.
Purpose: Provide starter templates for developers to quickly build and deploy agents either locally or to Alibaba Cloud Bailian's high-code platform.
Key Changes:
- Added
chat_demo: A basic chat agent using AgentScope's ReActAgent with tool execution capabilities - Added
mcp_server_with_chat: An MCP (Model Context Protocol) server integrated with chat functionality using FastMCP framework
Reviewed changes
Copilot reviewed 17 out of 22 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
modelstudio_demos/mcp_server_with_chat/setup.py |
Package setup configuration with UUID-based naming for cloud deployment |
modelstudio_demos/mcp_server_with_chat/requirements.txt |
Dependencies including FastMCP, agentscope-runtime, and various tools |
modelstudio_demos/mcp_server_with_chat/deploy_starter/main.py |
FastAPI application integrating MCP server with chat endpoint |
modelstudio_demos/mcp_server_with_chat/deploy_starter/mcp_server.py |
MCP server definition with example tools (addition, search) |
modelstudio_demos/mcp_server_with_chat/deploy_starter/config.yml |
Configuration file for server, MCP, and deployment settings |
modelstudio_demos/chat_demo/setup.py |
Package setup for basic chat demo |
modelstudio_demos/chat_demo/requirements.txt |
Minimal dependencies for chat functionality |
modelstudio_demos/chat_demo/deploy_starter/main.py |
AgentScope-based chat agent with LocalDeployManager |
modelstudio_demos/chat_demo/deploy_starter/config.yml |
Configuration for chat demo deployment |
modelstudio_demos/chat_demo/README_zh.md |
Chinese documentation with setup and deployment instructions |
modelstudio_demos/chat_demo/README_en.md |
English documentation with setup and deployment instructions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@all-contributors please add @AttanWu for example, code, doc |
📝 PR Type
📚 Description
chat demo
mcp with chat demo
all run for modelstudio deploy
🧪 Testing Validation
[Please explain how to validate the changes:
agentscoperequired?pre-commit)?]✅ Checklist
Please complete the following checks before submitting the PR:
pre-commit run --all-filespytest tests/)agentscopebest practices (e.g., config management, logging)agentscope-sampleshas been updated (e.g.,README.md)