You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat(common): add Qwen model support and refactor react_agent code into common module
- Add `common` package with shared components for LangGraph agents
- Implement Qwen model integration with DashScope API and region-based endpoints
- Update context default model to Qwen with colon separator syntax
- Refactor react_agent code: move context, tools, utils, models, prompts to common package
- Modify load_chat_model to support colon-separated model spec and Qwen models
- Update pyproject.toml dependencies to include langchain-qwq and common package
- Enhance .env.example with new API keys and configuration for Qwen and tracing
- Update tests with fixtures, centralized test data, and integration tests for Qwen and OpenAI
- Add comprehensive e2e tests validating ReAct pattern with tool usage and streaming support
- Improve unit tests for context configuration and error handling related to model loading
0 commit comments