Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| Checker.ts | 1 year ago | |
| CheckerAgent.ts | 1 year ago | |
| CountMessage.ts | 1 year ago | |
| CountUpdate.ts | 1 year ago | |
| Modifier.ts | 1 year ago | |
| ModifierAgent.ts | 1 year ago | |
| README.md | 1 year ago | |
| index.ts | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
| tsconfig.json | 1 year ago | |
This sample demonstrates a simple multi-agent interaction using the AutoGen TypeScript framework. It shows how to create agents that can communicate with each other through messages and coordinated actions.
The sample implements a counting sequence where:
CountMessage containing a numberCountUpdate with the new valueCountUpdate from the ModifierMake sure you have Node.js and npm installed
Install dependencies:
npm install
npm start
You should see output similar to this:
Counting complete!
This is a mirror of AutoGen from GitHub. AutoGen is a framework that enables the development of LLM applications using multiple agents that can converse with each other to solve tasks.
Python SVG Jupyter Notebook C# TSX other