Structs§
- AddGraph
Edge Params - Parameters for creating a graph edge.
- Canonical
Memory Config - Configuration for the memory system.
- Canonical
Memory Store - Thread-safe handle to the memory database.
- ClaimId
- Opaque identifier for a claim (knowledge assertion).
- Claim
Version Id - Opaque identifier for a specific version of a claim.
- Entity
Id - Opaque identifier for an entity (person, concept, code unit, etc.).
- Envelope
Id - Opaque identifier for an import/export envelope.
- Evidence
Bundle - An evidence bundle capturing the full methodological chain.
- Explained
Search Response - Explained search response shape for context-aware APIs.
- Export
Claim - A claim exported from Forge.
- Export
Envelope V2 - Forge-owned export envelope containing projection data plus the canonical evidence bundle that produced those projections.
- Export
Envelope V3 - CLIB-013: Canonical Forge export envelope (v3).
- Export
Record V3 - Forge
Export Meta - Metadata about a Forge export operation.
- Forge
Tool Receipt V2 - Integrity
Report - Result of an integrity verification.
- Knowledge
Runtime - The main runtime handle.
- Memory
Stats - Database statistics.
- Mock
Embedder - Deterministic embedder for unit tests.
- Projection
Import Batch V3 - Canonical kernel-oriented projection import batch produced by the bridge.
- Projection
Import Result - Result of a projection batch import (V11+).
- Query
Trace - Observability record for a single query execution.
- Runtime
Config - Top-level runtime configuration.
- Runtime
Query Provenance V1 - Versioned provenance record summarizing a full query execution for downstream audit.
- Scope
- Multi-dimensional scope that bounds every runtime query and projection.
- Scope
Key - Compact, hashable representation of all scope dimensions.
- Search
Context - Explicit search execution context for deterministic replay and receipt generation.
- Search
Response - Search response shape for context-aware APIs.
- Search
Result - A single search result.
- Semantic
Memory Adapter - Read-only adapter over a
semantic_memory::MemoryStore. - Stored
Graph Edge - A stored graph edge row.
- Trace
Ctx - In-process trace context for cross-crate correlation.
- Vector
Search Receipt V1 - Receipt-ready vector/search execution metadata.
Enums§
- Bridge
Error - Errors produced by the forge-memory-bridge.
- Canonical
Memory Error - Error types for the semantic-memory crate.
- Export
Record - A single record within an export envelope.
- Receipt
Mode - Controls whether search receipt metadata is produced.
- Reconcile
Action - Action to take when integrity issues are found.
- Runtime
Error - Error types for the knowledge-runtime crate.
- Verify
Mode - How thorough the integrity check should be.
Constants§
- EXPORT_
ENVELOPE_ V2_ SCHEMA - Schema version for ExportEnvelopeV2.
- EXPORT_
ENVELOPE_ V3_ SCHEMA - Schema version for the richer kernel-ready export envelope.
- PROJECTION_
IMPORT_ BATCH_ V3_ SCHEMA - Rich import-batch schema version emitted by the bridge for the kernel path.
Functions§
- import_
projection_ batch - transform_
envelope_ v3 - Transform an
ExportEnvelopeV3into aProjectionImportBatchV3. - transform_
forge_ export