raymyers / tiny-type-agent

Minimal example of a safe Autonomous DevTool for nopilot.dev blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny-type-agent

Minimal example of a safe Autonomous DevTool for nopilot.dev blog

Running

python -m venv venv
source venv/bin/activate

pip install -r requirements.txt

python main.py <source_file> <mypy_command>

Example:

python main.py example true

About

Minimal example of a safe Autonomous DevTool for nopilot.dev blog

License:MIT License


Languages

Language:Python 100.0%