Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

⚠️ Unmaintained since 2023. This repository belongs to Polyfact's former developer-tools product (later renamed Polyfire), which has been discontinued. Polyfact is now an AI-powered public affairs monitoring platform for France and the EU → https://www.polyfact.com

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

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors