pub struct Agent;Expand description
Agent used by the daily update workflow; it packages operational changes into reviewable staff updates instead of free-form agent output.
Trait Implementations§
Source§impl WorkflowAgent<Input, Output> for Agent
impl WorkflowAgent<Input, Output> for Agent
Source§fn build_prompt_packet(
&self,
event: &Event,
input: Input,
) -> AgentPromptPacket<Input>
fn build_prompt_packet( &self, event: &Event, input: Input, ) -> AgentPromptPacket<Input>
Builds the prompt packet for one workflow event and typed input payload. Read more
impl Copy for Agent
Auto Trait Implementations§
impl Freeze for Agent
impl RefUnwindSafe for Agent
impl Send for Agent
impl Sync for Agent
impl Unpin for Agent
impl UnsafeUnpin for Agent
impl UnwindSafe for Agent
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