operations tier

operations-browser-agent-worker

Distributed worker daemon: polls a server for browser-automation tasks, executes them via a real browser, submits results, sends heartbeats

Distributed worker daemon: polls a server for browser-automation tasks, executes them via a real browser, submits results, sends heartbeats

Tieroperations
Roleunclassified (baselined)
Pathcrates/operations/browser-agent-worker
Edition2021
Targetsoperations-browser-agent-worker
Public items0 across 0 modules
Tests26

What it is for

Browser Agent Worker - distributed browser automation daemon.

Polls a central server (WebSocket primary, HTTP polling fallback) for browser-automation tasks, executes them via a real browser, submits results back, and sends heartbeats. Generic task-polling/browser- automation infrastructure -- no vertical-specific branding or logic (AC-generic check, sprint 3.46 crate 22).

Capabilities

No public items.

How to use it

No examples/ target and no doctest in this crate's rustdoc. The tests listed under Verification are the closest executable usage.

Module structure

No public modules: the crate root is its whole surface.

Public surface

No public items.

No pub use re-exports: every item above is declared in this crate.

Boundary

Reaches into infrastructure.

Shares tier operations with 40 other crates: operations-approval-workflow, operations-assessments, operations-block-imaging, operations-boot-media, operations-camera-discovery, operations-camera-liveview, operations-camera-registry, operations-compliance, … (40 total).

_What this crate deliberately does NOT own is a judgment. No committed registry records one for it, so none is stated here._

Where it sits

Tier (ontology)operations
Architectural role (taxonomy)unclassified (baselined)
Locationcrates/operations/browser-agent-worker
Vocabulary in force (lexicon)current

Tier flow. Which tiers this crate's own edges cross.

flowchart LR
  n_operations["operations"] --> n_infrastructure["infrastructure"]

Dependencies

Runtime, in this workspace.

CrateTierOptionalOnly on
`infrastructure-browser-automation`infrastructurenoalways

Runtime, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
anyhow^1noalways
base64^0.22noalways
chromiumoxide^0.7tokio-runtimenoalways
chrono^0.4serdenoalways
clap^4derive, envnoalways
directories^5.0noalways
flate2^1noalways
futures^0.3noalways
rand^0.9small_rngnoalways
reqwest^0.12json, gzip, streamnoalways
serde^1derivenoalways
serde_json^1noalways
thiserror^2noalways
tokio^1fullnoalways
tokio-tungstenite^0.26native-tlsnoalways
toml^0.8noalways
tracing^0.1noalways
tracing-subscriber^0.3env-filternoalways
uuid^1v4, v7, serde, jsnoalways

Development, from outside the workspace.

CrateRequirementFeaturesOptionalOnly on
tokio^1full, macros, rt-multi-threadnoalways

Build. None.

Depended on by. Nothing in this workspace.

Signal flow — what reaches this crate, and what it reaches.

flowchart LR
  SELF["operations-browser-agent-worker"]
  SELF -->|runtime| n_infrastructure_browser_automation["infrastructure-browser-automation"]
  classDef self fill:#1f883d,stroke:#1f883d,color:#fff;
  class SELF self;

Feature flags

No Cargo features are defined: every capability is unconditional, so no consumer can receive a half-wired crate.

Targets

KindNameSource
binoperations-browser-agent-worker`src/main.rs`

Error model

No public error type was detected: no public item declares a type named *Error, and no public signature returns one.

Operational characteristics

PropertyEvidence
async public surfacenone detected
async runtimeyes
database accessnone detected
network I/Oyes
unsafe codenone detected
environment variablesnone detected

No unsafe block, unsafe fn, unsafe impl or unsafe trait was found by the parser anywhere in this crate's source.

Configuration

No environment variable is read with a literal name anywhere in this crate. A variable whose key is computed at run time cannot be listed here, and is not claimed to be absent.

No workspace crate depends on this one.

Verification

KindCount
Unit tests26
Integration tests0
Examples0
Doctests0

What the tests establish, by name:

Documentation coverage

MeasureDocumentedTotal
Public items with rustdoc00
Public modules with a //! block00

Metrics

MetricValue
Rust source files6
Source lines2554
Code lines1867
Public API items0
Public modules0
Tests26
Examples0
Cargo features0
Direct runtime dependencies20
Workspace reverse dependencies0
pie showData
    title Rust source composition
    "Code" : 1867
    "Blank or comment" : 687

Generation

Rendered by tools-corpus corpus readme from repository evidence alone, renderer schema 2, lexicon current. No model, network service or database was consulted. Regenerate with tools-corpus corpus readme --write; verify with --check.

All operations · Manual