v0.1.0
🚀 Initial Release - LangGraph ReAct Agent v0.1.0
This is the first stable release of the LangGraph ReAct (Reasoning and Action) Agent template, featuring a complete refactoring into a modular architecture.
✨ New Features
- Qwen Model Support: Native integration with Qwen models including regional API support (PRC/International endpoints)
- MCP Integration: Dynamic tool loading with Model Context Protocol (MCP) servers, including DeepWiki for GitHub repository documentation
- Common Module Architecture: Refactored codebase into reusable common module for better maintainability
- Comprehensive Test Suite: Added pytest-based testing framework with full coverage for LangGraph agent functionality
📝 Documentation
- Bilingual Documentation: Complete English and Chinese README with detailed setup instructions
- Project Roadmap: Clear development roadmap and contribution guidelines
- Configuration Guide: Comprehensive environment setup and model configuration documentation
🛠️ Technical Improvements
- Modular Architecture: Clean separation of concerns with common utilities, models, tools, and prompts
- Enhanced Context System: Improved context management with metadata and LangGraph node bindings
- Dynamic Tool Loading: Runtime tool registration with MCP server integration
- Better Error Handling: Robust error handling and debugging capabilities
This release establishes a solid foundation for building sophisticated ReAct agents with LangGraph, supporting multiple model providers and dynamic tool ecosystems.