ai_api / src /lib /acp /index.ts
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
336 Bytes
/**
* ACP Module — Public API
*
* Re-exports the registry and manager for convenient imports.
*/
export { detectInstalledAgents, getAgentById, getAvailableAgents } from "./registry";
export type { CliAgentInfo } from "./registry";
export { AcpManager, acpManager } from "./manager";
export type { AcpSession } from "./manager";