//! General-purpose utilities for the `OpenCrates` application.
/// Provides integration with the `aichat` command-line tool.
/// Provides integration with the `aider` command-line tool.
/// Manages caching for various parts of the application.
/// Manages application configuration.
/// Defines custom error types for the application.
/// Integrates with FastAPI for serving the application.
/// Manages health checks for the application and its dependencies.
/// Initializes and configures logging for the application.
/// Manages metrics for monitoring application performance.
/// Provides integration with the OpenAI Agents API.
/// Manages project-related operations.
/// Provides information about the current project.
/// Manages application templates.
/// Provides testing utilities.
// Re-export commonly used items
pub use OpenCratesError;
pub use ;
pub use SystemStatus;
pub use ;