Hasty Briefsbeta

Show HN: qqqa – a fast, stateless LLM-powered assistant for your shell

17 days ago
  • #LLM
  • #Productivity
  • #CLI
  • qqqa is a CLI tool with two binaries: qq for quick questions and qa for quick agent tasks.
  • qqqa is stateless, ensuring each run is independent and reproducible, aligning with Unix philosophy.
  • qq is read-only and safe, while qa includes safety checks for file access and command execution.
  • Includes profiles for OpenAI and Groq, with Groq recommended for speed and cost efficiency.
  • Configuration is stored in ~/.qq/config.json, with options for providers, profiles, and API keys.
  • Supports streaming, ANSI formatting, and includes safety rails for file and command operations.
  • Prebuilt binaries available for macOS and Linux, with instructions for setup and initialization.
  • qa can read files, write files, or execute commands with user confirmation for safety.
  • Includes a command allowlist and blocks high-risk operations, with options to customize.
  • Project layout includes core modules, tools, and integration tests, with MIT licensing.