3 Commits

Author SHA1 Message Date
Shubhamsaboo
4d6140cdb4 chore: enhance README files across multiple agent applications by adding links to free step-by-step tutorials, providing users with comprehensive guidance on building each agent from scratch. 2025-11-27 21:58:03 -08:00
Ashmin Dhungana
743e9ffe8d chore: pin dependencies and update LangChain import for compatibility
What it does
- Pins all core dependencies in `requirements.txt` to specific versions to ensure environment stability and prevent future breaking changes.
- Adds `langchain-text-splitters==1.0.0` and updates code to use the compatible import instead of the deprecated `langchain.text_splitter`.
- Ensures the app runs consistently across different environments and with the current versions of OpenAI and LangChain libraries.
2025-11-04 14:19:51 +05:45
ShubhamSaboo
ea3fe6913b Updated repo structure 2025-04-17 16:01:23 -05:00