Skip to main content

vv_agent/integrations/
protocols.rs

1pub trait SkillIntegration: Send + Sync {
2    fn enabled(&self) -> bool;
3}