Expand description
The AgentOs struct (all fields from ADR-001 §3), the create builder, and the shutdown
(dispose) teardown.
AgentOs is Arc-cloneable; all interior state lives behind concurrent maps / atomics /
channels so &self methods never need an outer lock. Module files add only impl AgentOs blocks
and never introduce new struct fields.
Structs§
- AgentOs
- The high-level client. Cheaply cloneable via
Arc. - Package
Descriptor - A self-contained agentOS package to link into a running VM via
AgentOs::link_software.pathis normally the packed.aospkgfile; a directory is accepted only for local transition fixtures. The descriptor is forwarded to the sidecar, which owns the/opt/agentosprojection and reads package metadata from the packed vbare manifest. - Projected
Agent - Software
Info