pub struct SeedAgent { /* private fields */ }Expand description
An agent that emits an initial seed fact once.
Demonstrates:
- Agent with no dependencies (runs first)
- Self-terminating behavior (checks if already contributed)
- Monotonic context evolution
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeedAgent
impl RefUnwindSafe for SeedAgent
impl Send for SeedAgent
impl Sync for SeedAgent
impl Unpin for SeedAgent
impl UnwindSafe for SeedAgent
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