Crate micro_routing

Source
Expand description

Micro Routing - Dynamic routing for micro-neural networks

This crate provides dynamic routing and context management for micro-neural network systems in the Semantic Cartan Matrix.

Modules§

context
gating
router

Structs§

AgentState
Agent state in the Semantic Cartan Matrix system
ContextManager
Context manager
ContextVector
Context vector for routing
DynamicRouter
Dynamic router for micro-networks
GatingFunction
Gating function implementation
NeuralGate
Neural gate for filtering
RootVector
A 32-dimensional root vector with SIMD alignment
RouterConfig
Router configuration
RoutingDecision
Routing decision result

Enums§

AgentType
Types of agents in the system
Error
Error type for micro_core operations

Constants§

ROOT_DIM
Root dimension constant for type parameters
VERSION
Version information

Traits§

MicroNet
Trait for micro neural network agents

Type Aliases§

Result
Result type alias