Skip to main content

Crate aicx

Crate aicx 

Source
Expand description

AICX library crate.

Use Aicx for the supported in-process boundary: store timeline entries, scan/read canonical chunks, search, extract intents, and run doctor checks without importing CLI-private code from main.rs.

Vibecrafted with AI Agents by VetCoders (c)2026 VetCoders

Re-exports§

pub use api::Aicx;
pub use api::AicxConfig;
pub use api::IndexStatus;
pub use api::SearchOptions;
pub use api::SearchResults;
pub use api::StoreOptions;
pub use aicx_parser as parser;
pub use aicx_embeddings as embeddings;

Modules§

api
Stable in-process API for consumers that want AICX as a library.
chunker
Semantic windowing chunker for RAG indexing.
corpus
Corpus audit and deterministic derived-markdown repair.
dashboard
AI Contexters dashboard generator.
dashboard_server
AI Contexters dashboard HTTP server runtime.
doctor
Diagnostic and self-healing layer for aicx.
embedder
Embedder foundation for AICX and the Vibecrafted framework.
frontmatter
YAML frontmatter parser for markdown reports.
hf_cache
HuggingFace cache utilities for aicx’s runtime embedder fallback.
intents
Intention Engine for ai-contexters.
mcp
MCP (Model Context Protocol) server for aicx.
oracle
Explicit AICX Oracle provenance for search-like surfaces.
output
Output engine for ai-contexters
prelude
progress
Progress observability for the aicx store pipeline.
rank
Per-chunk content quality scoring and fuzzy-search presentation helpers.
redact
Secret redaction helpers for ai-contexters outputs.
reports_extractor
Vibecrafted artifact report extractor and standalone HTML explorer.
sanitize
Path and input sanitization for ai-contexters.
search_engine
Semantic-first search dispatch with explicit fuzzy fallback.
segmentation
Semantic segmentation for canonical store ownership.
sources
Sources / Extractors module for AI Contexters
state
State management for ai-contexters.
steer_index
BM25 + LanceDB steer index for fast session retrieval.
store
Central context store for ai-contexters.
timeline
Shared timeline and segmentation data types.
types
Shared canonical types used by the intent engine.
validation
Shared schema validation for repository-derived filesystem buckets.
vector_index
Vector index builder for aicx semantic search (Iter 2: dry-run only).
wizard
Interactive aicx wizard entrypoint.