Update 1.0.0 Cookbook#217
Merged
AgentScopeTeam merged 31 commits intoagentscope-ai:devfrom Nov 26, 2025
Merged
Conversation
update quickstart
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AgentScope Runtime cookbook documentation for version 1.0.0, introducing comprehensive documentation for new features including service management, sandbox execution, deployment strategies, and API protocols. The update spans both Chinese and English versions with new chapters on tool usage, service architecture, advanced deployment options, and troubleshooting guides.
Key Changes
- New architectural documentation: Added comprehensive service layer documentation explaining SessionHistoryService, MemoryService, SandboxService, and StateService
- Enhanced deployment guides: Introduced simple and advanced deployment patterns including AgentRun and updated existing deployment methods
- Expanded sandbox documentation: Added advanced usage guides, training sandbox documentation, and troubleshooting resources
- Refactored quickstart and examples: Updated to use the new decorator-based AgentApp pattern with explicit service management
Reviewed changes
Copilot reviewed 45 out of 54 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| cookbook/zh/tracing.md | Fixed class name from LocalLoggingHandler to LocalLogHandler |
| cookbook/zh/service.md | Major reorganization with new service lifecycle patterns and comprehensive API documentation |
| cookbook/zh/sandbox/*.md | Added new sandbox documentation including advanced usage, training, and troubleshooting |
| cookbook/zh/quickstart.md | Refactored to demonstrate new decorator-based AgentApp pattern |
| cookbook/zh/react_agent.md | Updated to show full deployment example with service management |
| cookbook/zh/deployment.md | New comprehensive deployment guide |
| cookbook/zh/advanced_deployment.md | Added AgentRun deployment method |
| cookbook/zh/agent_app.md | Added decorator-based lifecycle management documentation |
| cookbook/zh/call.md | New service invocation guide |
| cookbook/zh/api/*.md | Expanded API reference documentation |
| cookbook/en/*.md | Corresponding English translations of all changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CheckList