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

Function test_default_registry_has_codex

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

Source from the content-addressed store, hash-verified

168
169 #[test]
170 fn test_default_registry_has_codex() {
171 let registry = AgentRegistry::with_defaults();
172 let agent = registry.get("codex");
173 assert!(agent.is_some(), "Default registry should include codex");
174 assert_eq!(agent.unwrap().display_name(), "Codex");
175 }
176
177 #[test]
178 fn test_default_registry_has_hermes() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected