Skip to content

Repository files navigation

Veoveo lens logo

VEOVEO

Autonomous operations on infrastructure you own.

Veoveo is a self-hosted autonomy harness for physical AI, where humans, robots and agents learn, play and evolve together in simulated and real worlds.

Product tour · Agentic apps · Compared to Palantir · Robots and simulators · Reference integrations · Connectors · Deployment · Software factory · Documentation · Technical design · Screenshot gallery

Veoveo 3D View MCP App in the operations Console

A reference installation running the View app over live Google Photorealistic 3D Tiles, rendered on cluster GPUs.

What You Can Do With It

  • Command robots. Agents operate robots and other physical systems through MCP servers the installation connects, under its identity, policy, and audit.
  • Rehearse in simulation. Connect any simulator the same way and rehearse a mission before it runs in the field. The reference integrations fly a PX4 drone fleet in Isaac Sim and control traffic in SUMO.
  • Run detection on video. Detect and track objects in authorized camera streams on your own GPUs.
  • Record field operations. Stream camera, telemetry, and robot state from field producers into one timeline.
  • Replay and query recordings. Scrub any recording you can access on one synchronized timeline, or load it into a Python notebook as a dataframe.
  • Ask what happened. Ask questions about synchronized recordings of world state, sensors, poses, and annotations. Each answer links back to the recordings it used, and each query is audited.
  • Forecast, optimize, and query. Timeseries forecasts with uncertainty bands, GPU vehicle routing and mathematical optimization with solutions checked independently of the solver, and SQL over operational data.
  • Share results. Each result is stored as an artifact with an owner, provenance, and release state. Releasable artifacts can be shared through expiring, revocable links.
  • Build agentic apps. Ship interactive apps in which an agent does the work behind a live interface. Apps use the installation's sign-in, policy, and audit log from their first request.

Connect Robots And Simulators

Agents work from data the installation manages: map releases and routing, civil time and calendars, coordinate frames, photorealistic 3D Tiles scenes, simulated worlds, and continuous recordings of fielded operations.

Sensors, agent memories, and decisions feed the world model, and each agent draws its context from it.

Sensors, agent memories, and decisions feed one world model. Each agent episode draws its context from it, and the episode's decisions flow back in.

Robots, fleets, and simulators join an installation as MCP servers. Each one is connected the same way, whether it is a physical system or a simulation of one:

  • An MCP server in the installation's fork owns the system's control link. Reads and commands become tools, long operations become tasks with a declared recovery behavior, and watched conditions become resources agents subscribe to.
  • The system publishes its state, sensors, and cameras to Recording Hub as time-synchronized streams, so a rehearsal and a fielded run produce the same kind of recording.
  • Cameras publish through the live-view contract, which the Python SDK implements for Python servers.
  • The server registers in the gateway catalog. From its first request, its tools pass the installation's identity, policy, task, artifact, and audit checks, and agents, Stream, Reason, and the Console can work with it.

A server can add the domain authority its system needs on top of the installation's policy. The UAV reference integration, for example, lets an agent command a vehicle only while it holds that vehicle's grant and an exclusive command lease. Fork development covers where the server lives, and the reference integrations are working examples.

Recordings

An installation keeps a continuous recording of what happens: sensor and camera streams from the field, world state from robots and simulators, poses and telemetry, Stream detections, and Reason results. Producers push data through the gateway from inside the cluster, a local network, or the internet. Each recording keeps its streams on one synchronized timeline, so a camera frame, the robot's pose at that instant, and the agent's decision line up.

Sensors, agents, and simulation send data through a local forwarder to Recording Hub, which journals and checkpoints each batch before acknowledging it, then writes immutable parts and indexed archive shards listed in the catalog.

A local forwarder queues each producer's data and resumes after a restart. Recording Hub writes every batch to disk before it acknowledges it, then compacts the parts into indexed archive shards that the catalog lists.

