mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Changing URL; update description; removing v0.2 file (#3729)
This commit is contained in:
@@ -1 +1,9 @@
|
||||
# autogen-agentchat
|
||||
# AutoGen AgentChat
|
||||
|
||||
- [Documentation](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/index.html)
|
||||
|
||||
## Package structure
|
||||
|
||||
- `agents` are the building blocks for creating agents and built-in agents.
|
||||
- `teams` are the building blocks for creating teams of agents and built-in teams, such as group chats.
|
||||
- `logging` contains logging utilities.
|
||||
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||
name = "autogen-agentchat"
|
||||
version = "0.4.0dev0"
|
||||
license = {file = "LICENSE-CODE"}
|
||||
description = "AutoGen agent and group chat library"
|
||||
description = "AutoGen agents and teams library"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
classifiers = [
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# AutoGen Core
|
||||
|
||||
- [Documentation](http://microsoft.github.io/autogen)
|
||||
- [Examples](https://github.com/microsoft/autogen/tree/main/python/packages/autogen-core/samples)
|
||||
- [Documentation](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/index.html)
|
||||
|
||||
## Package layering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user