chatgpt-api/legacy
Philipp Burckhardt 4ef96d4db7 chore: bump deps
PR https://github.com/StefanTerdell/zod-to-json-schema/pull/79 ensures a
set array length is correctly translated into the generated JSON schema.
2023-07-11 11:54:28 -04:00
..
.github docs: update bug report template 2023-06-22 09:35:54 -04:00
.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 chore: bump deps 2023-07-11 11:54:28 -04:00
scratch feat: rename selectN to multiselect and selectOne to select 2023-06-23 15:19:36 -07:00
.editorconfig
.eslintignore docs: add Nextra docs site skeleton 2023-06-25 01:17:20 -04:00
.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 docs: add citation file 2023-06-21 22:27:26 -04:00
license
package.json chore: bump deps and pin prettier until sort plugin supports v3 2023-07-10 11:34:06 -04:00
pnpm-lock.yaml chore: bump deps 2023-07-11 11:54:28 -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