Re-exports§
pub use cognitive::CognitionKind;pub use cognitive::MemCube;pub use cognitive::MemoryTier;pub use error::LagoError;pub use error::LagoResult;pub use event::EventEnvelope;pub use event::EventPayload;pub use hashline::HashLineEdit;pub use hashline::HashLineError;pub use hashline::HashLineFile;pub use hive::HiveTask;pub use journal::EventQuery;pub use journal::EventStream;pub use journal::Journal;pub use mount::FileStat;pub use mount::ManifestEntry;pub use mount::Mount;pub use policy::PolicyContext;pub use policy::PolicyDecision;pub use projection::Projection;pub use sandbox::Sandbox;pub use sandbox::SandboxConfig;pub use sandbox::SandboxExecRequest;pub use sandbox::SandboxExecResult;pub use sandbox::SandboxTier;pub use session::Session;pub use session::SessionConfig;pub use tool_span::ToolSpan;pub use id::*;
Modules§
- cognitive
- Cognitive memory types for the Lago Cognitive Storage layer.
- error
- event
- Event types for Lago.
- hashline
- hive
- Hive task aggregate — reconstructs hive state from events.
- id
- journal
- mount
- policy
- projection
- protocol_
bridge - Bridge between Lago’s internal types and the canonical
aios-protocoltypes. - sandbox
- session
- tool_
span
Enums§
- Memory
Scope - Memory scope for scoped storage and retrieval.