Agents and orchestration
The heart of AITarea is its multi-agent engine: an orchestrator that assigns subtasks to specialized agents, runs in parallel according to dependencies and displays everything in an interactive graph with real-time logging.
Interactive demo
Live execution simulation
0 subtasks
0 agentes
0 actions
0 files
AJAX demo
Wheel: zoom · Drag background · Drag nodes · Click: detail
Live log
[--:--:--]
Press «Start demo» to simulate a multi-agent task…
Node detail
Click a graph node to see its information.
Agent types
Specialized team
The orchestrator automatically chooses which agents to activate based on the request goal.
Programmer
Code, scripts, projects
Researcher
Web, data, reports
Windows
PowerShell, system
Browser
Playwright, scraping
Vision
Image analysis
Verifier
QA, tests, artifacts
Deliverer
Packages the result
Analyzer
Classifies the request
Planner
Generates the DAG plan
Review board
Cross evaluation
Architecture
DAG with real parallelism
Each request is broken down into subtasks with dependencies forming a directed acyclic graph (DAG). Independent subtasks run in parallel, maximizing speed without losing coherence.
- One agent per subtask — avoids mixing state and logs
- Dynamic re-injection — new subtasks if repair is needed
- QA cycles — verification → rejection → automatic retry
- Advanced states — pause, clarifications, human intervention
Tools available to agents
read_file
write_file
edit_file
list_directory
search_files
run_powershell
web_search
fetch_url
browser_click
browser_screenshot
generate_image
system_info
In-app monitor
What it looks like during execution
Initial monitor
In-depth activity