Skip to main contentModule schema
Source - llm_columns
- Canonical column names for LLM-context tables.
ContextAssembler reads columns by these names.
- multimodal_columns
- Canonical column names for multimodal LLM-context tables.
Extends
LlmContextSchema with media and cross-modal embedding columns. - tool_call_columns
- Canonical column names for agent tool-call history tables.
- LlmContextSchema
- Marker struct for documentation purposes — actual schema is enforced by
column names in llm_columns module.
- MultimodalContextSchema
- Marker struct for multimodal LLM-context tables.
Actual schema is enforced by column names in
multimodal_columns module. - PQConfig
- Product Quantization configuration
- PartitionDef
- One field in a multi-column partition spec (Phase K).
- ToolCallSchema
- Marker struct for agent tool-call history tables (Phase 9).
Actual schema is enforced by column names in
tool_call_columns module. - VectorStoragePolicy
- Vector storage configuration applied at table creation time.
Stored in Iceberg metadata.json properties.
- ToolCallOutcome
- Outcome of a tool call recorded in a
ToolCallSchema table.
- now_ns
- Current UTC time as Unix epoch nanoseconds.