feat: add agents barrel export

This commit is contained in:
William Valentin
2026-02-06 15:58:56 -08:00
parent 0d5601fb13
commit fecf02acd1
+2
View File
@@ -0,0 +1,2 @@
export { AgentConfigRegistry, type AgentConfig } from './registry.js';
export { AgentRouter, type RoutingConfig } from './router.js';