With recordings, you can How
Replay any run Scrub the synchronized timeline in the Console, and open a rehearsal in simulation beside the fielded run it prepared for.
Ask what happened Stream re-runs perception over recorded video, Reason answers questions grounded in a recording, and agents query recordings as data.
Keep results with their source Detections and answers are stored as new layers of the recording they came from.
Use your own tools Recordings use an open robotics format, so they open in a native desktop viewer or a Python notebook as well as the Console.

Each recording has an owner, tenant, data labels, grants, and a retention policy, and every read passes the installation's policy. Open recordings from your own tools shows how to connect.

Identity, Policy, And Audit

Every request goes through the gateway, whether an operator types it or an agent issues it. The gateway authenticates the caller, checks the profile's policy, and records the decision in the audit log. Long-running work runs as an MCP Task that survives client disconnects. Its outputs are stored as recordings and artifacts that name who requested them. Operators see the same tasks, artifacts, and audit records in the Console that agents act on.

Agents, browsers, and clients enter through ingress. The gateway authenticates each request, checks policy, and writes an audit record before forwarding a signed identity to the servers on the internal network.

The gateway authenticates each request, checks policy, and writes an audit record. It refuses by default and forwards a signed identity to the servers behind it.

Authority sits in the gateway and the servers behind it. The agent harness holds none, so any compatible MCP host can drive an installation without receiving server credentials. NVIDIA's agent-stack security guidance puts the line in the same place: "The harness guides what an agent tries. The infrastructure controls what an agent can do." A server can add domain authority on top of that policy, as the UAV reference integration does with an exclusive command lease for each vehicle.

The operational loop: live encoded media goes directly to Stream while recording runs on a separate path. Reason grounds its answers in Stream results and recording snapshots, and agents act through the gateway's identity, policy, and audit checks.

Compared To Palantir

The closest commercial comparison is Palantir. The biggest difference is who runs the software. Palantir delivers and operates its platforms inside customer environments through Apollo. A Veoveo installation is run by the organization that owns it, and Veoveo's release process holds no credentials to that cluster.

Palantir product What it does How Veoveo compares
AIP AI agents acting on enterprise systems through a controlled action layer Closest match. Veoveo's gateway provides identity, policy, long-running tasks, and audit over the open Model Context Protocol, so any MCP host and any model can use it.
Gotham / Maven Defense intelligence: sensor fusion, mission command, decision support Same domain, different starting point. Veoveo starts from the runtime: agents rehearse missions in simulation, command robots in the field, and learn from every run. It has no equivalent of Gotham's intelligence-analysis tooling.
Foundry Enterprise data integration, ontology, and operational applications Partial overlap. Work Contexts, artifacts, and analytical stores cover data ownership and access, and MCP Apps provide operational interfaces. Veoveo has no equivalent of Foundry's ontology.
Apollo Vendor-operated software delivery into customer environments Veoveo publishes OCI images and Helm charts, and the installation owner reconciles them with its own GitOps controller.

Veoveo adds control and recording of the operations themselves: robots and simulators connected as MCP servers, live video pipelines, and a synchronized, replayable timeline of each mission that authorized people and tools can replay and query. The two can run side by side. Palantir Foundry is listed in the connector catalog.

Agentic Apps

An agentic app pairs an agent with a live interface. An operator types an instruction, the agent drives a robot, a simulator, or a video pipeline, and the interface shows progress and results as they arrive. Veoveo's own charts, maps, forecasts, and 3D views are built this way, and the server capabilities behind them are available to your apps.

Apps sign users in through the installation's identity provider and run under the same policy scopes, Work Context access, and audit log as any other caller. Their long-running work continues after a browser session ends. They deploy with the installation and run in the Console or in a compatible external MCP host. MCP Apps explains how a server ships its interface.

Product Tour

An installation starts with the standard server catalog and can add its own servers in its fork of this repository. Those servers go through the same gateway as the built-in ones.

