-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ag2ai/package
chat example
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ AG2 (formally AutoGen) is an open-source programming framework for building AI a | |
The project is currently maintained by a [dynamic group of volunteers](MAINTAINERS.md) from several organizations. Contact project administrators Chi Wang and Qingyun Wu via [[email protected]](mailto:[email protected]) if you are interested in becoming a maintainer. | ||
|
||
|
||
![AutoGen Overview](https://github.com/ag2ai/ag2/blob/main/website/static/img/autogen_agentchat.png) | ||
![AutoGen Overview](./website/static/img/autogen_agentchat.png) | ||
|
||
|
||
|
||
|
@@ -191,7 +191,9 @@ python test/twoagent.py | |
|
||
After the repo is cloned. | ||
The figure below shows an example conversation flow with AG2. | ||
![Agent Chat Example](https://github.com/ag2ai/ag2/blob/main/website/static/img/chat_example.png) | ||
|
||
![Agent Chat Example](./website/static/img/chat_example.png) | ||
|
||
|
||
Alternatively, the [sample code](https://github.com/ag2ai/build-with-autogen/blob/main/samples/simple_chat.py) here allows a user to chat with an AG2 agent in ChatGPT style. | ||
Please find more [code examples](https://ag2ai.github.io/ag2/docs/Examples#automated-multi-agent-chat) for this feature. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.