mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-01 09:41:20 +00:00
* Move agents to a subdir * Add placeholder for example team * Move messages to a common file * Add rounrobin orchestrator + reflex agents * Fix import errors * Clean up commented code * Fix formatting errors * Fix a linting error * Fix formatting errors
7 lines
135 B
Python
7 lines
135 B
Python
"""
|
|
A team that use multiple agents including, coder and file_surfer
|
|
to solve tasks.
|
|
"""
|
|
|
|
# TODO: Add code here to implement the team.
|