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-17 21:21:23 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
autogen
/
python
/
packages
/
autogen-core
History
Jack Gerrits
190fcd15ed
fix!: Fix SingleThreadedAgentRuntime busy loop (
#4855
)
...
* Fix high cpu usage * Use queue for shutdown * mypy fixes * formatting * missing import
2024-12-30 15:04:20 -05:00
..
docs
Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] (
#4857
)
2024-12-30 11:30:31 -08:00
samples
use model context for assistant agent, refactor model context (
#4681
)
2024-12-19 22:27:41 -08:00
src
/autogen_core
fix!: Fix SingleThreadedAgentRuntime busy loop (
#4855
)
2024-12-30 15:04:20 -05:00
tests
fix!: Fix SingleThreadedAgentRuntime busy loop (
#4855
)
2024-12-30 15:04:20 -05:00
.gitignore
…
LICENSE-CODE
…
pyproject.toml
dev12 (
#4839
)
2024-12-27 11:49:12 -08:00
README.md
Update references in docs (
#4590
)
2024-12-06 01:59:28 -08:00
README.md
AutoGen Core
Documentation