Agentic AI - Agent Observability
Given this code snippet tracing an agent's reasoning chain:
What will the output of
trace = agent.start_trace()
result = agent.run('Calculate sum of 2 and 3')
print(trace.get_steps())What will the output of
trace.get_steps() most likely show?