🚀 Release v0.3.0: LangChain v1 Migration & Enhanced Deep Agent #1
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.
Summary
This release (v0.3.0) represents a major upgrade to the official LangChain v1.0 and LangGraph v1.0 ecosystem with significant architectural improvements and enhanced deep agent capabilities.
🎯 Release Highlights
🔄 LangChain v1.0 & LangGraph v1.0 Migration
modify_model_requestwithwrap_model_callandawrap_model_callrequest.runtime.contextfor model specifications🤖 Deep Agent Enhancement
sample-deep-agentto use correctcreate_deep_agentsignatureasync_create_deep_agenttocreate_deep_agentinstructionstosystem_promptsiliconflow:deepseek-ai/DeepSeek-V3.2-Expdeepagentsto v0.1.1🛠️ Development Tools Enhancement
deep_web_searchwith timestamp-based file organizationFileDatastructure with ISO timestamps📚 Documentation Updates
📦 Components Updated
Core Dependencies (Official v1.0 Releases)
langchain: 1.0 (official stable release)langgraph: 1.0 (official stable release)langchain-dev-utils: 1.0.0deepagents: 0.1.1uvicorn: 0.38.0iniconfig: 2.3.0Libraries
libs/langgraph-up-devkits/:Applications
apps/sample-deep-agent/:create_deep_agentwith correct signatureRoot Project
🔧 Technical Changes
Breaking Changes
async_create_deep_agent→create_deep_agentinstructionsparameter →system_promptmodify_model_request→wrap_model_call/awrap_model_callMigration Path
✅ Testing & Quality
📊 Statistics
🎉 Why This Upgrade Matters
Production Ready
Developer Benefits
🚀 Next Steps
After merging:
🔗 Related Resources
🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]