-
Notifications
You must be signed in to change notification settings - Fork 6k
[Bug]: Agents based on BaseWorkflowAgent
don't produce Agent
events.
#18776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The issue you're encountering seems to be related to the In your setup, it appears that the To address this, you might want to check if there are any updates or changes in the library's documentation or codebase that specifically mention modifications to event handling in the 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 |
Ah yea, i did not transition these events into the newer agents. Mostly because
But if its helpful, I can probably pull those older instrumentation events back in |
Ah, got it. I thought it was a bug because I was getting some events (the LLM ones) but not the tool calls. Feel free to close it if the older events are meant to be deprecated |
@logan-markewich can you clarify? |
@stdweird works fine for me in arize? |
Bug Description
Maybe I am misunderstanding https://docs.llamaindex.ai/en/stable/module_guides/observability/instrumentation/ but I was expecting the agent classes (https://docs.llamaindex.ai/en/stable/api_reference/agent/) to produce events like
AgentToolCallEvent
.It seems that the legacy? agent implementations were supposed to produce those:
llama_index/llama-index-core/llama_index/core/agent/react/step.py
Lines 296 to 300 in c09c6ae
Version
0.12.36
Steps to Reproduce
Relevant Logs/Tracbacks
The text was updated successfully, but these errors were encountered: