-
Notifications
You must be signed in to change notification settings - Fork 3
Fix langgraph version in the agentic demo notebook #471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix langgraph version in the agentic demo notebook #471
Conversation
|
Merging this PR should fix the dependency failures: #470 |
|
@AnilSorathiya Before you merge, I think the "AI Agent Evaluation Metrics > Execution Layer" is missing the scorer/score assignment for EditI see we're actually missing that test entirely. I've added it (and a section for the metric score in the working new version of the notebook) in my WIP branch here:
When I have the PR up for review someone will need to confirm the test does what we want it to do as I'm not the expert there. |
PR SummaryThis PR introduces several changes aimed at refining the banking-related notebooks and test datasets, along with minor code style improvements in the test loading module. Notable changes include:
The overall functional changes focus on refining the test cases, clarifying output expectations of the LLM-driven banking responses, and ensuring that dependency versions are strictly managed for predictable behavior during agent execution. Test Suggestions
|
@validbeck |
Pull Request Description
What and why?
We don't have hard dependancy of langgraph library. Only this notebook uses to build an agent.
langgraphlib with version in the lib.How to test
Run the notebook
What needs special review?
Dependencies, breaking changes, and deployment notes
Release notes
Checklist