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

Class AgentStopInput

atomic-agent/src/hooks/kilo.rs:104–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected