Module runtime

Module runtime 

Source
Expand description

Runtime components for external function execution

This module provides handlers for external functions like HTTP calls, AI API calls, system commands, etc.

Re-exports§

pub use db::*;
pub use external::*;
pub use manager::*;

Modules§

db
Database handler for Jsonnet evaluator
external
External function handlers for Jsonnet evaluation (placeholder)
manager
Runtime manager for coordinating external function handlers