Capability What it provides
Real and simulated worlds Robots and simulators connected as MCP servers, recordings, coordinate frames and time references, camera streams, and 3D Tiles scenes. SUMO and Isaac Sim are the reference integrations.
Analysis and planning Sandboxed DuckDB SQL, forecasting, optimization, operator-approved live and replay video processing, and temporal reasoning.
Long-running work Tasks that recover after restarts, cancellation, budgets, agent wakes, and stored results for work that outlives one request.
Interactive apps Interfaces that ship with each server for charts, forecasts, maps, and 3D views rendered on cluster GPUs. The same app can run in the Console or a compatible external MCP host.
Ownership and sharing Work Context ownership, a record of who requested each output, immutable artifact identities, policy decisions, grants, release state, and revocable sharing.
Open protocol Policy-scoped profiles over MCP tools, resources and templates, prompts, completions, tasks, subscriptions, notifications, structured content, and URI identities.
Enterprise operation OIDC/OAuth identity, Kubernetes scheduling and scaling, Helm packages, OCI delivery, GitOps reconciliation, audit export, and an offline installation path.

Workspace and Console

Workspace, at /workspace/, is the everyday chat client. A chat's owner invites people and agents into the conversation, and each agent's response streams separately. Each person's private Activity panel shows their tool results, Task progress, input requests, and cancellation controls. Workspace also opens Computers and files under the same permissions. See the Workspace design.

Console, at /console/, is the administration client for the installation's apps, services, agents, and access. Both clients are served by the same Rust backend, and neither passes gateway credentials to browser JavaScript.

Operations in the Console

The Console shows the same task, policy, artifact, recording, MCP, and Kubernetes state that agents reach through the gateway.

Operations overview Long-running work
Installation health and recent activity Long-running work across Reason, Stream, and simulation
Work Context access Paged audit trail
Membership, authority, and access requests Policy decisions with trace context
Kubernetes cluster inventory Reactive and proactive operational loops running nonstop
Workloads, placement, storage, readiness, and image identity Reactive and proactive loops that run nonstop

Recordings and artifacts

Recordings keep world, sensor, pose, and annotation data synchronized. Recordings are stored in segments, but the Console plays each one as a single continuous timeline. Outputs derived from a recording are stored as artifacts with an owner, provenance, release state, and access list.

Artifact catalog Reasoning artifact detail
Immutable outputs and release state Reasoning result with recording provenance
Stream detection video artifact Continuous recording playback
Stream-derived media preview and access One authorized timeline in the Console's recording viewer

Reference Integrations

Two reference integrations show how a system connects to the platform, end to end. Each one is a deployable workload with typed MCP contracts, a recording path, and acceptance tests. Robots and simulators you connect follow the same pattern, described in Connect robots and simulators.

UAV flight in Isaac Sim

An operator sends one plain-language message to a pilot agent:

Fly uav-1 to Times Square now. Read your active UAV control grant, ask Map MCP to resolve and route this named location from current telemetry, then use UAV MCP to admit and execute the mission only for your bound vehicle. Report the terminal result.

Recorded downward camera view from uav-1 crossing New York during its mission from the Statue of Liberty area to Times Square

The actual leader-camera recording, sped up 30×. The full 26-second H.264 replay comes from the Recording Hub archive.

The first accepted run covered 9.227 km in 13 minutes 10 seconds. It completed all four admitted waypoints, arrived at 40.7580° N, 73.9855° W with zero collisions, and released its command lease.

Component What happened
Addressed agent uav-1-pilot accepted the operator message and ran one durable episode.
Map MCP Resolved Times Square and returned the admitted route from current telemetry.
UAV Simulation MCP Enforced the pilot-to-uav-1 grant and protected execution with one command lease.
Recording Hub Archived the leader camera, pose, telemetry, and mission lifecycle across the complete execution interval.

