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-10-05 13:07:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
python
/
packages
/
autogen-agentchat
/
tests
History
Jack Gerrits
cb1633b501
feat!: Add support for model family specification (
#4856
)
...
* Add support for model family specification * spelling mistake * lint, etc * fixes
2024-12-30 15:09:21 -05:00
..
test_assistant_agent.py
feat!: Add support for model family specification (
#4856
)
2024-12-30 15:09:21 -05:00
test_code_executor_agent.py
Move local code exec to ext, uplevel components (
#4557
)
2024-12-04 20:21:46 -08:00
test_group_chat.py
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (
#4857
)
2024-12-30 11:30:31 -08:00
test_magentic_one_group_chat.py
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (
#4857
)
2024-12-30 11:30:31 -08:00
test_sequential_routed_agent.py
Move grpc runtimes to ext, flatten application (
#4553
)
2024-12-04 16:23:20 -08:00
test_society_of_mind_agent.py
feat: add support for list of messages as team task input and update Society of Mind Agent (
#4500
)
2024-12-14 21:48:17 -08:00
test_termination_condition.py
Migrate model context and models modules out of components (
#4613
)
2024-12-09 10:00:08 -08:00
test_userproxy_agent.py
…
utils.py
…