Skip to main content

build_kernel_manifest

Function build_kernel_manifest 

Source
pub fn build_kernel_manifest(active_domains: &[&str]) -> String
Expand description

Build a markdown kernel manifest from the set of active domains.

The manifest lists which subsystems are currently enabled so that an agent can discover the OS’s capabilities at a glance.

§Example

## Kernel Manifest

Active domains: space, agent, memory, program

### space
Filesystem workspace management and conversation buffers.

### agent
...