The prompt contained no coordinates and granted no vehicle authority. The agent resolved the destination through Map and flew under its existing grant for uav-1. The Console and a headless client reported the same final result. Inspect the Console evidence or repeat the UAV-E2E-001 acceptance. The flight is also a recording that can be queried from Python.

San Salvador Midtown Manhattan
Isaac Sim UAV flight over San Salvador Isaac Sim UAV flight over Midtown Manhattan
A multirotor under PX4 control above the Jorge “Mágico” González stadium district Dense New York photogrammetry around Times Square and Central Park

Both frames come from the live headless Isaac Sim RTX viewport. The showcase camera follows the Newton-simulated vehicle after PX4 reaches the configured flight altitude. Explore the complete UAV showcase.

UAV recording SUMO traffic world
UAV simulation recording SUMO traffic simulation recording
Camera, pose, telemetry, Stream detections, and reasoning results in one recording. Live processing never waits on the recording path. A pinned SUMO and LuST Luxembourg world exposes traffic reads, signal and vehicle control, network generation, durable batches, live subscriptions, and recording. Run the SUMO showcase.
A traffic agent perceives congestion from the recorded city, decides, and changes signals in the simulated street grid.

In the SUMO world, an agent reads congestion from the recording, decides, and changes signals and routes in the simulated city.

Built On The Model Context Protocol

Agents and the Console reach every capability above through the Model Context Protocol: tools, resources, prompts, completions, tasks, subscriptions, and notifications. A client connects to one gateway endpoint to reach every server, and a server registered with the gateway becomes available to every client. Any compatible MCP host can drive an installation.

Point-to-point wiring costs N times M integrations; one protocol and harness costs N plus M contracts

From N × M integrations to N + M contracts.

MCP Apps

An MCP server can return a self-contained interface along with a tool result. The host supplies the sandbox and theme, and every action the interface takes still goes through the gateway's authorization and audit. The Console also includes a standalone app host, so an installation can give users one app as a full page without the rest of the Console. The View app below was opened from a plain-language request and rendered by Claude as an external MCP host.

View MCP App rendering a Golden Gate Bridge scene inside Claude

Interactive chart MCP App Timeseries forecast MCP App
Interactive charts from typed results Forecast means and uncertainty bands
Map administration MCP App Reason MCP protocol surface
Map sources and releases Tools, prompts, resources, tasks, and scopes
Map MCP protocol surface Durable task sequence: call, task handle, sleep, wake, result
Every tool, resource, and prompt the Map server exposes MCP Tasks: call, sleep, wake, result

Capability Catalog

The gateway groups hosted servers into named profiles. An operator profile can expose the whole catalog. Narrower profiles expose fewer tools and scopes without changing the servers behind them.

Server Capability
artifact Artifact discovery, metadata, access grants, release state, and revocable sharing.
charts Chart validation, compilation, static rendering, and an interactive MCP App.
datasheet Dataset preview, column statistics, and durable profiling through the Python server template.
duckdb Arbitrary SQL, ingestion, and immutable exports in per-owner workspaces with resource limits.
frames WGS84, ECEF, ENU, and NED conversion with durable batch transforms.
map Geography datasets, acquisition and releases, restrictions, routing, and map apps.
media Provider-neutral model discovery, schemas, generation, artifact output, and webhook completion.
optimization NVIDIA cuOpt vehicle routing, scenario batches, convex and MILP solving, with every solution re-checked independently of the solver.
reason Semantic and temporal reasoning over recordings, with answers linked to their source recordings and audited.
recording Recording discovery, queries, subscriptions, publication as artifacts, and viewer playback.
rerun The recording viewer, driven over MCP through the stdio bridge.
stream Operator-approved live and replay GStreamer pipelines, typed detection profiles, and an MCP App for encoded video with overlays.
time Authority-bound civil time, calendars, clocks, timelines, and event operations.
timeseries Forecasting, uncertainty output, artifacts, and an interactive forecast app.
uav-sim Reference integration for UAV fleets: multi-vehicle simulation, missions, datasets, operator cameras rendered in the simulator, shared NVENC video, stream authorization, and a WebCodecs App.
view 3D Tiles views rendered on cluster GPUs, camera control, and reproducible offscreen frame capture.

The agent runtime adds episodes that survive restarts, detach and resume, wakes, budgets, analytical memory, and a recorded decision log.

Your own agentic apps and domain servers live in your fork, next to the built-in servers, and build with the same image graph. Register each server in the gateway control plane and apply the installation's trust and policy configuration. Fork development covers where code goes and how to take upstream changes. An existing system of record joins the same way, behind an MCP server.

The agent runtime cycle: task results, timers, and messages wake the agent, which assembles context, runs an episode, persists, and sleeps, backed by state, memory, and log

Enterprise Connectors

Connector recipes tell a coding agent how to install a vendor's MCP server next to the Veoveo connector, so one session can use both. The connector catalog lists the install command or endpoint, auth model, and support status for each platform, checked against vendor documentation. Servers that only speak the older MCP 2025-11-25 revision connect through an isolated legacy bridge, so the installation itself stays on the current revision.

Databricks Snowflake ClickHouse MotherDuck DuckDB Grafana Datadog
Dynatrace Splunk Mapbox TomTom CARTO OpenStreetMap
Planet NASA Earthdata Palantir ROS Autodesk PagerDuty
Slack Atlassian Linear GitHub CrowdStrike

The catalog spans geospatial, Earth observation, weather, data, observability, industrial operations, defense, and incident platforms. All logos belong to their respective owners.

Architecture

Live H.264 goes directly to Stream while an optional forwarder records it. Stream results and recording snapshots feed Reason, and agents reach every hosted server through the gateway.

SurrealDB is the required coordination store. It holds identity, policy, task, artifact, recording, agent, audit, and outbox records. S3-compatible object storage holds artifact bytes, and immutable recording segments hold recording history. DuckDB runs separately as the analytical SQL engine.

Architecture decisions and call paths are documented in docs/ARCHITECTURE_DECISIONS.md and docs/TECH_DESIGN.md.

Governance Model

Every task, recording, agent, and artifact belongs to a Work Context. Before work starts, the gateway determines who is acting: a person, an agent acting on someone's behalf, or an automated trigger. Services store that identity with each output and apply the Work Context's rules for ownership, initial grants, classification, and labels.

Human users authenticate through enterprise OIDC. MCP clients use OAuth grants bound to the protected resource, and the gateway signs short-lived service identity assertions for hosted servers. Browser code never receives the Console's bearer token.

Artifacts use opaque artifact://{uuidv7} occurrence identities. Authorized users can receive explicit grants. A releasable artifact may also receive an expiring, revocable read-only link with an optional download limit. Content hashes are used for integrity checks and deduplication within a tenant. Only grants and share links give access.

The full model, with guidance on mapping it to an enterprise's own roles, is in docs/WORK_CONTEXT_GOVERNANCE.md.

Deploy Your Installation

The same Helm charts install Veoveo on a laptop k3d cluster, a datacenter GPU cluster, or an air-gapped site. Kubernetes places simulators and other GPU workloads on GPU nodes and scales the stateless servers. Field producers upload recordings through the gateway from inside the cluster, from a local network, or over the internet. Each installation keeps its Helm values, gateway configuration, and Secret references in its own repository, so no customer state lives in this one.

Edge, cluster, air-gap, and hybrid installations, all one platform
Path Use it for Guide
Local k3d A real local Kubernetes cluster with registry-first image delivery and mandatory NVIDIA validation. deploy/local/k3d
Direct Helm A connected cluster managed by an existing platform team. deploy/helm/veoveo
Enterprise GitOps Immutable OCI charts and image digests reconciled by the installation owner's Flux or equivalent controller. docs/ENTERPRISE_DEPLOYMENT.md
Offline A verified bundle containing runtime images, charts, schemas, checksums, image identities, and SPDX SBOMs. deploy/offline

