fix: use basic Engine for runner_osiris until osiris rhai module is available
This commit is contained in:
@@ -34,9 +34,9 @@ struct Args {
|
|||||||
/// - Sets up get_context() for participant-based access control
|
/// - Sets up get_context() for participant-based access control
|
||||||
/// - Configures the Rhai engine for OSIRIS scripts
|
/// - Configures the Rhai engine for OSIRIS scripts
|
||||||
fn create_osis_engine() -> Engine {
|
fn create_osis_engine() -> Engine {
|
||||||
// Use the engine with manager for dynamic context creation
|
// Create a basic Rhai engine
|
||||||
osiris::rhai::create_osiris_engine_with_manager("redis://localhost:6379", 1)
|
// TODO: Add OSIRIS-specific registrations when available
|
||||||
.expect("Failed to create OSIRIS engine")
|
Engine::new()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
|
|||||||
Reference in New Issue
Block a user