Is there a way to connect phidata agents to tracing platforms like Langsmith. I want to see a detailed view of tool calls, reasonings and outputs. How can I trace my agents?
Thanks in advance!
Is there a way to connect phidata agents to tracing platforms like Langsmith. I want to see a detailed view of tool calls, reasonings and outputs. How can I trace my agents?
Thanks in advance!
enable debug mode and show tools calls in agent function
Hi @enes
Thank you for reaching out and using Phidata! I’ve tagged the relevant engineers to assist you with your query. We aim to respond within 24 hours.
If this is urgent, please feel free to let us know, and we’ll do our best to prioritize it.
Thanks for your patience!
@enes we don’t support connecting to Langsmith at the moment but we do support tracing with Phidata. You can add
show_tool_calls=True
debug_mode=True
to your agent config to see detailed view of tool calls
Hey, thats great!
But is there any ETA if you ever would support tracing framework like langsmith?
This is not planned unfortunately.