Expand description
SiteMap data structures, serialization, and query operations.
The SiteMap is Cortex’s primary data structure — a binary graph representing an entire website with nodes (pages), edges (links), feature vectors (128 floats per page), and action opcodes.
Re-exports§
pub use builder::SiteMapBuilder;pub use types::*;
Modules§
- builder
- SiteMapBuilder for incrementally constructing a SiteMap.
- deserializer
- Deserialize a SiteMap from the binary CTX format.
- reader
- Query and read operations on a SiteMap.
- serializer
- Serialize a SiteMap to the binary CTX format.
- types
- Core SiteMap types matching the binary format specification in 02-map-spec.md.