- OPERATORS
- SETTINGS
Activity Viz
v1.0.0newActivity Viz is an experimental LOPs observability surface. It listens for shared activity rows emitted by agent/tool execution paths and owns the table/filter contract for those rows.
The 0.3.0 package ships eight bundled visual modules with conservative defaults:
Terminal, Attention Field, Work Area, Buddy, Net Boy, Pixel Elk, Gluub Ray, and
Nox. Use the default modules folder for the shipped layer, or point
Modulesfolder at another module folder when testing visual layers, then pulse
Build.
Parameters
Section titled “Parameters”Activity Viz
Section titled “Activity Viz” Status (Status)
op('activity_viz').par.Status Str - Default:
"" (Empty String)
Active (Active)
op('activity_viz').par.Active Toggle - Default:
True
Backend Root (Backendroot)
op('activity_viz').par.Backendroot OP - Default:
"" (Empty String)
Agent Filter (Agentfilter)
op('activity_viz').par.Agentfilter Str - Default:
*
Mode Filter (Modefilter)
op('activity_viz').par.Modefilter Str - Default:
*
Display Background (Backgroundenabled)
op('activity_viz').par.Backgroundenabled Toggle - Default:
True
Sync (Sync)
op('activity_viz').par.Sync Pulse - Default:
False
Modules Header
Custom Modules Folder (Modulesfolder)
op('activity_viz').par.Modulesfolder Folder - Default:
"" (Empty String)
Enable Terminal (Enableterminal)
op('activity_viz').par.Enableterminal Toggle - Default:
False
Enable Attention Field (Enableattentionfield)
op('activity_viz').par.Enableattentionfield Toggle - Default:
False
Enable Work Area (Enableworkarea)
op('activity_viz').par.Enableworkarea Toggle - Default:
False
Enable Buddy (Enablebuddy)
op('activity_viz').par.Enablebuddy Toggle - Default:
False
Enable Net Boy (Enablenetboy)
op('activity_viz').par.Enablenetboy Toggle - Default:
False
Enable Pixel Elk (Enablepixelelk)
op('activity_viz').par.Enablepixelelk Toggle - Default:
False
Enable Gluub Ray (Enablegluubray)
op('activity_viz').par.Enablegluubray Toggle - Default:
False
Enable Nox (Enablenox)
op('activity_viz').par.Enablenox Toggle - Default:
False
Changelog
Section titled “Changelog”v1.0.02026-05-02
- fixed Modulesfolder default to use _modules_root() - added 8 shipped modules (terminal, attention_field, work_area, nox, gluub_ray, net_boy, buddy, pixel_elk)
- added operator source (NetActivityVizExt, core package, guides) - added docs (compose.json, guide.md) - added changelog 0.1.0 - added requirements.txt - updated manifest and README for 0.3.0 scaffold
- Initial activity_viz structure
- Initial commit
v0.1.02026-05-01
- Initial official Activity Viz operator package.
- Positions ActivityViz as an experimental inspection surface for agent and tool activity.
- Marks the operator as experimental for the 0.3.0 release.