@opencow-ai/opencow-agent-sdk 0.4.18 → 0.4.19

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/client.d.ts CHANGED
@@ -34,8 +34,9 @@ export { attachSdkLogObserver, detachSdkLogObserver, } from './lib/log/observer.
34
34
  * agentId. Background agents outlive the launching turn AND the launching
35
35
  * Query/session — after a host stops the main session there is no live
36
36
  * Query to call `query.killAgent(agentId)` on, but the agent's abort
37
- * controller stays reachable in the process-level registry. Returns true
38
- * if a live agent was found and signalled.
37
+ * controller stays reachable in the process-level registry. The returned
38
+ * Promise resolves after the agent's MCP cleanup and finalizers complete;
39
+ * unknown or already-settled agents resolve immediately.
39
40
  */
40
41
  export { abortBackgroundAgentById as killBackgroundAgent } from './session/backgroundAbortRegistry.js';
41
42
  /** @stable */