Update: deep_research/agent_deep_research to agentscope 2.x - #128
Open
Xiaoxu-Zhang wants to merge 1 commit into
Open
Update: deep_research/agent_deep_research to agentscope 2.x#128Xiaoxu-Zhang wants to merge 1 commit into
Xiaoxu-Zhang wants to merge 1 commit into
Conversation
- Replace ReActAgent inheritance with standalone DeepResearchAgent - Substitute MCP client and tool registration with new Toolkit API - Migrate from `view_text_file`/`write_text_file` to `Read`/`Write` - Update message types from `Msg`/`ToolUseBlock` to new block system - Refactor async tool execution to use `ToolResponse`/`ToolChunk` - Bump agentscope dependency from >=1.0.5 to >=2.0.0 - Remove obsolete utility functions for structured output generation
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.
📝 PR Type
📚 Description
view_text_file/write_text_filetoRead/WriteMsg/ToolUseBlockto new block systemToolResponse/ToolChunk🧪 Testing Validation
Set up the Python environment with uv and configure the required API keys, then:
cd .../deep_research/agent_deep_research uv run main.py✅ 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)