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
aicxsemantic search (Iter 2: dry-run only). - wizard
- Interactive
aicx wizardentrypoint.