Just wanted to make folks aware of a new integration:
This integration automatically captures agent interactions, tool usage, reasoning steps, and multi-agent conversations, giving you complete visibility into your Agno applications. Monitor performance, debug issues, and evaluate agent behavior in real-time as your agents execute complex workflows and collaborate in teams.
I’ve tried setting up the integration, which works for seeing info in Arize. However, now my AgentOS chat no longer works. It streams session answers correctly, but then at the end, it hits an error. This is the traceback:
[INFO] HTTP Request: POST https://os-api.agno.com/telemetry/runs "HTTP/1.1 201 Created"
DEBUG *********************** Agent Run End: 13b16fea-83b6-473e-a81a-3478f3aef7e4 ************************
Traceback (most recent call last):
File "/Users/XXX/XXX/XXX/.venv/lib/python3.11/site-packages/agno/os/router.py", line 228, in agent_response_streamer
async for run_response_chunk in run_response:
File "/Users/XXX/XXX/XXX/.venv/lib/python3.11/site-packages/openinference/instrumentation/agno/_wrappers.py", line 412, in arun_stream
run_response = agent.get_last_run_output(session_id=session_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/XXX/XXX/XXX/.venv/lib/python3.11/site-packages/agno/agent/agent.py", line 4343, in get_last_run_output
agent_session = self.get_session(session_id=session_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: No session_id provided
Hi @ameya, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.If it’s urgent, please let us know. We appreciate your patience!
This seems to be an issue with our OpenInference integration. The team is aware about it and we’ve scheduled work fix this as it’s impact stretches further than just Arize. So it’s a high priority on our end.
We appreciate the patience on this issue - please keep an eye on our changelogs for any mention of fixes regarding OpenInference. We’ll also post here once the fix has been implemented.
A fix has been released very recently. Please update to the latest Agno version and test to see if your issue has been resolved.
If you run into any further problems - please log a new post so we can easier track the issue. Feel free to tag be and @WillemdeJongh1 on it, so that we can support ASAP.