Installation
The CLI is included with the@qckfx/agent
package:
Quick Start
Get started quickly by initializing a project with default agents:Commands Overview
The qckfx CLI provides several key functionalities:- Project Initialization - Set up new projects with default agent configurations
- Agent Execution - Run agents with prompts and configurations
- Configuration Validation - Validate agent configuration files
- Session Management - Continue previous conversations
- Sub-agent Integration - Add sub-agents dynamically
Interactive Mode
If you run
qckfx
without a prompt, it will enter interactive mode and ask you to enter your prompt.Environment Variables
The CLI respects several environment variables:Variable | Description | Default |
---|---|---|
LLM_API_KEY | API key for your model provider | Required |
LLM_BASE_URL | Base URL for your model provider | Provider default |
You can override these environment variables using the
--api-key
and --url
command-line options.Next Steps
- qckfx Command - Detailed reference for the main command
- Configuration Validation - Validate agent configurations
- Session Management - Work with persistent sessions
- Sub-agents - Use sub-agent tools
- LiteLLM Setup - Set up LiteLLM proxy for model access