Add description of each example for team one (#569)

This commit is contained in:
Eric Zhu
2024-09-18 17:16:54 -07:00
committed by GitHub
parent 7b989c3ad6
commit f5a13627e2
6 changed files with 31 additions and 1 deletions

View File

@@ -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