app like that
skeet
skeet

Skeet is a command-line AI tool for power users that converts natural language into Python commands or scripts. It works with any LLM provider via LLaMA, executing the generated commands and adjusting based on errors. Skeet supports custom configurations and handles dependencies using `uv`.

Features

LLM Integration

Supports any LLM provider available through LLM-LM, including OpenAI, Anthropic, Azure, local models, and more. Allows users to transform natural language instructions to precise command line instructions.

Error Handling and Retry Mechanism

Automatically analyzes commands and scripts based on the error output and retries, ensuring completion of the tasks.

Python Script Execution

Can execute Python scripts with access to third-party libraries without manual environment management. Uses "uv" for dependency management.

Rich Terminal Output

Provides rich terminal output with syntax highlighting for enhanced readability.