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 support