Agent Execution Steps while using Langflow API #6837
Replies: 1 comment
-
|
Hello, @raprajapati1208! I'm here to help you with any issues or questions you have. Just let me know how I can assist you! Langflow's API does provide a built-in feature to track and expose the execution steps of agents and sub-agents. This is achieved through the Additionally, Langflow's API handles agent execution and logging of actions by emitting tokenized responses through a socket service. It logs the action's thought process and sends it as a stream of tokens, which can be displayed to end-users [2]. For more detailed logging or tracing, you can integrate Langflow with Langfuse, which provides detailed production traces and insights into quality, cost, and latency [3]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
I am building a flow which has agents having access to sub-agents which use different tools to execute its task. I will be using the API to run the flow.
I want my end-users to see what actions/steps the agent takes to complete the task just like we can see in the Playground. For example, Steps like Executing Agent_1, Executing Tool 1. Is this possible?
Regards,
Ranjan
Beta Was this translation helpful? Give feedback.
All reactions