feat: upgrade LangGraph to 1.x and migrate deprecated APIs
- Bump langgraph from 0.4 to 1.0+, langgraph-supervisor from 0.0.12 to 0.0.30+ - Bump langchain-core, langchain-anthropic, langchain-openai to 1.x - Add langchain>=1.0 dependency for new create_agent location - Migrate create_react_agent -> create_agent (prompt -> system_prompt) - Fix create_supervisor positional arg to named agents= parameter - Replace AsyncMock checkpointer with InMemorySaver in tests (v1 type validation) - Update version references in README, ARCHITECTURE, eng-review-plan
This commit is contained in:
@@ -104,8 +104,8 @@ smart-support/
|
||||
|
||||
## Tech Stack
|
||||
|
||||
- Python 3.11+, FastAPI, LangGraph v1.1.0
|
||||
- langgraph-supervisor, langchain-mcp-adapters, langgraph-checkpoint-postgres v3.0.5
|
||||
- Python 3.11+, FastAPI, LangGraph 1.x (currently 1.1.6)
|
||||
- langgraph-supervisor 0.0.31, langchain-mcp-adapters, langgraph-checkpoint-postgres v3.0.5
|
||||
- React (frontend), PostgreSQL 16 (via Docker Compose)
|
||||
- Claude Sonnet 4.6 via `ChatAnthropic` (configurable via env)
|
||||
- pytest + FastAPI TestClient for backend tests
|
||||
|
||||
Reference in New Issue
Block a user