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-05 07:12:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
python
/
packages
/
autogen-agentchat
/
src
/
autogen_agentchat
/
base
History
Eric Zhu
5ee2190e00
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (
#4857
)
2024-12-30 11:30:31 -08:00
..
__init__.py
Move handoff to base in agentchat (
#4509
)
2024-12-03 14:34:55 -08:00
_chat_agent.py
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (
#4857
)
2024-12-30 11:30:31 -08:00
_handoff.py
Add models.openai and tools.langchain namespaces (
#4601
)
2024-12-09 19:18:09 -08:00
_task.py
Refine types in agentchat (
#4802
)
2024-12-23 16:10:46 -08:00
_team.py
Load and Save state in AgentChat (
#4436
)
2024-12-04 16:14:41 -08:00
_termination.py
Define AgentEvent, rename tool call messages to events. (
#4750
)
2024-12-18 14:09:19 -08:00