Expand description
The engine tools the agent may call — pure read primitives over a loaded Corpus. The agent
plans a question into IKL probes; retrieval is the reasoning (roaring set-algebra), so these three
tools (discover schema, discover a facet’s vocabulary, run an IKL query) are enough to answer.
Constants§
Functions§
- engine_
tools - Build the engine tool specs.
facets= the corpus’s real facet names (empty = none known yet); when present they bound therun_workflowfacet slots to real values. - exec_
tool - Execute a tool call against the corpus. Returns (json_string, is_error).