MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AgentStopInput

Class AgentStopInput

atomic-agent/src/hooks/kiro.rs:106–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104#[derive(Debug, Deserialize)]
105#[allow(dead_code)]
106struct AgentStopInput {
107 #[serde(default)]
108 session_id: Option<String>,
109
110 /// Working directory
111 #[serde(default)]
112 cwd: Option<String>,
113
114 /// Model identifier
115 #[serde(default)]
116 model: Option<String>,
117
118 /// ISO 8601 timestamp
119 #[serde(default)]
120 timestamp: Option<String>,
121}
122
123/// JSON input for pre-tool-use and post-tool-use hooks.
124///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected