docs(examples): update v2 example class references#2209
Conversation
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
This is a clean, focused documentation PR that updates agentscope-examples/README.md to align all example run commands, class references, and terminology with the AgentScope Java v2 source structure. All 11 class references were verified against the actual source tree and are correct. The PR re-parents all exec.mainClass paths from io.agentscope.examples.* to io.agentscope.examples.documentation2.<subpackage>.*, replaces removed/renamed examples, splits McpToolExample into transport-specific entries, and adds environment-variable documentation. Two minor pre-existing issues (duplicate section numbering and stale terminology) were carried forward.
(inline comments could not be attached — line numbers fell outside PR hunks. See archived report.)
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
This is a clean, focused documentation PR that updates agentscope-examples/README.md to align all example run commands, class references, and terminology with the AgentScope Java v2 source structure. All 11 class references were verified against the actual source tree and are correct. The PR re-parents all exec.mainClass paths from io.agentscope.examples.* to io.agentscope.examples.documentation2.<subpackage>.*, replaces removed/renamed examples, splits McpToolExample into transport-specific entries, and adds environment-variable documentation. Two minor pre-existing issues (duplicate section numbering and stale terminology) were carried forward.
(inline comments could not be attached — line numbers fell outside PR hunks. See archived report.)
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AgentScope-Java Version
2.0.0
Description
Update the examples README to match the current AgentScope Java 2.0 source structure.
Changes include:
io.agentscope.examples.documentation2.HookExamplewithCustomizedMiddlewareExample.SessionExamplewithStateExample.McpToolExamplewith the current transport-specific examples:McpStdioExampleMcpSseExampleMcpStreamableHttpExampleVerification
Confirmed that all referenced example classes exist.
Ran: