-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7622ee
commit d0a67ab
Showing
2 changed files
with
9 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Code-First Examples | ||
|
||
This folder contains code-first examples for `Agent-Chatroom` use cases, where you define agents in code first, then host and interact with them in a chatroom. | ||
|
||
## AutoGen.Net Examples | ||
- [hello-world](./dotnet/hello-world): add a hello-world-agent to chatroom | ||
- [weather-agent](./dotnet/weather-agent): add a weather-report agent to chatroom | ||
- [agent-chatroom-release-room](./dotnet/gh-release-note-room): use github issue helper and gpt-4o to write release note for agent-chatroom project |