Find answers from the community

Updated 3 months ago

Thoughts

Hello everyone! Is there any callback handler or manager to access internal toughts of the agent? I cant find a solution.. does the managers from langchain works?
L
B
6 comments
Oh hey, I just tweeted an example for this.

It's easiest if you just use the lower level agent api

https://x.com/LoganMarkewich/status/1783236405751099763
Mmmm I cant figure out how would this work in the context of a chatbot. Im simply running agent.stream_chat. This looks like the ideal if you want to go step by step like you did in a google colab
Basically what's in the notebook is what agent.stream_chat does for you
It's still a chatbot -- you've just exposed the "under the hood" bits
There's a stream_step function FYI to get streaming
Add a reply
Sign up and join the conversation on Discord