Crate batuta

Crate batuta 

Source

Re-exports§

pub use backend::Backend;
pub use backend::BackendSelector;
pub use backend::OpComplexity;
pub use numpy_converter::NumPyConverter;
pub use numpy_converter::NumPyOp;
pub use parf::CodePattern;
pub use parf::DeadCode;
pub use parf::DependencyKind;
pub use parf::FileDependency;
pub use parf::ParfAnalyzer;
pub use parf::SymbolKind;
pub use parf::SymbolReference;
pub use pipeline::AnalysisStage;
pub use pipeline::BuildStage;
pub use pipeline::OptimizationStage;
pub use pipeline::PipelineStage;
pub use pipeline::TranspilationPipeline;
pub use pipeline::TranspilationStage;
pub use pipeline::ValidationStage;
pub use pipeline::ValidationStrategy;
pub use plugin::PluginMetadata;
pub use plugin::PluginRegistry;
pub use plugin::PluginStage;
pub use plugin::TranspilerPlugin;
pub use pytorch_converter::PyTorchConverter;
pub use pytorch_converter::PyTorchOperation;
pub use pytorch_converter::RealizarOperation;
pub use report::MigrationReport;
pub use report::ReportFormat;
pub use sklearn_converter::AprenderAlgorithm;
pub use sklearn_converter::SklearnAlgorithm;
pub use sklearn_converter::SklearnConverter;
pub use types::Language;
pub use types::PhaseStatus;
pub use types::ProjectAnalysis;
pub use types::WorkflowPhase;
pub use types::WorkflowState;
pub use audit::new_audit_collector;
pub use audit::record_failure;
pub use audit::record_success;
pub use audit::ChainVerification;
pub use audit::ContextSnapshot;
pub use audit::HashChainEntry;
pub use audit::PipelineAuditCollector;
pub use audit::PipelinePath;
pub use audit::PipelineTrace;
pub use audit::StageTimer;
pub use experiment::AppleChip;
pub use experiment::ArtifactSignature;
pub use experiment::ArtifactType;
pub use experiment::CitationMetadata;
pub use experiment::CitationType;
pub use experiment::ComputeDevice;
pub use experiment::ComputeIntensity;
pub use experiment::CostMetrics;
pub use experiment::CostPerformanceBenchmark;
pub use experiment::CostPerformancePoint;
pub use experiment::CpuArchitecture;
pub use experiment::CreditRole;
pub use experiment::EnergyMetrics;
pub use experiment::ExperimentError;
pub use experiment::ExperimentRun;
pub use experiment::ExperimentStorage;
pub use experiment::GpuVendor;
pub use experiment::InMemoryExperimentStorage;
pub use experiment::ModelParadigm;
pub use experiment::OfflineRegistryConfig;
pub use experiment::Orcid;
pub use experiment::PlatformEfficiency;
pub use experiment::PreRegistration;
pub use experiment::ResearchArtifact;
pub use experiment::ResearchContributor;
pub use experiment::RunStatus;
pub use experiment::SignatureAlgorithm;
pub use experiment::SovereignArtifact;
pub use experiment::SovereignDistribution;
pub use experiment::TpuVersion;
pub use recipes::CiCdBenchmarkRecipe;
pub use recipes::CostPerformanceBenchmarkRecipe;
pub use recipes::ExperimentTrackingConfig;
pub use recipes::ExperimentTrackingRecipe;
pub use recipes::RecipeResult;
pub use recipes::ResearchArtifactRecipe;
pub use recipes::SovereignDeploymentConfig;
pub use recipes::SovereignDeploymentRecipe;
pub use oracle::Backend as OracleBackend;
pub use oracle::Capability;
pub use oracle::CapabilityCategory;
pub use oracle::ComponentRecommendation;
pub use oracle::ComputeRecommendation;
pub use oracle::DataSize;
pub use oracle::DistributionRecommendation;
pub use oracle::HardwareSpec;
pub use oracle::IntegrationPattern;
pub use oracle::KnowledgeGraph;
pub use oracle::OpComplexity as OracleOpComplexity;
pub use oracle::OptimizationTarget;
pub use oracle::OracleQuery;
pub use oracle::OracleResponse;
pub use oracle::ProblemDomain;
pub use oracle::QueryConstraints;
pub use oracle::QueryEngine;
pub use oracle::QueryPreferences;
pub use oracle::Recommender;
pub use oracle::StackComponent;
pub use oracle::StackLayer;
pub use serve::BackendSelector as ServeBackendSelector;
pub use serve::ChatMessage;
pub use serve::ChatTemplateEngine;
pub use serve::CircuitBreakerConfig;
pub use serve::ContextManager;
pub use serve::ContextWindow;
pub use serve::CostCircuitBreaker;
pub use serve::FailoverConfig;
pub use serve::FailoverManager;
pub use serve::PrivacyTier;
pub use serve::RejectReason;
pub use serve::Role;
pub use serve::RouterConfig;
pub use serve::RoutingDecision;
pub use serve::ServingBackend;
pub use serve::SpilloverRouter;
pub use serve::StreamingContext;
pub use serve::TemplateFormat;
pub use serve::TokenEstimator;
pub use serve::TruncationStrategy;
pub use stack::render_dashboard;
pub use stack::AndonStatus;
pub use stack::Anomaly;
pub use stack::AnomalyCategory;
pub use stack::ComponentMetrics;
pub use stack::ComponentNode;
pub use stack::ComponentQuality;
pub use stack::ErrorForecaster;
pub use stack::ForecastMetrics;
pub use stack::GraphMetrics;
pub use stack::HealthStatus;
pub use stack::HealthSummary;
pub use stack::HeroImageResult;
pub use stack::ImageFormat;
pub use stack::IsolationForest;
pub use stack::QualityChecker;
pub use stack::QualityGrade;
pub use stack::QualityIssue;
pub use stack::QualitySummary;
pub use stack::Score;
pub use stack::StackDiagnostics;
pub use stack::StackLayer as QualityStackLayer;
pub use stack::StackQualityReport;
pub use falsification::evaluate_critical_only;
pub use falsification::evaluate_project;
pub use falsification::CheckItem;
pub use falsification::CheckStatus;
pub use falsification::ChecklistResult;
pub use falsification::Evidence;
pub use falsification::EvidenceType;
pub use falsification::Severity;
pub use falsification::TpsGrade;

Modules§

analyzer
audit
Pipeline Audit Trail Integration
backend
config
content
Content Creation Tooling Module
data
Data Platforms Integration
experiment
Experiment Tracking Integration Module
falsification
Popperian Falsification Checklist Implementation
numpy_converter
NumPy to Trueno conversion module (BATUTA-008)
oracle
Oracle Mode - Intelligent query interface for the Sovereign AI Stack
parf
PARF (Pattern and Reference Finder) module (BATUTA-012)
pipeline
plugin
pytorch_converter
PyTorch to Realizar conversion module (BATUTA-010)
recipes
Orchestration Recipes Module
report
serve
Model Serving Ecosystem
sklearn_converter
sklearn to Aprender conversion module (BATUTA-009)
stack
PAIML Stack Dependency Orchestration
tools
tui
TUI (Terminal User Interface) Module
types
viz
Data Visualization Frameworks Integration