Re-exports§
pub use config::Config;
Modules§
- config
- directories
- mcp
- providers
- Provider abstraction layer - now powered by octolib
- session
- state
- utils
- websocket
Macros§
- log_
conditional - Conditional logging - prints different messages based on log level
- log_
debug - Debug logging macro with automatic bright blue coloring
- log_
error - Error logging macro with automatic bright red coloring Always visible regardless of log level (errors should always be shown)
- log_
info - Info logging macro with automatic cyan coloring Shows info messages when log level is Info OR Debug