Package-level declarations
Types
Link copied to clipboard
class DiscoveryTools(router: RetrievalRouter, projectionRecordStore: ProjectionRecordStore, collectorRunner: CollectorRunner, contextId: <Error class: unknown class>)
LLM-invocable tools exposing the discovery surface — proposition query, graph path, why-explain, projection health, and a collector dry-run — over the single RetrievalRouter and the leak-free discovery DTOs.
Link copied to clipboard
LLM-invocable tools over the schema governance operator surface: read the drift log and the current declaration, run a drift check, release a quarantined proposition.
Link copied to clipboard
LLM-invocable tools for exploring the graph view over proposition data.
Link copied to clipboard
data class Memory constructor(contextId: <Error class: unknown class>, repository: PropositionRepository, projector: MemoryProjector = DefaultMemoryProjector.DEFAULT, minConfidence: Double = DEFAULT_MIN_CONFIDENCE, defaultLimit: Int = DEFAULT_LIMIT, topic: String = "the user & context", useWhen: String = "whenever you need to recall information about ", narrowedBy: UnaryOperator<PropositionQuery>? = null, eagerQuery: UnaryOperator<PropositionQuery>? = null, eagerTopicSearch: Int? = null, eagerTextSearch: <Error class: unknown class>? = null, provenanceResolver: ProvenanceResolver? = null)
Tool providing agent memory search within a context.
Link copied to clipboard
SPI for attaching provenance to memory results.