System Structure
This section describes the static structure of the Agent Vigilo platform using layered architectural views inspired by the C4 model.
The diagrams in this section focus on:
- system boundaries
- deployable/runtime containers
- subsystem responsibilities
- internal component relationships
These diagrams intentionally avoid detailed runtime behavior such as:
- orchestration flow
- retry semantics
- failure recovery
- state transitions
- event sequencing
Those concerns are documented separately in:
Structural Views
System Context
Describes external actors and systems interacting with the platform.
Container View
Describes the major deployable/runtime boundaries within the system.
Component Views
Describes major internal subsystem decompositions.
Reading Order
Recommended progression for new contributors:
- Context
- Containers
- Components
Scope
These diagrams document conceptual architecture rather than exact implementation details.
Minor implementation details may evolve independently from the diagrams provided here.