Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
11 lines
302 B
JavaScript
11 lines
302 B
JavaScript
/**
|
|
* AgentWorkerService — barrel re-export
|
|
*
|
|
* Maintains backward compatibility: default export is the service singleton,
|
|
* named export { AgentWorkerService } also available.
|
|
*/
|
|
|
|
import AgentWorkerService from './polling.js';
|
|
|
|
export default AgentWorkerService;
|
|
export { AgentWorkerService };
|