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

Function test_default_registry_has_kiro

atomic-agent/src/lib.rs:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184
185 #[test]
186 fn test_default_registry_has_kiro() {
187 let registry = AgentRegistry::with_defaults();
188 let agent = registry.get("kiro");
189 assert!(agent.is_some(), "Default registry should include kiro");
190 assert_eq!(agent.unwrap().display_name(), "Kiro");
191 }
192
193 #[test]
194 fn test_default_registry_has_pi() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected