QQPLive · v1.1Double-Blind Verified

Qode Query Protocol

QQP is the agentic query interface of the Qode Scene Intelligence stack. Authorized systems query physical space through QQP and receive structured spatial answers without ever observing raw geometry. Proximity, routing, sightlines, egress, and accessibility are answered as typed graph responses. QQP enables high-frequency agentic workflows at scale, making any QSG-indexed environment navigable and actionable for AI systems.

The Query API · Security · IT · Agents
Protocol spec
Versionv1.1
VerificationDouble-Blind
LatencySub-second
ConcurrencyHigh · no GPU
Query types5 supported
StatusProduction
QQP query cycle showing agent query, QSG traversal, and Double-Blind verified structured response

Live query example

Agents query space without observing it.

Every QQP response enforces the Double-Blind guarantee at the protocol level. Raw geometry is never reconstructed. Source USD files are never transmitted. The querying system receives only what it is authorized to know.

QQP response · PalmAtlasRetreat
{
query_id: QQP-0006
graph_asset: PalmAtlasRetreat{QodeHotelSpatialGraph}
query_type: "proximity"
result_count: 11
geometry_reconstructed: false
authorization: "double_blind_verified"
processing_ms: 1
}
Ranked results · 11 total · showing top 3
#01Pool Bar8mADJACENT_TO97%
#02North Cabana Row12mADJACENT_TO97%
#03Adults Pool18mADJACENT_TO97%
+ 8 more results
No geometry reconstructed. No raw asset exposed. Any authorized system. Any physical environment.

Query types · v1.1

Five query types. One protocol.

Proximity

Returns all named spatial entities within a specified distance of a reference node. Ranked by distance with adjacency relationship metadata.

"What amenities are within 60m of the pool?"
Routing

Returns the optimal traversal path between two named nodes using typed edge relationships. No geometry required.

"What is the shortest route from the lobby to the nearest exit?"
Sightline

Returns nodes with a direct HAS_SIGHTLINE_TO relationship to a reference node. Used for accessibility and security planning.

"Which rooms have a city view sightline?"
Egress

Returns all valid egress paths from a specified node. Critical for safety planning and emergency routing.

"What is the nearest fire exit from room 1402?"
Accessibility

Returns traversal paths and nodes satisfying accessibility constraints encoded as edge and node properties.

"What is the accessible route from the pool to the lobby?"

Who uses QQP

Built for systems that act in physical space.

Security

Query spatial access paths, sightlines, and egress routes before authorizing agentic deployment on any physical environment.

IT

Integrate QQP into existing agentic infrastructure via a typed API. No geometry pipeline required on the client side.

Agents

Receive deterministic, typed spatial answers at sub-second latency. High concurrency by design: thousands of simultaneous queries on the same QSG asset.

Engineering

Validate spatial graph coverage and query response accuracy. QQP v1.1 is live and serving production queries.

Roadmap

Natural Language and Audio · Coming soon

Ask physical space a question. Out loud.

QQP today receives structured typed queries and returns deterministic graph responses. The roadmap adds a natural language layer in front of the protocol, parsing spoken or typed queries into structured QQP requests. NVIDIA Riva is the candidate technology for the audio interface, enabling voice-to-spatial-query workflows for hospitality, retail, and industrial environments.

1Voice Input

NVIDIA Riva converts speech to text · roadmap

2Query Parsing

Natural language parsed into typed QQP request · roadmap

3QQP Response

Structured spatial answer returned · live today

Where QQP sits in the stack

QSE produces it. QSG stores it. QSV renders it. QQP queries it.

QQP is the query surface at the end of the Scene Intelligence stack. It never touches raw geometry, never accesses the source USD, and never observes what QSV renders for human reviewers. QQP only ever sees what QSG authorizes it to receive.