The Autonomy Harness document divides responsibility between Veoveo and the installation owner for keeping always-on agents within limits on identity, data, network, compute, spend, and side effects.

examples/bioma is a working enterprise installation to follow. Replace its hostname and infrastructure choices with your own.

GPU execution contract

Optimization, simulation, perception, reasoning, 3D rendering, the recording viewer, and visual acceptance tests require a hardware GPU. Their Kubernetes workloads request an NVIDIA device and stop with an error when cuOpt, CUDA, Vulkan, WebGPU, or WebGL cannot reach the hardware. There is no CPU solver or software-rendering fallback.

The local k3d cluster schedules GPUs through the same nvidia.com/gpu resource as production installations. Before a browser test touches a visual surface, it probes WebGPU and WebGL and stops unless at least one is hardware-backed.

Roadmap

Next on the roadmap: digital twins of an installation's own sites and fleets, built from the map data, recordings, and telemetry it already stores. Simulation and forecasting would then start from the real site rather than a generic scene.

Standards And Protocols

The table lists the published standards Veoveo implements at its external interfaces, plus its own repository-owned extensions. Where a standard has optional features, Veoveo implements only the subset its designs describe.

Area Implemented standards and protocols
Agent and app interfaces Model Context Protocol 2026-07-28 over JSON-RPC 2.0 and stateless Streamable HTTP; official MCP Tasks; JSON Schema 2020-12; and MCP Apps.
Identity and authorization OpenID Connect Core; OAuth 2.0 Authorization Code with S256 PKCE, Client Credentials, and JWT Bearer grants; RFC 8414 metadata; RFC 9728 protected-resource metadata; RFC 8707 resource indicators; JWT, JWS, and JWK; MCP enterprise-managed authorization and ID-JAG.
Recordings, data, and media Rerun 0.38.1 RRD and VideoStream; read-only Rerun Data Protocol over native gRPC and gRPC-Web; versioned protobuf recording ingest; S3-compatible object APIs; DuckDB SQL; Apache Parquet; and OTLP/HTTP telemetry.
Geography and time WGS84/EPSG identities; GeoJSON RFC 7946; OGC JSON-FG and CQL2; GeoParquet 1.0; Mapbox Vector Tile 2.1; MapLibre Style 8; RFC 3339; RFC 9557; IANA TZDB/TZif and leap-second data; TAI and GPS time.
Optimization NVIDIA cuOpt 26.08 on CUDA 13.3; veoveo.io/travel-model-artifact/v1 for the Map handoff; and the private pod-local veoveo.io/cuopt-executor/v1 adapter protocol.
3D and vehicles OGC 3D Tiles 1.0/1.1; glTF/GLB 2.0; Draco geometry compression; OpenUSD; Newton and Warp CUDA; and MAVLink 2 HIL.
Packaging and operations Kubernetes resources, Helm charts, OCI images and charts, S3-compatible storage, and OpenTelemetry.

The supported subsets are listed in docs/TECH_DESIGN.md. Domain profiles live in their server designs, including map-mcp, optimization-mcp, time-mcp, view-mcp, and uav-sim-mcp.

Tech Stack

Platform services are written in Rust. Python covers the SDK, the server template, and simulator adapters, and the Console and Workspace use TypeScript and React. Hosted MCP servers can be written in any language that speaks the protocol. Kubernetes and Helm run the installation, SurrealDB handles coordination, DuckDB handles analytics, and Rerun provides the recording format and data protocol, so recordings also open in Rerun's own Viewer and Python SDK. NVIDIA runtimes power cuOpt optimization, Isaac Sim, and Stream perception.

