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.
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]
- console-ai: use console.ai() to make your errors readable & understandable.
- ai-docs: set of functions to generate references, folder summaries and a getting started for a repository.
- ai-tests: CLI to generate boilerplate for your unit tests.
- code-vectorizer: Allow to embed/vectorize an entire codebase.
- simple-ai-agent: A very simple AI agent that can search on wikipedia and perform calculations.
- question-asker: Your AI teacher. Asks questions about physics that you have to answer.
- dockerfile-ai-generator: Automatically generate a Dockerfile for a repository
- talk-with-code: Turn your codebase into an interactive dialogue with this extension.
- @Voice2Article: A telegram bot that transform an audio recording of you rambling about a random subject into a complete blog articles.