Quick Start
Get started quickly with heretic-cli to set up and run your first AI-powered workflow
heretic-cli
The heretic-cli is the primary tool for setting up and managing your Heretic environment. It handles installation, configuration, Docker image management, and running workflows locally.
Install and initialize with a single command:
npx heretic-cli init
This will scaffold the configuration files, pull Docker images, and prepare your environment.
For detailed CLI documentation, see:
- heretic-cli Overview - Full CLI reference
- Installation - Setup and system requirements
- Commands - All available commands
- Configuration - Workflow and agent configuration
Heretic Orchestration
The Heretic orchestration system is the engine that runs your AI-powered workflows. It connects your Kanban board, orchestrator service, and AI agent containers into a unified pipeline.
Key concepts:
- Workflows define how tasks flow through your development pipeline
- Docker Images package AI agents with all their tools and dependencies
- Kanban Integration provides the interface between humans and AI agents
For a deeper dive into the orchestration system:
- Heretic Overview - System architecture and concepts
- Docker Images - Building and running agent containers
- FAQ - Common questions and answers
Ready to Go
With heretic-cli installed, you can start automating your development workflow. Create a task card on your Kanban board and watch the AI agent process it automatically.