Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Philipp Burckhardt 81eb5f4594
feat: add sleep util
2023-06-06 21:03:39 -04:00
.github
.husky
examples feat: add Task.callWithMetadata 2023-06-06 15:27:03 -07:00
scratch Merge branch 'main' of https://github.com/transitive-bullshit/agentic 2023-06-06 21:01:12 -04:00
src feat: add sleep util 2023-06-06 21:03:39 -04: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 feat: exploring potential declarative api designs 2023-06-03 13:00:31 -07:00
.gitattributes
.gitignore chore: ignore editor workspace files 2023-06-06 21:02:19 -04:00
.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 feat: add Task.callWithMetadata 2023-06-06 15:27:03 -07:00
tsconfig.json feat: exploring potential declarative api designs 2023-06-03 13:00:31 -07:00
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

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