Features
Everything you need to orchestrate
Ultra-Dex provides the infrastructure for deterministic, observable, and scalable AI workflow orchestration.
DexGraph Engine
Deterministic workflow orchestration with DAG-based task graphs and state machines.
- YAML-defined workflows
- Automatic dependency resolution
- Topological sorting
- Cycle detection
- State machine execution
Multi-Agent Control
Coordinate specialized agents with clear separation between orchestration and execution.
- Planner, Coder, Tester, Reviewer
- Capability-based routing
- Stateless worker design
- Agent governance layer
- Execution adapter interface
Intelligent Routing
Route tasks to optimal providers based on cost, latency, and quality requirements.
- 15+ AI providers supported
- Cost optimization
- Latency scoring
- Quality metrics
- Fallback chains
Persistent Memory
Three-tier memory system for episodic, semantic, and state storage.
- Episodic task history
- Semantic vector search
- State checkpointing
- Graph knowledge storage
- Crash recovery
Governance Engine
Policy enforcement with rules that block, pause, or require review.
- Rule-based policies
- Block on violation
- Pause for review
- Audit logging
- Compliance tracking
CLI Interface
Command-line control plane for workflow management and monitoring.
- ultradex run workflow.dex
- ultradex status
- ultradex inspect
- Rich terminal output
- Progress indicators
Architecture
Built for scale, designed for control
Ultra-Dex separates orchestration from execution. The control plane decides WHAT happens, WHEN it happens, and WHO handles it. Execution adapters handle the HOW.
Control Plane
DexGraph, Scheduler, Governance
Execution Layer
Composio, Custom Adapters
Memory Store
Episodic, Semantic, State Tiers
ultradex status
# System Status
Core System: ONLINE
Active Agents:24
Queue Length:187 tasks
Latency p95:42ms
Success Rate:98.4%