pub struct Signals {}Expand description
Agentic-stack events fed to an algorithm out of band (e.g. tool results, budget
updates) — in libsy, via Algorithm::process_signals.
A placeholder today; a stateful algorithm can begin consuming signals as the enum grows without changing the orchestrator contract.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Signals
impl RefUnwindSafe for Signals
impl Send for Signals
impl Sync for Signals
impl Unpin for Signals
impl UnsafeUnpin for Signals
impl UnwindSafe for Signals
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more