mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-12 15:31:21 +00:00
These changes allow for 2 important use-cases: 1. Add a span for tool calls which will enable tracing of all tool calls in agent_chat 2. Allow runtimes to pick up global `tracer_providers` if they are available. This is very helpful because it allows for nested teams/agent to all use the same tracer. --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
AutoGen Core
AutoGen core offers an easy way to quickly build event-driven, distributed, scalable, resilient AI agent systems. Agents are developed by using the Actor model. You can build and run your agent system locally and easily move to a distributed system in the cloud when you are ready.