Rust Python TypeScript React Kubernetes Helm
Docker OpenTelemetry SurrealDB DuckDB Rerun NVIDIA Isaac Sim
PX4 Autopilot Eclipse SUMO Cesium MapLibre

All logos belong to their respective projects.

A Software Factory

The repository is organized as a software factory in which coding agents extend, deploy, and operate Veoveo. Veoveo does not ship its own coding harness. Teams use the agent they already have, whether that is a terminal session or a full MCP host. AGENTS.md files at the root and beside each hosted server hold engineering conventions. The code map routes a change to the code that owns it, and each server has a design document that follows the server contract.

Toolchains are pinned, and contract validation rejects invalid configuration before it reaches a cluster. Smoke tests check each deployment. Agents that operate an installation face the same controls as human operators: authentication, policy scopes, budgets, and audit.

In a typical engagement, a forward-deployed engineer sets up an installation in the customer's environment. Working with coding agents, the engineer encodes the customer's domain into policies, profiles, and servers in the installation's fork. When the engagement ends, the customer keeps the factory itself and runs all of it, including the cluster, identity, models, policies, and release process.

Develop And Verify

The service workspace, Python packages, container images, Helm charts, protocol conformance clients, and smoke harnesses are all pinned in the repository. Docker is required for SurrealDB-backed tests and deployment work. Native Map builds also need a C/C++ toolchain, CMake, pkg-config, SQLite development files, and PROJ's build dependencies.

Pick the checks for the component you changed using the iteration runbook. The commands below are examples, not a required sequence. Run the checks your change touches before committing it.

cargo fmt --all
cargo xtask enforce rust
cargo xtask enforce docs
cargo test --workspace
cargo xtask enforce python
cargo xtask smoke helm-config
cargo xtask smoke sumo-push
cargo test -p veoveo-uav-sim-mcp --all-targets
PYTHONPATH=showcase/uav-sim/runtime:sdk/python/src \
  uv run --with numpy==2.3.1 --with aiohttp==3.14.1 \
  --with pymavlink==2.4.49 --with fastcrc==0.3.6 --python 3.13 \
  python -m unittest discover -s showcase/uav-sim/runtime/tests -v

The smoke harness is Rust code, reviewed and tested like the rest of the platform. cargo xtask smoke builds the harness and the local binaries a scenario needs, then runs the scenario. Local deployment profiles use the tool versions pinned in deploy/local/k3d/versions.env.

The repository has no CI. Checks run on a development host before each commit.

Repository Guide

Path Responsibility
agents/ Kernel and durable runtime for autonomous agents.
apps/console/ Console BFF and React operations interface.
apps/workspace/ Shared-chat productivity client with human and agent participants, private Activity and MCP Apps.
mcp/ Shared MCP contracts, task and app extensions, and bridges.
platform/ Gateway, persistence, task, artifact, recording, and query runtimes.
servers/ Hosted MCP servers and their domain designs.
sdk/ Python SDK shared by showcase runtimes and external clients.
templates/ Python MCP server template behind the datasheet server.
showcase/uav-sim/ Isaac, Cesium, Newton, CUDA Warp, and PX4 UAV workload.
showcase/sumo/ SUMO, LuST, TraCI, and the traffic world MCP server.
deploy/ Helm, local k3d, and offline installation material.
examples/bioma/ Enterprise GitOps reference installation.
testing/ Protocol conformance and multi-process smoke harnesses.
tools/xtask/ Typed repository commands: doctor, enforce, image, release, smoke.
tools/screenshots/ Repeatable authenticated Console, MCP App, and recording viewer captures.
docs/ Architecture, governance, deployment, recording, and harness documentation.

Start with the documentation guide for tasks and delivery status, the code map for ownership and call paths, the reference architecture for system views, or the complete screenshot gallery for the visual catalog and reproduction guide.

About

Veoveo is an operations platform for physical AI. On infrastructure you own.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages