Files
philogicae 366f9c54f1 fix: migrate to langchain 1.0 (#110)
* Update code, examples and docs to use langchain.agents.create_agent
instead of langgraph.prebuilt.create_react_agent
* Replace 'prompt' parameter with 'system_prompt' parameter throughout
codebase
* Update imports from langchain_core to langchain for messages and tools
* Fix Union type detection for Python 3.10+ compatibility
* Resolve type checking and linting issues

Since the migration to langchain v1 didn't seem to progress, I did the
changes myself.
Working correctly now, I let you judge, feel free to merge/fork or not.

Closes #104
2025-12-04 14:01:34 -05:00
..