mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add description of each example for team one (#569)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""This example demonstrates a human user interacting with a coder agent and a executor agent
|
||||
to generate and execute code snippets. The user and the agents take turn sequentially
|
||||
to write input, generate code snippets and execute them, orchestrated by an
|
||||
round-robin orchestrator agent. The code snippets are executed inside a docker container.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
|
||||
Reference in New Issue
Block a user