Changing URL; update description; removing v0.2 file (#3729)

This commit is contained in:
Eric Zhu
2024-10-09 15:54:35 -07:00
committed by GitHub
parent dd0d238b43
commit d7ae970c87
5 changed files with 12 additions and 48 deletions

View File

@@ -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.

View File

@@ -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 = [

View File

@@ -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