Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer fdb4361379 🐵 2023-06-06 12:56:57 -07:00
.github
.husky
examples feat: add human feedback skeleton and couple Task to Agentic runtime 2023-06-06 12:56:57 -07:00
scratch feat: add human feedback skeleton and couple Task to Agentic runtime 2023-06-06 12:56:57 -07:00
src 🐵 2023-06-06 12:56:57 -07:00
test feat: add human feedback skeleton and couple Task to Agentic runtime 2023-06-06 12:56:57 -07:00
.editorconfig
.env.example
.eslintignore
.eslintrc
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc.cjs
license
package.json chore: bump dependencies 2023-06-04 12:08:39 -04:00
pnpm-lock.yaml chore: bump dependencies 2023-06-04 12:08:39 -04:00
readme.md
tsconfig.json
tsup.config.ts

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