Node.js client for the unofficial ChatGPT API.
 
 
Go to file
Philipp Burckhardt 6fdb56bf8a
Merge branch 'feature/hook-priorities' of https://github.com/transitive-bullshit/agentic into feature/hook-priorities
2023-06-23 19:21:10 -04:00
.github docs: update bug report template 2023-06-22 09:35:54 -04:00
.husky
docs docs: add Diffbot readme file 2023-06-14 11:44:28 -04:00
examples feat: move withHumanFeedback to a Task method 2023-06-18 11:02:55 -07:00
scratch feat: move withHumanFeedback to a Task method 2023-06-18 11:02:55 -07:00
src Merge branch 'feature/hook-priorities' of https://github.com/transitive-bullshit/agentic into feature/hook-priorities 2023-06-23 19:21:10 -04:00
test feat: improve JSON extraction 2023-06-21 14:33:15 -04:00
.editorconfig
.env.example
.eslintignore 🌱 2023-06-08 12:18:30 -07:00
.eslintrc docs: add TSDoc comments and resolve lint errors 2023-06-19 11:51:22 -04:00
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc.cjs
citation.cff docs: add citation file 2023-06-21 22:27:26 -04:00
license
package.json feat: switch zod-to-ts to zod-to-json-schema 2023-06-19 20:24:25 -04:00
pnpm-lock.yaml feat: switch zod-to-ts to zod-to-json-schema 2023-06-19 20:24:25 -04:00
readme.md docs: add instructions for running unit test(s) 2023-06-08 22:04:31 -04:00
tsconfig.json feat: add diffbot; refactor ky and services; add optional ky caching for tests 2023-06-13 01:09:26 -07:00
tsup.config.ts 🛎 2023-06-17 22:40:01 -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