Skip to content

Commit

Permalink
Changing URL; update description; removing v0.2 file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Oct 9, 2024
1 parent f674f2c commit ec7e151
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 48 deletions.
43 changes: 0 additions & 43 deletions CONTRIBUTORS.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# AutoGen

> [!IMPORTANT]
> AutoGen 0.4 is a from-the-ground-up rewrite of AutoGen. Learn more about the history, goals and future at [this blog post](https://microsoft.github.io/autogen/blog). We’re excited to work with the community to gather feedback, refine, and improve the project before we officially release 0.4. This is a big change, so AutoGen 0.2 is still available, maintained, and developed in the [0.2 branch](https://github.com/microsoft/autogen/tree/0.2).
> [AutoGen 0.4](https://microsoft.github.io/autogen/dev) is a from-the-ground-up rewrite of AutoGen. Learn more about the history, goals and future at [this blog post](https://microsoft.github.io/autogen/blog). We’re excited to work with the community to gather feedback, refine, and improve the project before we officially release 0.4. This is a big change, so AutoGen 0.2 is still available, maintained, and developed in the [0.2 branch](https://github.com/microsoft/autogen/tree/0.2).
AutoGen is an open-source framework for building AI agent systems.
It simplifies the creation of event-driven, distributed, scalable, and resilient agentic applications.
Expand Down
10 changes: 9 additions & 1 deletion python/packages/autogen-agentchat/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion python/packages/autogen-agentchat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
3 changes: 1 addition & 2 deletions python/packages/autogen-core/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ec7e151

Please sign in to comment.