| 1 | import type { Agent } from "./types.js"; |
| 2 | import { PropertyCrawler, getPropertyIndex, type AgentInfo, type CrawlResult } from "@adcp/client"; |
| 3 | import { FederatedIndexService } from "./federated-index.js"; |
| 4 | import { AdAgentsManager } from "./adagents-manager.js"; |
nothing calls this directly
no test coverage detected