Skip to main content

Module agent_os

Module agent_os 

Source
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.