Incredible.dev is an AI Coding Co-worker which can code, fix, document, deploy, test your APIs. One agent to rule everything API.

Overview

Incredible.dev

Early Github preview, documentation and instruction to run coming soon in a week! Here are some highlights:

  • AI agents that can code, fix, document, test and deploy your API's.
  • Multi-agent system which works together achieve the objective.
  • Each agent can use its own models, the system currently supports upto 8 models, including Ollama, Mistral, OpenAI and Anthropic.
  • The goal is to train smaller models which perform one task at a time better than large models!
You might also like...
Fix the simple rust script as shown in README.md
Fix the simple rust script as shown in README.md

Rust Fix Me Steps Create a Github account. (If you already have one no issues) Star this repository. Fork this repository to your Github account. Clon

Fix broken crates instantly πŸƒπŸ½β€β™€οΈπŸ’¨

Patch-Crate patch-crate lets rust app developer instantly make and keep fixes to rust crate dependencies. It's a vital band-aid for those of us living

SA-MP client server list fix but written in Rust

Server List Fix This is a samp client server list fix, which reroutes the client's request to list.sa-mp.com to sam.markski.ar. The idea is originally

fas stand for Find all stuff and it's a go app that simplify the find command and allow you to easily search everything you nedd
fas stand for Find all stuff and it's a go app that simplify the find command and allow you to easily search everything you nedd

fas fas stands for Find all stuff and it's a rust app that simplify the find command and allow you to easily search everything you need. Note: current

Cargo subcommand `release`: everything about releasing a rust crate.

cargo release Features Ensure you are in a good state for release, including: Right branch Up-to-date with remote Clean tree Supports workspaces using

A port of everything to Rust πŸ¦€
A port of everything to Rust πŸ¦€

everything.rs Do you ever feel like washing your hands after a coding session, disgusted at having to use essential Unix utilities with not the tinies

A Rust command that prettifies the ugly `cargo test` output into a beautiful one.
A Rust command that prettifies the ugly `cargo test` output into a beautiful one.

Cargo Pretty Test ✨ A Rust command-line tool that prettifies the ugly cargo test output into a beautiful output. This crate can be also used as a libr

A CLI tool which can help you automatically kill process of your choice. Useful for freeing up memory and CPU usage!
A CLI tool which can help you automatically kill process of your choice. Useful for freeing up memory and CPU usage!

Quickiller There are always programs such as chrome that keep eating up your resources even when closed! The only way to prevent this is to kill all o

A Command-line tool to create, manage and deploy your python projects

PPM A Command-line tool to create, manage and deploy your python projects Table of Contents PPM Main Features Create a Project project.ini file Projec

Comments
  • Unable to create tasks, subtasks and questions with Anthropic Claude model

    Unable to create tasks, subtasks and questions with Anthropic Claude model

    Getting this error while using Anthropic Cluade to generate tasks and concept questions.

    there is no "system" role for input messages in the Messages API.

    bug 
    opened by hackintoshrao 1
  • Adding separate dockerfiles for each service

    Adding separate dockerfiles for each service

    The issue with one Dockerfile for all service is that it makes it hard to individually build any one of the service. Hence introducing Dockerfile of its own for each service.

    opened by hackintoshrao 0
  • Adding state to Code understanding agent

    Adding state to Code understanding agent

    Experimenting with the Code understanding is painful, and also it burns Claude's credits through the roof on each run. This PR allows you to store the exchange state in Redis, where you can replay the past data used for LLM calls and their results for a given task or question id to accelerate experimenting with new ideas without waiting for LLM operations every time and burning credits through the roof.

    opened by hackintoshrao 0
  • Migrating to new AI Gateway

    Migrating to new AI Gateway

    • Modifying the Configuration in coordinator and code-understanding.
    • Introducing RWlock for the global config.
    • Modifying the existing way of passing the Config through the API layer and make use of global config.
    opened by hackintoshrao 0
Owner
Incredible
Empowering you to create Incredible coding videos with ease.
Incredible
ABQ is a universal test runner that runs test suites in parallel. It’s the best tool for splitting test suites into parallel jobs locally or on CI

?? abq.build   ?? @rwx_research   ?? discord   ?? documentation ABQ is a universal test runner that runs test suites in parallel. It’s the best tool f

RWX 13 Apr 7, 2023
Eslint - Find and fix problems in your JavaScript code.

ESLint Website | Configuring | Rules | Contributing | Reporting Bugs | Code of Conduct | Twitter | Mailing List | Chat Room ESLint is a tool for ident

ESLint 22k Jan 9, 2023
Local-first task manager/bug tracker that stores everything right in the git repository and can sync issues from/to GitHub.

git-task Local-first task manager/bug tracker within your git repository which can import issues from GitHub. Installation Build a binary, then add it

null 15 Sep 28, 2024
A super simple /sbin/init for Linux which allows running one and only one program

Summary High-performance /sbin/init program for Linux This is designed to do literally nothing but accept binaries over the network and run them as a

null 19 Dec 4, 2023
πŸ”£ nerdfix helps you to find/fix obsolete Nerd Font icons in your project.

?? nerdfix nerdfix helps you to find/fix obsolete Nerd Font icons in your project. ?? Why Nerd Fonts is used in many projects for a beautiful UI. It p

Loi Chyan 80 Apr 8, 2023
Coppers is a custom test harnass for Rust that measures the energy usage of your test suite.

Coppers Coppers is a test harness for Rust that can measure the evolution of power consumptions of a Rust program between different versions with the

Thijs Raymakers 175 Dec 4, 2022
on-screen keyboard display for your coding streams.

⌨ OSKD (On-screen key display) OSKD is an on-screen keyboard display that can be used during streams. It provides an intuitive and easy-to-use interfa

Sammwy 46 May 6, 2023
Code examples for https://www.poor.dev/blog/terminal-anatomy/

This repository contains examples from the Anatomy of a Terminal Emulator blog post. Each folder contains a separate example and can be run separately

Aram Drevekenin 28 Dec 7, 2022
Mini Rust CLI to deploy sites to Netlify using their API

This is a Rust CLI that uses the Netlify API to deploy sites.

Benjamin Lannon 10 May 12, 2022
fixred is a command line utility to fix outdated links in files with redirect URLs.

fixred fixred is a command line utility to fix outdated links in files with redirect URLs. Installation fixred is installed via cargo package manager.

Linda_pp 35 Aug 6, 2022