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:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected