agentic-codebase 0.3.0

Semantic code compiler for AI agents - transforms codebases into navigable concept graphs
Documentation
1
2
3
4
5
6
7
8
//! Configuration loading and resolution.
//!
//! Supports TOML config files, environment variables, and CLI arguments
//! with a well-defined priority chain.

pub mod loader;

pub use loader::{load_config, resolve_graph_path, ServerConfig};