Skip to main content

TimeBridge

Trait TimeBridge 

Source
pub trait TimeBridge: Send + Sync {
    // Provided methods
    fn link_deadline(
        &self,
        _anchor_id: &str,
        _deadline_id: &str,
    ) -> Result<(), String> { ... }
    fn temporal_context(&self, _topic: &str) -> Vec<String> { ... }
    fn is_deadline_past(&self, _deadline_id: &str) -> Option<bool> { ... }
}
Expand description

Time bridge for AgenticTime integration.

Provided Methods§

Source

fn temporal_context(&self, _topic: &str) -> Vec<String>

Source

fn is_deadline_past(&self, _deadline_id: &str) -> Option<bool>

Implementors§