polyfact / awesome-polyfact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PolyFact Library

PolyFact is an Open Source Library of LLM-based dev tool packages.

PolyFact helps devs with (1) an SDK to help build those packages, (2) sharing them by adding them to the open-source library, and (3) running and deploying them through our hosted API.

Usage

All the packages run with the PolyFact API and use the Node.js SDK to do so. This means you need to get an API Key here, and then export it or save it in your .env.

export POLYFACT_TOKEN=[YOUR_API_KEY]

Packages

  • console-ai: Use console.ai() to make your errors readable & understandable.
  • ai-docs: A set of functions to generate references, folder summaries and a getting started for a repository.
  • ai-tests: CLI to generate boilerplates for your unit tests.
  • ai-todo: CLI to generate TODOs and suggestions for your code.
  • code-vectorizer: Allows you to embed/vectorize an entire codebase.
  • simple-ai-agent: A very simple AI agent that can search wikipedia and perform calculations.
  • question-asker: Your AI teacher. Asks questions about physics that you have to answer.
  • dockerfile-ai-generator: Automatically generates a Dockerfile for a repository.

VS-Code extensions

  • talk-with-code: Turn your codebase into an interactive dialogue with this extension.

Chatbots

  • @Voice2Article: A telegram bot that transforms an audio recording of you rambling about a random subject into a complete blog article.

Boilerplates

About