Structs§
- Config
Loader - Embedding
Config - Embedding model configuration.
- GitHub
Config - GitHub-related configuration.
- Ixchel
Config - Shared configuration used by multiple Ixchel tools.
- Storage
Config - Storage configuration.
Enums§
Functions§
- detect_
github_ token - Detect GitHub token from multiple sources.
- find_
project_ config_ dir - Find the project config directory (
.ixchel/) by walking to git root. - global_
config_ dir Deprecated - Get the global config directory (
~/.ixchel/config). - ixchel_
config_ dir - Get the config directory (
~/.ixchel/config). - ixchel_
data_ dir - Get the data directory (
~/.ixchel/data). - ixchel_
home - Get the Ixchel home directory (
~/.ixchelor$IXCHEL_HOME). - ixchel_
log_ dir - Get the log directory (
~/.ixchel/log). - ixchel_
state_ dir - Get the state directory (
~/.ixchel/state). - load_
config - load_
shared_ config - Load the shared configuration from global and project config files.
- project_
config_ dir Deprecated