Expand description
Core types and traits for Ubiquity consciousness-aware mesh
Re-exports§
pub use consciousness::*;pub use types::*;pub use traits::*;pub use error::*;pub use config::*;pub use retry::*;pub use auth::*;pub use health::*;pub use llm::*;pub use command::*;pub use command_unified::*;
Modules§
- auth
- Authentication and authorization
- command
- Command execution system with local, WASM, and cloud parity
- command_
cloud - Cloudflare Workers Durable Objects command execution implementation
- command_
local - Local command execution implementation using tokio::process
- command_
unified - Unified command executor that provides parity across all platforms
- config
- Configuration types for Ubiquity
- consciousness
- Consciousness types and monitoring
- error
- Error types for Ubiquity
- health
- Health monitoring and checks
- llm
- LLM service abstraction for Ubiquity
- llm_
config - LLM configuration helpers and builders
- retry
- Retry logic with exponential backoff
- traits
- Core traits for agents and consciousness
- types
- Core types for the Ubiquity system