3DVR background workers

3DVR Agent

3DVR Agent is the worker system behind the Portal. It can take a job from the web app and run it on a computer or server instead of keeping everything inside one browser tab.

Run jobs

Pick up queued work and run it on the right machine.

Keep going

Durable queues and worker recovery help work survive restarts and small failures.

Use many machines

Cloud servers, laptops, phones, and other nodes can join the wider 3DVR system.

Share context

The Agent can use approved Portal context and Digital Organism memory when doing work.

Where it is today

The Agent is mainly a runtime and operations project rather than a standalone consumer app. This page gives it a public home while the source remains in the Portal monorepo.