Sensor → reasoning → action — all running on your edge hardware. No cloud round-trips. No proprietary lock-in.
Documented end-to-end in the runtime flow on GitHub — Observe → Structure → Think → Validate → Act → Learn.
VAOS gives you a complete perception → reasoning → action loop out of the box. Bring your camera, swap the agent logic, deploy.
from vaos import Runtime, Agent runtime = Runtime(camera=0, hardware="rk3588") async def on_scene(scene): if scene.event.type == "restricted_zone_entry": await runtime.action("notify", target="safety-team") runtime.attach(Agent(on_scene=on_scene)) runtime.start()
Concepts, API reference, deployment guides, and architecture notes.
docs.vaos.online →
Source code, issues, releases, and PRs — the engine room of the ecosystem.
github.com/vaos-online →
Join the community. Real-time access to the core team, contributors, and integrators.
discord.gg/Mg7TztrU →
Python, REST, WebSocket. Plugin spec for extending the runtime.
sdk.vaos.online →
Extend perception, reasoning, and action layers. Plugin marketplace + spec.
plugins.vaos.online →
Public roadmap. Shipped, in-progress, planned. Vote on what comes next.
roadmap.vaos.online →
Same code, any board. RK3588, Jetson, Pi 5, ARM SoCs. Zero lock-in.
Reliability scoring built into perception — calibration, lighting, occlusion handled.
No cloud round-trips. Full privacy. Works offline. Regulation-ready.
Structured, machine-readable output. Integrate from any language.
Extend perception, reasoning, action with first-class plugins. Community-owned.
Scenes, actions, outcomes — continuous local intelligence. Sites learn themselves.
Scene Contract 1.0 · SDK 1.0 · Governance 1.0 published. vaos-online GitHub organization open. Dashboard demo, replay traces, and ADRs available. Explore on GitHub →
2026-06-14
Patent-pending sensor reliability scoring released as a stable API. Multi-camera fusion at 30 FPS on RK3588. Release notes →
2026-04-21
VAOS Core MIT-licensed. Full Python SDK, REST/WebSocket APIs, and plugin spec public. Foundation for the v2.0 ecosystem. Read the announcement →
2026-01-30
VAOS is governed under open-source principles, initiated by eye3.ai, and built by an active developer community.