fliiq run
Run a single-shot agent task.| Option | Default | Description |
|---|---|---|
--mode | supervised | Execution mode |
--provider | auto | LLM provider to use |
--model, -m | provider default | Model alias or full model ID |
--persona | auto-detect | Activate a persona/playbook (e.g. product-manager, frontend, coding) |
--show-browser | off | Show browser window during web_navigate (headless by default) |
fliiq plan
Shortcut forfliiq run --mode plan.
fliiq (REPL)
Start an interactive REPL session. This is the default command when no subcommand is given.| Option | Default | Description |
|---|---|---|
--mode | autonomous | Starting execution mode |
--provider | auto | LLM provider to use |
--model, -m | provider default | Model alias or full model ID |
--persona | auto-detect | Activate a persona/playbook for the session |
--show-browser | off | Show browser window during web_navigate |
fliiq tui
Start a full-screen TUI session.| Option | Default | Description |
|---|---|---|
--mode | autonomous | Starting execution mode |
--provider | auto | LLM provider to use |
--model, -m | provider default | Model alias or full model ID |
--persona | auto-detect | Activate a persona/playbook for the session |
--show-browser | off | Show browser window during web_navigate |
fliiq init
Initialize Fliiq configuration.| Option | Description |
|---|---|
| (none) | Creates ~/.fliiq/ with .env template |
--project | Creates .fliiq/ in current directory with SOUL.md, playbooks, mcp.json |
fliiq doctor
Verify your setup.fliiq models
Show available model aliases.~/.fliiq/models.yaml — both built-in and custom. See Model Selection for details on adding custom aliases.
fliiq skill-list
List all available skills with their source.core or local), and description.
fliiq skill-promote
Promote a local skill to core..fliiq/skills/<name>/ to skills/core/<name>/. Validates all 3 files exist.
fliiq soul
Manage agent identity.fliiq playbook
Manage domain playbooks.fliiq mcp
Manage MCP server connections.fliiq google
Manage Google account authorization.fliiq telegram
Manage Telegram bot setup.fliiq daemon
Manage the background daemon.fliiq job
Manage scheduled jobs.fliiq audit
Browse and inspect agent audit trails. Every run — REPL, TUI, single-shot, or scheduled job — produces an audit trail capturing model, token usage, tool calls, and timing.| Option | Default | Description |
|---|---|---|
-n, --limit | 20 | Number of recent audit trails to show |