host-update-control.mjs 253 B

1234
  1. /** Test-only access to services in the actual Loader-composed Desktop Host. */
  2. export const ready = Promise.withResolvers()
  3. export const inject = ['agents', 'jobs', 'llm', 'agentPresets', 'connection']
  4. export function apply(ctx) { ready.resolve(ctx) }