Full features

AITarea is not a simple chat: it is a complete orchestration system with a professional interface, local persistence, multiple execution modes and real tools on your Windows PC.

Home tab

Entry point for creating requests. Includes two sub-tabs:

Welcome
  • System overview in 4 steps
  • List of agents and capabilities
  • Tips for writing better requests
Create request
  • Text field for the goal in natural language
  • Parent workspace folder selection
  • Save draft without running
  • Improve prompt (AI text refinement)
  • Improve prompt + Analyze system (detects software installed on Windows)
  • Run plan — starts the full pipeline
  • Clarification banner if the goal is ambiguous

Tasks tab

Full history control center:

Drafts Saved without running → Open in Home
Pending Paused, errored or in progress → Resume
Current session Tasks from this app session
Completed Completed on disk → View graph and result

Tokens tab

Persistent AI usage history:

  • Cards: total, input, generated, call count
  • Prompt/completion distribution chart
  • Daily usage last 7 days
  • Breakdown by model and per-call detail

Technical pipeline flow

1
Intake
task-request.json
2
Analysis
analysis.json
3
Plan
approval-plan.json
4
DAG Execute
Parallel
5
QA Loop
Review + Repair
6
Delivery
final-result.json

States during execution

Awaiting clarifications Reply in Home → Create
Awaiting approval Review plan in Agents
Agents working Monitor in Agents
Paused due to error Human intervention
Completed View in Tasks

Execution modes

  • Full autonomy — AI decides without asking
  • Approve plan only — You review the plan before execution
  • Step by step — Permission at each phase
  • Clarifications — Pause if critical information is missing

File system

Read, write, edit, list directories, search files and generate the project folder tree.

PowerShell and processes

Run commands, scripts and Windows processes. Build projects, install dependencies, automate tasks.

Web and search

Fetch URLs, search the internet, download resources and verify links.

Playwright browser

Automation with Chromium: navigate, click, fill forms, take screenshots and extract data.

Image generation

Create illustrations, icons and visual assets integrated into the delivery flow.

Windows control

System, network, disk info, file explorer and default applications.

Local-first storage

Everything is stored in %LocalAppData%\AiTareas\AiTareasData\ in readable JSON and JSONL files:

config/
  • appsettings, providers, permissions
  • channels, scheduler, skills
tasks/task-{id}/
  • request, analysis, plan, execution-state
  • graph.json, agents/, logs/*.jsonl
  • inputs/, outputs/, final-result.json
memory/
  • perfil, preferencias, patrones
advisor/
  • Advisor conversations

Access control

  • Workspace path validation — does not write to protected folders
  • Configurable permissions per agent and tool
  • Gradual approval modes
  • Cancel and pause at any time
  • Resume after system interruption

Full audit

Audit tab with unified log of all actions. Updates every few seconds with color categories: create, advisor, agents, settings, tasks, errors and system. JSON detail when selecting each entry.

View audit screenshot

AI engine

  • Provider API key (or environment variable)
  • Model and reasoning mode selection
  • Agent mode (implement) or plan mode (explore first)
  • Connection diagnostics and service restart

Limits and performance

  • Default workspace base folder
  • Maximum agents per task and timeout
  • Configurable parallelism
  • Maximum steps per agent
  • Fast analysis without LLM for simple tasks
  • Dynamic team orchestrator (recommended)
Agent engine ready. Explore AITarea capabilities.