Skip to content

Commit a9199a7

Browse files
committed
fix(mcp): migrate from deprecated create_react_agent to create_agent
- Replace langgraph.prebuilt.create_react_agent with langchain.agents.create_agent - Update parameter from prompt/state_modifier to system_prompt - Remove unnecessary signature introspection (new API is stable) - Follows LangChain v1 / LangGraph v1 migration guide
1 parent 30c7442 commit a9199a7

3 files changed

Lines changed: 1901 additions & 1494 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
**A pedagogical toolkit for building AI agent systems with practical software development techniques.**
44

55
![Python](https://img.shields.io/badge/Python-3.8+-blue?style=flat-square)
6-
![License](https://img.shields.io/badge/License-MIT-green?style=flat-square)
76
![Status](https://img.shields.io/badge/Status-Research%20Foundation-orange?style=flat-square)
87

98
---
@@ -190,12 +189,6 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
190189

191190
---
192191

193-
## License
194-
195-
MIT License - see [LICENSE](./LICENSE) for details.
196-
197-
---
198-
199192
## Acknowledgments
200193

201194
Built with:

0 commit comments

Comments
 (0)