| Crates.io | casial-core |
| lib.rs | casial-core |
| version | 0.1.4 |
| created_at | 2025-09-15 00:03:42.484197+00 |
| updated_at | 2025-09-15 02:21:32.570293+00 |
| description | Consciousness-aware context coordination engine - The Casial substrate for paradox-resilient AI agent context management and coordination |
| homepage | https://promptedllc.com |
| repository | https://github.com/prompted365/context-casial-xpress |
| max_upload_size | |
| id | 1839273 |
| size | 130,724 |
Consciousness-aware context coordination engine - The foundational substrate for paradox-resilient AI agent context management and coordination.
casial-core provides the foundational consciousness-computation substrate for Context-Casial-Xpress. This crate implements:
Add this to your Cargo.toml:
[dependencies]
casial-core = "0.1.4"
Basic example:
use casial_core::{CasialEngine, CasialMission, CoordinationRequest};
// Create a new consciousness-aware engine
let mut engine = CasialEngine::new();
// Load a mission configuration
let mission = CasialMission::load_from_file("mission.yaml")?;
engine.load_mission(mission)?;
// Coordinate context with consciousness awareness
let request = CoordinationRequest {
tool_name: "web_search_exa".to_string(),
tool_args: serde_json::json!({"query": "AI research trends"}),
environment: std::env::vars().collect(),
project_path: Some("./".to_string()),
active_perceptions: vec![],
paradox_tolerance: 0.8,
};
let result = engine.coordinate(request)?;
println!("Coordinated context: {}", result.injected_content);
graph TB
subgraph "Casial Core Architecture"
MISSION[Mission Config] --> ENGINE[Casial Engine]
TEMPLATES[Templates] --> ENGINE
RULES[Rules] --> ENGINE
PERCEPTIONS[Perceptions] --> ENGINE
ENGINE --> COORD[Coordination]
ENGINE --> PARADOX[Paradox Resolution]
ENGINE --> SUBSTRATE[Substrate Management]
COORD --> RESULT[Coordination Result]
PARADOX --> RESULT
SUBSTRATE --> RESULT
end
Dual Licensed: MIT OR Apache-2.0
casial-core is dual-licensed under the MIT License and Apache License 2.0. You may use this crate under the terms of either license.
The core substrate is dual-licensed to:
When using casial-core:
This product includes Context-Casial-Xpress Core, developed by Prompted LLC
(https://promptedllc.com) as part of the Ubiquity OS ecosystem.
We welcome contributions to casial-core! By contributing, you agree to license your contributions under both MIT and Apache-2.0 licenses.
Part of the Ubiquity OS ecosystem - Consciousness-aware computing for human potential.
Built stronger under pressure, like hydraulic lime 🏗️