Quick Completions
Get AI responses without writing any code - pipe input, get output
The llmist CLI brings the power of AI agents directly to your terminal. Run completions, interactive agents with tools, generate images and speech, and create powerful automation workflows - all from the command line.
Quick Completions
Get AI responses without writing any code - pipe input, get output
Interactive Agents
Run agents with gadgets (tools) in an interactive TUI
Automation
Build powerful pipelines with stdin/stdout integration
Custom Commands
Define reusable commands in TOML configuration
# Simple completionbunx @llmist/cli complete "What is the capital of France?"
# Interactive agent (TUI activates automatically in terminals)bunx @llmist/cli agent "Help me organize my project"
# Generate an imagebunx @llmist/cli image "A sunset over mountains" -o sunset.png
# Custom command from configbunx @llmist/cli code-review ./src/main.ts# Simple completionnpx @llmist/cli complete "What is the capital of France?"
# Interactive agent (TUI activates automatically in terminals)npx @llmist/cli agent "Help me organize my project"
# Generate an imagenpx @llmist/cli image "A sunset over mountains" -o sunset.png
# Custom command from confignpx @llmist/cli code-review ./src/main.ts