Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Philipp Burckhardt 3cce379a2d
feat: add pre- and post-hooks and cause retries in feedback
PR-URL: #21
2023-06-16 19:05:07 -04:00
.github
.husky
docs
examples docs: send email upon completion in example 2023-06-16 15:43:32 -04:00
scratch feat: add pre- and post-hooks and cause retries in feedback 2023-06-16 12:58:52 -04:00
src feat: add before and after hook types 2023-06-16 17:24:32 -04:00
test feat: improve SerpAPI robustness 2023-06-16 00:23:04 -07:00
.editorconfig
.env.example
.eslintignore
.eslintrc
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc.cjs
license
package.json fix: change ava/prettier/eslint to run serially to guarantee more consistent CI test logs 2023-06-16 01:00:23 -07:00
pnpm-lock.yaml 👄 2023-06-16 00:38:14 -07: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

Agentic uses ava as its test runner. To just execute unit tests, run:

pnpm test:unit

To run a specific test, use the --match flag like so:

pnpm test:unit --match='name of the test'

Scratch

  • @agentic/core
    • Task, Agentic, logging, caching, types, constants
  • @agentic/human-feedback
  • @agentic/human-feedback-cli
  • @agentic/human-feedback-sms
  • @agentic/human-feedback-slack
  • @agentic/experimenation
  • @agentic/tools
  • @agentic/tools-serpapi
  • @agentic/tools-metaphor
  • @agentic/tools-browser
  • @agentic/tools-multion
  • @agentic/llms
  • @agentic/llms-openai
  • @agentic/llms-anthropic
  • @agentic/llms-huggingface
  • @agentic/agents
  • @agentic/cli

License

MIT © Travis Fischer