Skip to main content

Crate agent_atlas

Crate agent_atlas 

Source
Expand description

atlas library

Core types and functionality for knowledge base indexing.

Re-exports§

pub use config::Config;
pub use aggregate::*;
pub use analyze::*;
pub use cache::*;
pub use extract::*;
pub use render::*;
pub use scan::*;
pub use types::*;

Modules§

aggregate
Global aggregation: term index, folder signatures
analyze
Text analysis: tokenization, n-grams, TF-IDF, link extraction
cache
Cache management for fingerprints and features
cli
CLI command implementations
config
Configuration types and defaults
extract
Text extraction from various file types
render
Markdown view rendering
scan
File scanning and fingerprinting
types
Core data types for the indexer

Enums§

LogLevel