@camstack/agent 1.1.53 → 1.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire as __cr } from 'node:module'; const require = globalThis.require ?? __cr(import.meta.url);
3
3
  import {
4
4
  startAgent
5
- } from "./chunk-Y3WG77PU.mjs";
5
+ } from "./chunk-52R7SQAV.mjs";
6
6
  import "./chunk-KPUXW5YX.mjs";
7
7
 
8
8
  // src/cli.ts
package/dist/index.js CHANGED
@@ -2871,6 +2871,9 @@ async function startAgent(configPath) {
2871
2871
  agentUdsRegistry.onReadinessSnapshotRequest(
2872
2872
  () => agentReadinessRegistry.getSnapshotForTransport()
2873
2873
  );
2874
+ broker.createService(
2875
+ (0, import_system3.createReadinessServiceForRegistry)(agentReadinessRegistry, import_system3.AGENT_READINESS_SERVICE_NAME)
2876
+ );
2874
2877
  }
2875
2878
  const getBrokerFn = (() => broker);
2876
2879
  void startAgentHttpServer(getBrokerFn, {