Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 429 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 429 Bytes

Botisan Framework

An opinionated agent-based LLM chatbot framework written in TypeScript.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

License

MIT