Re-exports§
pub use crate::graph::confidence::ProvenanceWeights;
Structs§
- Capture
Section - Capturing sessions from the agent CLIs on this machine (
[capture]). - CliSection
- Overrides for the spawned agent CLI (
[llm.cli]). - Config
- Ephemeral
Config - Extraction
Section - Background entity extraction inside the graph daemon (
[extraction]). - Graph
Dedup Config - Similarity bands that decide when entity dedup pays for a model call.
- Graph
Scoring Config - Scoring weights for utility-weighted semantic search.
- Graph
Section - Json
Paths - Where a CLI’s answer sits in its JSON output.
- Line
Matchers - Predicates that pick one line out of an NDJSON stream.
- LlmSection
- Pipeline
Section - Serve
Section - Settings for the
recall-echo servegraph daemon.
Enums§
- CliPreset
- A known agent CLI’s calling convention.
- Dedup
Band - Which of the three dedup bands a similarity falls in.
- Output
Mode - The shape of a CLI’s stdout.
- Prompt
Delivery - How the prompt reaches the CLI.
- Provider
- LLM provider for entity extraction.
Functions§
- config_
path - Config file path for a given base directory.
- exists
- Returns true if .recall-echo.toml exists in the directory.
- load
- Load config from .recall-echo.toml in the base dir. Returns defaults if file doesn’t exist or is malformed.
- load_
from_ dir - Load config from .recall-echo.toml in the given directory. Returns defaults if file doesn’t exist or is malformed.
- save
- Save config to .recall-echo.toml in the base dir.