forked from autogenhub/autogen
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
89 changed files
with
949 additions
and
3,229 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 |
---|---|---|
@@ -1,11 +1,5 @@ | ||
FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0 | ||
FROM mcr.microsoft.com/devcontainers/dotnet:8.0 | ||
# Install the xz-utils package | ||
RUN apt-get update && apt-get install -y xz-utils ca-certificates curl gnupg | ||
|
||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash | ||
|
||
RUN curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | \ | ||
sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && \ | ||
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | \ | ||
sudo tee /etc/apt/sources.list.d/ngrok.list && \ | ||
sudo apt update && sudo apt install ngrok | ||
RUN curl -fsSL https://aka.ms/install-azd.sh | bash |
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 |
---|---|---|
@@ -1 +1,78 @@ | ||
![](/docs/images/github-sk-dev-team.png) | ||
![](/docs/images/github-sk-dev-team.png) | ||
|
||
# How does the event flow look like? | ||
|
||
|
||
### Hubber agent handles: | ||
``` | ||
NewAsk | ||
-> create PM issue | ||
-> create DevLead issue | ||
-> create a branch | ||
``` | ||
``` | ||
ReadmeGenerated | ||
-> post comment | ||
``` | ||
``` | ||
DevPlanGenerated | ||
-> post comment | ||
``` | ||
``` | ||
DevPlanFinished | ||
-> for each step, create Dev issue | ||
``` | ||
``` | ||
CodeGenerated | ||
-> post comment | ||
``` | ||
``` | ||
ReadmeFinished | ||
-> commit to branch | ||
``` | ||
``` | ||
SandboxRunFinished | ||
-> commit to branch | ||
``` | ||
|
||
### AzureOps agent handles: | ||
``` | ||
ReadmeChainClosed | ||
-> store | ||
-> ReadmeStored | ||
``` | ||
``` | ||
CodeChainClosed | ||
-> store | ||
-> run in sandbox | ||
``` | ||
|
||
### PM agent handles: | ||
``` | ||
ReadmeRequested | ||
-> ReadmeGenerated | ||
``` | ||
``` | ||
ChainClosed | ||
-> ReadmeFinished | ||
``` | ||
|
||
### DevLead agent handles: | ||
``` | ||
DevPlanRequested | ||
-> DevPlanGenerated | ||
``` | ||
``` | ||
ChainClosed | ||
-> DevPlanFinished | ||
``` | ||
|
||
### Dev handles: | ||
``` | ||
CodeGenerationRequested | ||
-> CodeGenerated | ||
``` | ||
``` | ||
ChainClosed | ||
-> CodeFinished | ||
``` |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.