Re-exports§
pub use config::validate_config;
Modules§
- adaptor
- audit
- backends
- capability
- code_
gen - config
- context_
packs - extractor
- generative_
forge - harness
- input_
validation - normalizer
- Pre-processing deobfuscation normalizer.
- policy
- rag
- regenerative_
forge - reputation
- serve
- session_
log - soul
- static_
analysis - tool_
forge - tool_
memory - transformer
- types
- verifier
- wasm_
forge
Functions§
- analyze
- Top-level convenience function. Loads soul + backend from config, runs the full two-stage pipeline, returns a HarnessResult.
- prepare_
prompt - Build the augmented system prompt and payload for
inputwithout calling the model. Used by--dump-promptto print and exit before any API call.