Skip to content
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

Switch chatbot to use the langgraph Functional API #187

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

JoshuaC215
Copy link
Owner

Roughly following the example in https://langchain-ai.github.io/langgraph/how-tos/persistence-functional/

But sticking with the "messages" key to maintain API compatibility with the other agents.

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 68.08%. Comparing base (00e69b3) to head (ea319b6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/agents/chatbot.py 50.00% 6 Missing ⚠️
Files with missing lines Coverage Δ
src/agents/chatbot.py 57.14% <50.00%> (-12.86%) ⬇️
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JoshuaC215 JoshuaC215 merged commit 68a8703 into main Mar 12, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant