mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-21 00:55:22 -04:00
Prioritized Features #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eyurtsev on GitHub (Oct 20, 2023).
Originally assigned to: @eyurtsev on GitHub.
Updated 2023-11-16:
CI:
@robertoshimizu commented on GitHub (Oct 28, 2023):
@eyurtsev , great work in developing langserve. I just noticed that the way the API is implemented, I have lost the ability to debug the endpoints, when I want for example to inspect what a given endpoint is receiving from the client.
The
add_routesmethod seems to only mount the endpoints, but I have not found other location that I could insert a debug breakpoint and run in debug mode to watch the API steps all the way down. Does it makes sense my observation, or I should be looking elsewhere. If my observation is valid, please consider giving the developers some entry point to debug the api flow. Cheers.@eyurtsev commented on GitHub (Oct 30, 2023):
@robertoshimizu thanks for trying it out. Could you tell me how you'd ideally be able to debug? Or what thing you wanted to debug and couldn't?
Is the issue specifically langserve or is it debugging a regular runnable?