kyegomez/the-compiler
Seed, Code, Harvest: Grow Your Own App with Tree of Thoughts!
The Compiler helps software developers rapidly create new applications. You provide a high-level description of the program you want, and it outputs working code and corresponding unit tests. This tool is for any developer who wants to accelerate their coding workflow by automating the initial generation of code from a simple idea.
145 stars. No commits in the last 6 months. Available on PyPI.
Use this if you want to quickly generate functional code and unit tests from a plain language description.
Not ideal if you need a visual drag-and-drop interface for application building or are not comfortable working with Python code.
Stars
145
Forks
16
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 27, 2023
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/kyegomez/the-compiler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyegomez/tree-of-thoughts
Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large...
spcl/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 🍓
habedi/cogitator
A Python toolkit for chain-of-thought prompting 🐍
amazon-science/auto-cot
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models"...