Dylan Hogg
Dylan Hogg
~~As a work around, I've found that swapping the order of calls so that opik_tracer is last seems to solve this issue, however not sure why. Happy for this issue...
Hi @Lothiraldan, yes both the subagents are configured with an OpikTracer and they are different instances (the agent definitions are in seperate Python files). The example_agent above is basically the...
Thanks @Lothiraldan. I believe that not tracing the root agent (with before|after_agent_callback) and only tracing the sub-agents may work, I'll test that today. Not sure how it will impact the...
Currently the LLM is used to generate associated concepts that are grounded on Wikipedia pages. So the current implementation doesn't do what you asked. To extend to any arbitrary text...