Node.js client for the unofficial ChatGPT API.
 
 
Go to file
Travis Fischer 4f3c9edff4 📙 2023-06-29 12:03:39 -07:00
.github docs: update bug report template 2023-06-22 09:35:54 -04:00
.husky feat: init 2023-04-25 13:47:18 -07:00
docs 🏍 2023-06-29 12:03:39 -07:00
examples feat: refactor human feedback to change results 2023-06-28 18:42:00 -04:00
packages/core 🏍 2023-06-29 12:03:39 -07:00
scratch feat: rename selectN to multiselect and selectOne to select 2023-06-23 15:19:36 -07:00
.editorconfig feat: add .editorconfig 2023-06-01 10:22:43 -04:00
.eslintignore docs: add Nextra docs site skeleton 2023-06-25 01:17:20 -04:00
.eslintrc 🏍 2023-06-29 12:03:39 -07:00
.gitattributes feat: add .gitattributes 2023-06-02 10:06:15 -04:00
.gitignore feat: WIP refactor monorepo to packages and turbo 2023-06-29 12:03:39 -07:00
.npmrc feat: init 2023-04-25 13:47:18 -07:00
.prettierignore feat: init 2023-04-25 13:47:18 -07:00
.prettierrc.cjs feat: init 2023-04-25 13:47:18 -07:00
citation.cff docs: add citation file 2023-06-21 22:27:26 -04:00
license feat: init 2023-04-25 13:47:18 -07:00
package.json 🏍 2023-06-29 12:03:39 -07:00
pnpm-lock.yaml 📙 2023-06-29 12:03:39 -07:00
pnpm-workspace.yaml feat: WIP refactor monorepo to packages and turbo 2023-06-29 12:03:39 -07:00
readme.md docs: add instructions for running unit test(s) 2023-06-08 22:04:31 -04: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

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