InnovaticInnovaticDocs
Features

Parallel Agents

Run multiple AI agents simultaneously, each on a different task, each in complete isolation.

Instead of waiting for one agent to finish before starting the next, Innovatic lets you launch several at once. Each agent works independently — no interference, no waiting. You orchestrate; they execute.

Think of it as being the conductor of an orchestra. You don't play every instrument — you set the direction and coordinate the ensemble. The agents handle the execution.

Innovatic is currently in alpha. Parallel agents are functional but the experience is still evolving. Your feedback directly shapes what gets built next.

How it works

Each agent you launch gets its own isolated workspace — a dedicated branch and working directory, completely separate from every other agent. They share the git history, but nothing else.

  • Complete isolation — agents cannot overwrite or interfere with each other's work
  • Real-time streaming — watch each agent's output as it happens, live
  • Individual control — pause, cancel, or reset any agent without affecting the others
  • Lightweight — no full repository clone required; each workspace is created instantly

Agent lifecycle

Every agent moves through a clear set of states:

StateMeaning
IdleWaiting for input, ready to start
RunningActively processing your task, streaming output
CompletedTask finished successfully
ErrorEncountered a failure — details shown in the conversation

When an agent gets stuck, you can force-reset it back to Idle without losing the rest of your work.

Automatic model selection

When you start a task in Auto mode, Innovatic analyzes the prompt complexity and selects the optimal model:

  • Simple tasks → fast, cost-efficient model
  • Medium complexity → balanced model with strong reasoning
  • Complex tasks → most capable model with extended thinking

You can override Auto and lock to a specific model before sending the first message.

Auto model selection is the default for all modes. It optimizes for quality and cost simultaneously — you only pay for what the task actually requires.

Session persistence

Agent sessions are saved automatically. Close Innovatic, reopen it, and your sessions are still there — full conversation history intact. Resume any session exactly where you left off.

Monitoring from the dashboard

The main dashboard shows all your active worktrees at a glance: which agents are running, what they're working on, and their current status. Click any worktree to open its conversation and watch the live output.

On this page

On this page