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

Method hook_verbs

atomic-agent/src/hooks/pi.rs:533–542  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

531 }
532
533 fn hook_verbs(&self) -> Vec<&str> {
534 vec![
535 "session-start",
536 "session-end",
537 "user-prompt",
538 "stop",
539 "before-tool",
540 "after-tool",
541 ]
542 }
543}
544
545// Helper: generate short pseudo-UUID for fallback session IDs

Callers 1

test_hook_verbsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_hook_verbsFunction · 0.36