Home Product Grid Docs Social

Product Demo Video

OmniFlow Agent v1.0

€39.99

The first local AI Agent with physical hands. Control your Desktop, Browser, and ESP32 Hardware without Cloud-Lockin. Native Windows Support.

Lifetime License
Instant Download

// ARCHITECTURE & CORE

PydanticAI Orchestration.

Built on a modular FastAPI Orchestrator (Port 8000). The system uses the Model Context Protocol (MCP) to route tasks between isolated agents. Your local LLM (Ollama) drives a deterministic PydanticAI Agent for type-safe execution.

{
  "mode": "local",
  "model": "llama-3-8b",
  "telemetry": false,
  "offline": true
}

// IOT & HARDWARE MESH

Zero-Latency Control.

Direct hardware integration via Serial/USB or REST over WiFi. The local Python core creates a near-realtime mesh with your ESP32 nodes. No MQTT broker required—just direct, point-to-point control.

>> Connecting to ESP32_Node_01...
>> CONNECTED (4ms latency)
>> Sending command: RELAY_ON
>> SUCCESS

// MOBILE BRIDGE

Android Integration.

Includes the Flutter MCP Bridge (Port 8086). Connect your Android device to the OmniFlow Grid to sync notifications, health data, and clipboard content locally over your home network.

SYSTEM REQUIREMENTS

COMPONENT REQUIREMENT
OS Support Windows 10/11 (Native)
Linux / MacOS (Coming Soon)
Python Version 3.10+
Golang Latest Stable
Dependencies FFmpeg (Media), Nircmd (Automation)