Skip to content

Commit

Permalink
Merge pull request #8 from ag2ai/package
Browse files Browse the repository at this point in the history
chat example
  • Loading branch information
qingyun-wu authored Nov 12, 2024
2 parents 0acd076 + b263207 commit f39ea25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down Expand Up @@ -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.
Expand Down
Binary file modified website/static/img/chat_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f39ea25

Please sign in to comment.