chatgpt-api/legacy
Philipp Burckhardt eef5f88c29 refactor: extend event emitter in agentic and task class 2023-07-05 13:57:45 -04:00
..
.github
.husky
docs fix: CI and turbo BS 2023-06-29 12:03:39 -07:00
examples feat: improve type safety for event emitting 2023-06-30 10:41:31 -04:00
packages/core refactor: extend event emitter in agentic and task class 2023-07-05 13:57:45 -04:00
scratch
.editorconfig
.eslintignore
.eslintrc fix: CI and turbo BS 2023-06-29 12:03:39 -07:00
.gitattributes
.gitignore feat: WIP refactor monorepo to packages and turbo 2023-06-29 12:03:39 -07:00
.npmrc
.prettierignore
.prettierrc.cjs
ava.config.cjs fix: CI and turbo BS 2023-06-29 12:03:39 -07:00
citation.cff
license
package.json Revert "chore: add eventemitter3 and remove unused deps" 2023-07-05 13:56:10 -04:00
pnpm-lock.yaml Revert "chore: add eventemitter3 and remove unused deps" 2023-07-05 13:56:10 -04:00
pnpm-workspace.yaml feat: WIP refactor monorepo to packages and turbo 2023-06-29 12:03:39 -07:00
readme.md 🕌 2023-06-29 12:03:39 -07:00
tsconfig.json fix: CI and turbo BS 2023-06-29 12:03:39 -07:00
turbo.json 🚾 2023-06-29 12:03:39 -07:00
typedoc.json feat: WIP refactor monorepo to packages and turbo 2023-06-29 12:03:39 -07:00

readme.md

Agentic

TODO

@agentic/core npm package Build Status MIT License Prettier Code Formatting

Intro

TODO

Development

pnpm install

Environment

cp .env.example .env

Required

  • OPENAI_API_KEY - OpenAI API key.
  • REDIS_URL_TEST - Redis server URL used for caching third-party API calls during testing.

Optional

Local Testing

Ensure you have REDIS_URL_TEST set to a valid redis connection URL.

pnpm test

License

MIT © Travis Fischer