Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| doc | 1 year ago | |
| samples/GettingStarted | 1 year ago | |
| src | 1 year ago | |
| test | 1 year ago | |
| README.md | 1 year ago | |
| jest.config.js | 1 year ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago | |
| tsconfig.json | 1 year ago | |
| typedoc.json | 1 year ago | |
This is the TypeScript implementation of the AutoGen framework.
Install dependencies:
npm install
The project uses TypeScript and can be built using:
npm run build
Run all tests:
npm test
Run specific test file(s):
npm test test/core/InProcessRuntime.test.ts
Run tests matching a pattern:
npm test -- -t "should not deliver to self"
Run tests in watch mode during development:
npm run test:watch
/src - Source code
/contracts - Interface definitions/core - Core implementation/test - Test files
/core - Core testsreflect-metadata for decorator supportThis 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