EulerWeave · EulerAgent · EulerAtlas — the next step of Eulerwa Inc.'s full-stack vision
The three products available today (EulerForge · EulerStack · EulerNPU) form the core axis from training to architecture research to FPGA NPU synthesis. The data pipeline (EulerWeave), deterministic agent execution (EulerAgent), and 8-domain robot behavioral learning (EulerAtlas) that connect this axis end-to-end are coming soon. All of them share the same "declarative YAML spec + CLI-first + local-first" philosophy.
Coming SoonA comprehensive data processing system that bridges the gap between raw datasets and production-ready model training.
Designed for researchers and developers to refine and analyze data in local environments.
Business-critical features for scaling from a single GPU to cluster-level operations.
A local-first agent framework with an 8-state machine (RUN_CREATED → CONTEXT → PLAN → PROPOSE → APPROVE → EXECUTE → RESULT → FINALIZED), Pattern/Graph orchestrators, a RAG pipeline, long-term memory (SQLite), MCP integration, a plugin system, 30+ CLI commands, and 65 fixtures. On top of deterministic gate nodes (kind: shell) that run verification as code rather than via the LLM, it ships a self-repairing coding agent (code.dev_loop.v2) that writes, tests, and fixes its own code.
Every agent action passes through the 8-state machine and is executed only after human-in-the-loop (HITL) approval. The Pattern Orchestrator (12 canonical YAML patterns mixing LLM, judge, and deterministic shell gate nodes) and the Graph Orchestrator (LangGraph parallel execution) drive complex workflows. Bounded auto-approval (node.auto_approve) and a symbol gate (symbol_check) let fix→test loops run autonomously.
Built for developers who want autonomous capabilities without giving up control and security.
A plugin-based CLI robot behavioral learning framework running on an RL→IL pipeline that combines imitation learning (IL) with FastTD3 reinforcement learning (RL). The first two flagship domains we are releasing are car (EulerDrive — BEV autonomous driving, CARLA-verified) and humanoid (EulerWalk — RL→IL loco-manipulation), and both ship pretrained models so you can run them with no training at all. The unified schema is designed to cover 8 domains — car, drone, humanoid, robot dog, mobile manipulation, logistics, agriculture, shipyard — and domains keep expanding as plugins.
All modules communicate consistently through fixed obs/action dimension schemas per domain.
| Classic (01-04) | Car 4/2 · Drone 6/3 · Humanoid 33/14 (loco-manip) · Robot Dog 12/8 |
|---|---|
| Industrial (05-08) | Mobile Manipulation 18/8 · Warehouse AGV 14/4 · Agri-Robot 16/6 · Shipyard 20/9 |
| Policy Models | BC-MLP, BC-RNN, BC-CNN, ACT, Diffusion Policy + SOTA (BEVFuser, TemporalTransformer, WholeBodyACT) + RL Actor |
| Levels | L0 Toy · L1 Intermediate · L2 Advanced (real backends: CARLA/MuJoCo/HumanoidBench) |
Adds train-rl, data collect/generate-demos, and sim rollout --render/--save-video. Includes the Domain Plugin architecture and edge deployment.
Training (EulerForge) → architecture research (EulerStack) → FPGA NPU synthesis (EulerNPU). The upcoming products above are designed to run on top of this core axis.
EulerForge EulerStack EulerNPU Back to Home