AGENTOPS_API_KEY = os.getenv("AGENTOPS_API_KEY")
agentops.init(api_key=AGENTOPS_API_KEY)
agentops.start_session(tags=["simple-example"])
async def main():
agent = Agent(
name="Assistant",
instructions="You only respond in haikus.",
)
result = await Runner.run(agent, "Tell me about recursion in programming.")
print(result.final_output)
->The dashboard initially renders all spans as expected. However, clicking on the last two spans triggers a client-side exception.
Contact Details
fenilfaldu143@gmail.com
π¦ Package Version
0.4.6
ποΈ Framework Version
Open AI Agents SDK
π Describe the Bug
Reproduction Script:
->The dashboard initially renders all spans as expected. However, clicking on the last two spans triggers a client-side exception.
π€ Contribution