This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
autogen
Watch
1
Star
0
Fork
0
You've already forked autogen
mirror of
https://github.com/microsoft/autogen.git
synced
2025-08-18 21:52:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
python
/
packages
/
autogen-agentchat
/
src
/
autogen_agentchat
/
base
/
_team.py
8 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Refactor agentchat +implement base chat agent run method (#3913)
2024-10-24 05:36:33 -07:00
from
typing
import
Protocol
AgentChat streaming API (#4015)
2024-11-01 04:12:43 -07:00
from
.
_task
import
TaskRunner
Refactor agentchat +implement base chat agent run method (#3913)
2024-10-24 05:36:33 -07:00
class
Team
(
TaskRunner
,
Protocol
)
:
AgentChat streaming API (#4015)
2024-11-01 04:12:43 -07:00
pass
Reference in New Issue
Copy Permalink