pub struct AntigravityCanaryLauncher {
pub workdir: PathBuf,
}Expand description
The Antigravity delivery canary (round-3 B2/D-07): one throwaway agy turn
over the SAME bidirectional stream-json transport a production
Antigravity stage uses, with the agent-aware first turn
(monitor::user_turn_line_for) and close rule
(CloseRule::for_agent). The trust decision stays in
run_delivery_canary, which now resolves it agent-aware via
agent_result::token_reported_in_capture_for.
Fields§
§workdir: PathBufWorking directory for the throwaway child — same rationale as
ClaudeCanaryLauncher::workdir.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AntigravityCanaryLauncher
impl RefUnwindSafe for AntigravityCanaryLauncher
impl Send for AntigravityCanaryLauncher
impl Sync for AntigravityCanaryLauncher
impl Unpin for AntigravityCanaryLauncher
impl UnsafeUnpin for AntigravityCanaryLauncher
impl UnwindSafe for AntigravityCanaryLauncher
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