@zhivex-ai/agents 1.1.0 → 1.3.0

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/README.md CHANGED
@@ -40,13 +40,14 @@ console.log(result.state);
40
40
 
41
41
  ## Entry Points
42
42
 
43
- The package uses explicit entry points so production applications can keep operational, realtime, beta, and testing dependencies intentional:
43
+ The package uses explicit entry points so production applications can keep operational, control-plane, realtime, beta, and testing dependencies intentional:
44
44
 
45
45
  | Import | Stability | Purpose |
46
46
  | --- | --- | --- |
47
47
  | `@zhivex-ai/agents` | Stable | Agent execution, tools, HITL, safety, streaming, handoffs, and subagents |
48
48
  | `@zhivex-ai/agents/ops` | Stable | Stores, memory, tracing, evaluation, replay, costs, and provider-support reports |
49
- | `@zhivex-ai/agents/beta` | Beta | Control plane, capsules, approval queues, ledgers, governance, and capability routing |
49
+ | `@zhivex-ai/agents/control-plane` | Stable | Capsules, approval queues, ledgers, governance policy, durable approval resume, and capability routing |
50
+ | `@zhivex-ai/agents/beta` | Mixed compatibility | Stable control-plane alias plus remaining Beta harness, audit, and hosted-tool helpers |
50
51
  | `@zhivex-ai/agents/realtime` | Stable | Live/realtime agent streaming |
51
52
  | `@zhivex-ai/agents/testing` | Stable | Deterministic model and tool test doubles |
52
53
 
@@ -143,7 +144,7 @@ If a subagent pauses for approval, the parent exposes a `kind: "subagent"` reque
143
144
  Use `createAgentApprovalQueue()` when the application needs queue items with approval tokens and resume URLs.
144
145
 
145
146
  ```ts
146
- import { createAgentApprovalQueue } from "@zhivex-ai/agents/beta";
147
+ import { createAgentApprovalQueue } from "@zhivex-ai/agents/control-plane";
147
148
  ```
148
149
 
149
150
  ## Production State
@@ -188,7 +189,7 @@ Capsules created through `createAgentCapsule()` bind a canonical harness fingerp
188
189
  Use provider support helpers before routing important agent workloads:
189
190
 
190
191
  ```ts
191
- import { createAgentCapabilityRouter } from "@zhivex-ai/agents/beta";
192
+ import { createAgentCapabilityRouter } from "@zhivex-ai/agents/control-plane";
192
193
 
193
194
  const router = createAgentCapabilityRouter([openai("gpt-5"), anthropic("claude-sonnet-5")]);
194
195
  const selected = router.select({
@@ -229,7 +230,7 @@ import {
229
230
 
230
231
  // After
231
232
  import { createInMemoryAgentRunStore } from "@zhivex-ai/agents/ops";
232
- import { createAgentControlPlane } from "@zhivex-ai/agents/beta";
233
+ import { createAgentControlPlane } from "@zhivex-ai/agents/control-plane";
233
234
  import { streamLiveAgent } from "@zhivex-ai/agents/realtime";
234
235
  import { createMockLanguageModel } from "@zhivex-ai/agents/testing";
235
236
  ```
package/dist/beta.d.ts CHANGED
@@ -1,8 +1,10 @@
1
1
  /**
2
- * Beta control-plane and governance APIs.
2
+ * Compatibility alias for the stable control-plane entry point plus the
3
+ * remaining beta governance helpers.
3
4
  *
4
- * These exports may change between minor releases until promoted to stable.
5
+ * @deprecated Import stable control-plane contracts from "./control-plane".
5
6
  */
6
- export { AGENT_CONTROL_PLANE_SCHEMA_VERSION, PRODUCTION_AGENT_KIT_SCHEMA_VERSION, createAgentExecutionEnvironmentBinding, createAgentHarnessBinding, createAgentApprovalQueue, createAgentAuditRecord, createAgentCapabilityRouter, createAgentCapsule, createAgentControlPlane, createAgentControlPlaneRunRecord, createAgentRunLedger, createAgentToolPolicy, createReadOnlyToolApprovalPolicy, createSensitiveDataPolicy, createToolAuditRecords, diffAgentRunLedgers, fingerprintAgentHarness, getAgentCapabilities, getAgentSupportTier, getHostedToolClass, inspectAgentCapsule, inspectAgentControlPlane, promoteAgentGoldenTrace, selectAgentModel } from "@zhivex-ai/core";
7
- export type { AgentApprovalQueueItem, AgentApprovalQueueOptions, AgentAuditRecord, AgentAuditRecordOptions, AgentCapabilityRequirements, AgentCapabilityRouter, AgentCapsule, AgentCapsuleEvaluationManifest, AgentCapsuleInspection, AgentCapsuleManifest, AgentCapsuleMcpServerManifest, AgentCapsulePolicyManifest, AgentCapsuleSkillManifest, AgentCapsuleToolManifest, AgentControlPlane, AgentControlPlaneInspection, AgentControlPlaneOptions, AgentControlPlaneRunInput, AgentControlPlaneRunRecord, AgentGoldenTrace, AgentModelCandidate, AgentModelSelection, AgentRunLedger, AgentRunLedgerDiff, AgentRunLedgerDiffChange, AgentRunLedgerOptions, AgentToolPermission, AgentToolPolicyMode, AgentToolPolicyOptions, AgentToolRiskLevel, CreateAgentCapsuleOptions, ReadOnlyToolApprovalPolicyOptions, SensitiveDataPolicyOptions, ToolAuditRecord, ToolAuditRecordOptions } from "@zhivex-ai/core";
7
+ export * from "./control-plane.js";
8
+ export { PRODUCTION_AGENT_KIT_SCHEMA_VERSION, createAgentExecutionEnvironmentBinding, createAgentHarnessBinding, createAgentAuditRecord, createReadOnlyToolApprovalPolicy, createSensitiveDataPolicy, createToolAuditRecords, fingerprintAgentHarness, getAgentCapabilities, getAgentSupportTier, getHostedToolClass } from "@zhivex-ai/core";
9
+ export type { AgentAuditRecord, AgentAuditRecordOptions, ReadOnlyToolApprovalPolicyOptions, SensitiveDataPolicyOptions, ToolAuditRecord, ToolAuditRecordOptions } from "@zhivex-ai/core";
8
10
  //# sourceMappingURL=beta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"beta.d.ts","sourceRoot":"","sources":["../src/beta.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EACL,kCAAkC,EAClC,mCAAmC,EACnC,sCAAsC,EACtC,yBAAyB,EACzB,wBAAwB,EACxB,sBAAsB,EACtB,2BAA2B,EAC3B,kBAAkB,EAClB,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,qBAAqB,EACrB,gCAAgC,EAChC,yBAAyB,EACzB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,wBAAwB,EACxB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,sBAAsB,EACtB,yBAAyB,EACzB,gBAAgB,EAChB,uBAAuB,EACvB,2BAA2B,EAC3B,qBAAqB,EACrB,YAAY,EACZ,8BAA8B,EAC9B,sBAAsB,EACtB,oBAAoB,EACpB,6BAA6B,EAC7B,0BAA0B,EAC1B,yBAAyB,EACzB,wBAAwB,EACxB,iBAAiB,EACjB,2BAA2B,EAC3B,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,kBAAkB,EAClB,yBAAyB,EACzB,iCAAiC,EACjC,0BAA0B,EAC1B,eAAe,EACf,sBAAsB,EACvB,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"beta.d.ts","sourceRoot":"","sources":["../src/beta.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,cAAc,oBAAoB,CAAC;AAEnC,OAAO,EACL,mCAAmC,EACnC,sCAAsC,EACtC,yBAAyB,EACzB,sBAAsB,EACtB,gCAAgC,EAChC,yBAAyB,EACzB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,gBAAgB,EAChB,uBAAuB,EACvB,iCAAiC,EACjC,0BAA0B,EAC1B,eAAe,EACf,sBAAsB,EACvB,MAAM,iBAAiB,CAAC"}
package/dist/beta.js CHANGED
@@ -1,7 +1,9 @@
1
1
  /**
2
- * Beta control-plane and governance APIs.
2
+ * Compatibility alias for the stable control-plane entry point plus the
3
+ * remaining beta governance helpers.
3
4
  *
4
- * These exports may change between minor releases until promoted to stable.
5
+ * @deprecated Import stable control-plane contracts from "./control-plane".
5
6
  */
6
- export { AGENT_CONTROL_PLANE_SCHEMA_VERSION, PRODUCTION_AGENT_KIT_SCHEMA_VERSION, createAgentExecutionEnvironmentBinding, createAgentHarnessBinding, createAgentApprovalQueue, createAgentAuditRecord, createAgentCapabilityRouter, createAgentCapsule, createAgentControlPlane, createAgentControlPlaneRunRecord, createAgentRunLedger, createAgentToolPolicy, createReadOnlyToolApprovalPolicy, createSensitiveDataPolicy, createToolAuditRecords, diffAgentRunLedgers, fingerprintAgentHarness, getAgentCapabilities, getAgentSupportTier, getHostedToolClass, inspectAgentCapsule, inspectAgentControlPlane, promoteAgentGoldenTrace, selectAgentModel } from "@zhivex-ai/core";
7
+ export * from "./control-plane.js";
8
+ export { PRODUCTION_AGENT_KIT_SCHEMA_VERSION, createAgentExecutionEnvironmentBinding, createAgentHarnessBinding, createAgentAuditRecord, createReadOnlyToolApprovalPolicy, createSensitiveDataPolicy, createToolAuditRecords, fingerprintAgentHarness, getAgentCapabilities, getAgentSupportTier, getHostedToolClass } from "@zhivex-ai/core";
7
9
  //# sourceMappingURL=beta.js.map
package/dist/beta.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"beta.js","sourceRoot":"","sources":["../src/beta.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EACL,kCAAkC,EAClC,mCAAmC,EACnC,sCAAsC,EACtC,yBAAyB,EACzB,wBAAwB,EACxB,sBAAsB,EACtB,2BAA2B,EAC3B,kBAAkB,EAClB,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,qBAAqB,EACrB,gCAAgC,EAChC,yBAAyB,EACzB,sBAAsB,EACtB,mBAAmB,EACnB,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,wBAAwB,EACxB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"beta.js","sourceRoot":"","sources":["../src/beta.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,cAAc,oBAAoB,CAAC;AAEnC,OAAO,EACL,mCAAmC,EACnC,sCAAsC,EACtC,yBAAyB,EACzB,sBAAsB,EACtB,gCAAgC,EAChC,yBAAyB,EACzB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Stable agent control-plane contracts.
3
+ *
4
+ * This entry point intentionally excludes provider-hosted tool registries and
5
+ * other provider-native surfaces whose upstream contracts can still change.
6
+ */
7
+ export { AGENT_CONTROL_PLANE_SCHEMA_VERSION, createAgentApprovalQueue, createAgentCapabilityRouter, createAgentCapsule, createAgentControlPlane, createAgentControlPlaneRunRecord, createAgentRunLedger, createAgentToolPolicy, diffAgentRunLedgers, inspectAgentCapsule, inspectAgentControlPlane, migrateAgentApprovalQueueItem, migrateAgentCapsuleManifest, migrateAgentRunLedger, normalizeAgentApprovalQueueItem, normalizeAgentCapsuleManifest, normalizeAgentRunLedger, promoteAgentGoldenTrace, selectAgentModel } from "@zhivex-ai/core";
8
+ export type { AgentApprovalQueueItem, AgentApprovalQueueOptions, AgentCapabilityRequirements, AgentCapabilityRouter, AgentCapsule, AgentCapsuleEvaluationManifest, AgentCapsuleInspection, AgentCapsuleManifest, AgentCapsuleMcpServerManifest, AgentCapsulePolicyManifest, AgentCapsuleSkillManifest, AgentCapsuleToolManifest, AgentControlPlane, AgentControlPlaneApprovalResumeInput, AgentControlPlaneInspection, AgentControlPlaneMigrationTarget, AgentControlPlaneOptions, AgentControlPlaneRunInput, AgentControlPlaneRunRecord, AgentGoldenTrace, AgentModelCandidate, AgentModelSelection, AgentRunLedger, AgentRunLedgerDiff, AgentRunLedgerDiffChange, AgentRunLedgerOptions, AgentToolPermission, AgentToolPolicyMode, AgentToolPolicyOptions, AgentToolRiskLevel, CreateAgentCapsuleOptions } from "@zhivex-ai/core";
9
+ //# sourceMappingURL=control-plane.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"control-plane.d.ts","sourceRoot":"","sources":["../src/control-plane.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,kCAAkC,EAClC,wBAAwB,EACxB,2BAA2B,EAC3B,kBAAkB,EAClB,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,qBAAqB,EACrB,+BAA+B,EAC/B,6BAA6B,EAC7B,uBAAuB,EACvB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,sBAAsB,EACtB,yBAAyB,EACzB,2BAA2B,EAC3B,qBAAqB,EACrB,YAAY,EACZ,8BAA8B,EAC9B,sBAAsB,EACtB,oBAAoB,EACpB,6BAA6B,EAC7B,0BAA0B,EAC1B,yBAAyB,EACzB,wBAAwB,EACxB,iBAAiB,EACjB,oCAAoC,EACpC,2BAA2B,EAC3B,gCAAgC,EAChC,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,gBAAgB,EAChB,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,kBAAkB,EAClB,yBAAyB,EAC1B,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Stable agent control-plane contracts.
3
+ *
4
+ * This entry point intentionally excludes provider-hosted tool registries and
5
+ * other provider-native surfaces whose upstream contracts can still change.
6
+ */
7
+ export { AGENT_CONTROL_PLANE_SCHEMA_VERSION, createAgentApprovalQueue, createAgentCapabilityRouter, createAgentCapsule, createAgentControlPlane, createAgentControlPlaneRunRecord, createAgentRunLedger, createAgentToolPolicy, diffAgentRunLedgers, inspectAgentCapsule, inspectAgentControlPlane, migrateAgentApprovalQueueItem, migrateAgentCapsuleManifest, migrateAgentRunLedger, normalizeAgentApprovalQueueItem, normalizeAgentCapsuleManifest, normalizeAgentRunLedger, promoteAgentGoldenTrace, selectAgentModel } from "@zhivex-ai/core";
8
+ //# sourceMappingURL=control-plane.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"control-plane.js","sourceRoot":"","sources":["../src/control-plane.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,kCAAkC,EAClC,wBAAwB,EACxB,2BAA2B,EAC3B,kBAAkB,EAClB,uBAAuB,EACvB,gCAAgC,EAChC,oBAAoB,EACpB,qBAAqB,EACrB,mBAAmB,EACnB,mBAAmB,EACnB,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,qBAAqB,EACrB,+BAA+B,EAC/B,6BAA6B,EAC7B,uBAAuB,EACvB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,iBAAiB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Stable application-facing agent runtime.
3
3
  *
4
- * Operational helpers, beta control-plane APIs, experimental realtime APIs,
4
+ * Operational helpers and stable control-plane/realtime APIs,
5
5
  * and test doubles live in explicit package subpaths.
6
6
  */
7
7
  export { AGENT_RUN_STATE_SCHEMA_VERSION, Agent, agentApprovalResponsePart, applySafetyPolicyToAgent, cancelAgentRun, cancelAgentRunTree, createAgent, createAgentApprovalMessage, createAgentHandoff, createAgentHandoffMessage, createApprovalPolicy, createBudgetGuard, createProductionSafetyPolicy, createRedactionPolicy, createSafetyPolicy, createSubAgentTool, evaluateAgentBudgetPreflight, getAgentApprovalRequestFromPart, getAgentApprovalRequests, getAgentBudgetStatus, migrateAgentRunState, normalizeAgentRunState, prepareSubagentsForAgent, resumeAgent, runAgent, runAgentGroup, runAgentHandoff, streamAgent, toUIAgentStreamResponse, tool } from "@zhivex-ai/core";
8
- export type { AgentCompactionOptions, AgentCompactionEvent, AgentCompactionReason, AgentCompactionRecord, AgentCompactionRequest, AgentCompactionResult, AgentCompactor, AgentBudgetConsumption, AgentBudgetOperation, AgentBudgetPreflightOptions, AgentBudgetRemaining, AgentBudgetStatus, AgentApprovalRequest, AgentApprovalResolution, AgentApprovalRequestEvent, AgentApprovalResolvedEvent, AgentApprovalResponse, AgentChildRun, AgentDefinition, AgentExecutionAuthorizationDecision, AgentExecutionAuthorizationRequest, AgentExecutionEnvironment, AgentExecutionEnvironmentAcquireRequest, AgentExecutionEnvironmentBackend, AgentExecutionEnvironmentBinding, AgentExecutionEnvironmentManifest, AgentExecutionEnvironmentSession, AgentGroupMember, AgentGroupMemberResult, AgentGroupRunInput, AgentGroupRunOutput, AgentGuardrailTrigger, AgentHarnessBinding, AgentHandoff, AgentHookFailureMode, AgentHookFailurePolicy, AgentInputGuardrail, AgentInputGuardrailRequest, AgentOutputGuardrail, AgentOutputGuardrailRequest, AgentOperationalError, AgentRunCancellationOptions, AgentRunFinishEvent, AgentRunInput, AgentRunOutput, AgentRunPolicy, AgentRunStartEvent, AgentRunState, AgentRunStateMigrationTarget, AgentStatus, AgentStep, AgentStepFinishEvent, AgentStepRequest, AgentStepResponse, AgentStepStartEvent, AgentStepStatus, AgentStreamEvent, AgentStreamResult, AgentSubAgentDefinition, ApprovalPolicyOptions, ApprovalPolicyPreset, BudgetGuard, BudgetGuardOptions, CreateSubAgentToolOptions, LanguageModel, PrepareSubagentsForAgentOptions, RedactionPolicy, RedactionPolicyOptions, RedactionRule, SafetyPolicy, SafetyPolicyOptions, SafetyPolicyPreset, SubAgentToolInput, SubAgentToolOutput, StructuredOutputConfig, ToolApprovalDecision, ToolApprovalEvent, ToolApprovalMode, ToolApprovalObserver, ToolApprovalPolicy, ToolApprovalRequest, ToolApprovalSigner, ToolCollection, ToolDefinition, ToolErrorHandler, ToolExecutionContext, ToolExecutionOptions, ToolGuardrailTrigger, ToolInputGuardrail, ToolInputGuardrailRequest, ToolOutputGuardrail, ToolOutputGuardrailRequest, ToolRuntimeContext, ToolSet } from "@zhivex-ai/core";
8
+ export type { AgentCompactionOptions, AgentCompactionEvent, AgentCompactionReason, AgentCompactionRecord, AgentCompactionRequest, AgentCompactionResult, AgentCompactor, AgentBudgetConsumption, AgentBudgetOperation, AgentBudgetPreflightOptions, AgentBudgetRemaining, AgentBudgetStatus, AgentApprovalRequest, AgentApprovalResolution, AgentApprovalRequestEvent, AgentApprovalResolvedEvent, AgentApprovalResponse, AgentChildRun, AgentDefinition, AgentExecutionAuthorizationDecision, AgentExecutionAuthorizationRequest, AgentExecutionEnvironment, AgentExecutionEnvironmentAcquireRequest, AgentExecutionEnvironmentBackend, AgentExecutionEnvironmentBinding, AgentExecutionEnvironmentManifest, AgentExecutionEnvironmentSession, AgentGroupMember, AgentGroupMemberResult, AgentGroupRunInput, AgentGroupRunOutput, AgentGuardrailTrigger, AgentHarnessBinding, AgentHandoff, AgentHookFailureMode, AgentHookFailurePolicy, AgentInputGuardrail, AgentInputGuardrailRequest, AgentOutputGuardrail, AgentOutputGuardrailRequest, AgentOperationalError, AgentRunCancellationOptions, AgentRunError, AgentRunFinishEvent, AgentRunInput, AgentRunOutput, AgentRunPolicy, AgentRunStartEvent, AgentRunState, AgentRunStateMigrationTarget, AgentStatus, AgentStep, AgentStepFinishEvent, AgentStepRequest, AgentStepResponse, AgentStepStartEvent, AgentStepStatus, AgentStreamEvent, AgentStreamResult, AgentSubAgentDefinition, ApprovalPolicyOptions, ApprovalPolicyPreset, BudgetGuard, BudgetGuardOptions, CreateSubAgentToolOptions, LanguageModel, PrepareSubagentsForAgentOptions, RedactionPolicy, RedactionPolicyOptions, RedactionRule, SafetyPolicy, SafetyPolicyOptions, SafetyPolicyPreset, SubAgentToolInput, SubAgentToolOutput, StructuredOutputConfig, ToolApprovalDecision, ToolApprovalEvent, ToolApprovalMode, ToolApprovalObserver, ToolApprovalPolicy, ToolApprovalRequest, ToolApprovalSigner, ToolCollection, ToolDefinition, ToolErrorHandler, ToolExecutionContext, ToolExecutionOptions, ToolGuardrailTrigger, ToolInputGuardrail, ToolInputGuardrailRequest, ToolOutputGuardrail, ToolOutputGuardrailRequest, ToolRuntimeContext, ToolSet } from "@zhivex-ai/core";
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,8BAA8B,EAC9B,KAAK,EACL,yBAAyB,EACzB,wBAAwB,EACxB,cAAc,EACd,kBAAkB,EAClB,WAAW,EACX,0BAA0B,EAC1B,kBAAkB,EAClB,yBAAyB,EACzB,oBAAoB,EACpB,iBAAiB,EACjB,4BAA4B,EAC5B,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,4BAA4B,EAC5B,+BAA+B,EAC/B,wBAAwB,EACxB,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,aAAa,EACb,eAAe,EACf,WAAW,EACX,uBAAuB,EACvB,IAAI,EACL,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,cAAc,EACd,sBAAsB,EACtB,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,EACpB,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,0BAA0B,EAC1B,qBAAqB,EACrB,aAAa,EACb,eAAe,EACf,mCAAmC,EACnC,kCAAkC,EAClC,yBAAyB,EACzB,uCAAuC,EACvC,gCAAgC,EAChC,gCAAgC,EAChC,iCAAiC,EACjC,gCAAgC,EAChC,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,sBAAsB,EACtB,mBAAmB,EACnB,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,+BAA+B,EAC/B,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,oBAAoB,EACpB,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,yBAAyB,EACzB,mBAAmB,EACnB,0BAA0B,EAC1B,kBAAkB,EAClB,OAAO,EACR,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EACL,8BAA8B,EAC9B,KAAK,EACL,yBAAyB,EACzB,wBAAwB,EACxB,cAAc,EACd,kBAAkB,EAClB,WAAW,EACX,0BAA0B,EAC1B,kBAAkB,EAClB,yBAAyB,EACzB,oBAAoB,EACpB,iBAAiB,EACjB,4BAA4B,EAC5B,qBAAqB,EACrB,kBAAkB,EAClB,kBAAkB,EAClB,4BAA4B,EAC5B,+BAA+B,EAC/B,wBAAwB,EACxB,oBAAoB,EACpB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,WAAW,EACX,QAAQ,EACR,aAAa,EACb,eAAe,EACf,WAAW,EACX,uBAAuB,EACvB,IAAI,EACL,MAAM,iBAAiB,CAAC;AAEzB,YAAY,EACV,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,cAAc,EACd,sBAAsB,EACtB,oBAAoB,EACpB,2BAA2B,EAC3B,oBAAoB,EACpB,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,0BAA0B,EAC1B,qBAAqB,EACrB,aAAa,EACb,eAAe,EACf,mCAAmC,EACnC,kCAAkC,EAClC,yBAAyB,EACzB,uCAAuC,EACvC,gCAAgC,EAChC,gCAAgC,EAChC,iCAAiC,EACjC,gCAAgC,EAChC,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,mBAAmB,EACnB,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,sBAAsB,EACtB,mBAAmB,EACnB,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,aAAa,EACb,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,4BAA4B,EAC5B,WAAW,EACX,SAAS,EACT,oBAAoB,EACpB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,EACf,gBAAgB,EAChB,iBAAiB,EACjB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,WAAW,EACX,kBAAkB,EAClB,yBAAyB,EACzB,aAAa,EACb,+BAA+B,EAC/B,eAAe,EACf,sBAAsB,EACtB,aAAa,EACb,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,oBAAoB,EACpB,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,yBAAyB,EACzB,mBAAmB,EACnB,0BAA0B,EAC1B,kBAAkB,EAClB,OAAO,EACR,MAAM,iBAAiB,CAAC"}
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Stable application-facing agent runtime.
3
3
  *
4
- * Operational helpers, beta control-plane APIs, experimental realtime APIs,
4
+ * Operational helpers and stable control-plane/realtime APIs,
5
5
  * and test doubles live in explicit package subpaths.
6
6
  */
7
7
  export { AGENT_RUN_STATE_SCHEMA_VERSION, Agent, agentApprovalResponsePart, applySafetyPolicyToAgent, cancelAgentRun, cancelAgentRunTree, createAgent, createAgentApprovalMessage, createAgentHandoff, createAgentHandoffMessage, createApprovalPolicy, createBudgetGuard, createProductionSafetyPolicy, createRedactionPolicy, createSafetyPolicy, createSubAgentTool, evaluateAgentBudgetPreflight, getAgentApprovalRequestFromPart, getAgentApprovalRequests, getAgentBudgetStatus, migrateAgentRunState, normalizeAgentRunState, prepareSubagentsForAgent, resumeAgent, runAgent, runAgentGroup, runAgentHandoff, streamAgent, toUIAgentStreamResponse, tool } from "@zhivex-ai/core";
@@ -1,4 +1,4 @@
1
- /** Experimental live/realtime agent APIs. */
1
+ /** Stable live/realtime agent APIs. */
2
2
  export { streamLiveAgent } from "@zhivex-ai/core";
3
3
  export type { AgentLiveEvent, AgentLiveStreamResult, LiveAgentDefinition, LiveAgentRunInput, LiveAgentRunOutput } from "@zhivex-ai/core";
4
4
  //# sourceMappingURL=realtime.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"realtime.d.ts","sourceRoot":"","sources":["../src/realtime.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,YAAY,EACV,cAAc,EACd,qBAAqB,EACrB,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"realtime.d.ts","sourceRoot":"","sources":["../src/realtime.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,YAAY,EACV,cAAc,EACd,qBAAqB,EACrB,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,iBAAiB,CAAC"}
package/dist/realtime.js CHANGED
@@ -1,3 +1,3 @@
1
- /** Experimental live/realtime agent APIs. */
1
+ /** Stable live/realtime agent APIs. */
2
2
  export { streamLiveAgent } from "@zhivex-ai/core";
3
3
  //# sourceMappingURL=realtime.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"realtime.js","sourceRoot":"","sources":["../src/realtime.ts"],"names":[],"mappings":"AAAA,6CAA6C;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"realtime.js","sourceRoot":"","sources":["../src/realtime.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhivex-ai/agents",
3
- "version": "1.1.0",
3
+ "version": "1.3.0",
4
4
  "description": "Agent-first facade for the Zhivex AI SDK runtime.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,6 +19,10 @@
19
19
  "types": "./dist/ops.d.ts",
20
20
  "import": "./dist/ops.js"
21
21
  },
22
+ "./control-plane": {
23
+ "types": "./dist/control-plane.d.ts",
24
+ "import": "./dist/control-plane.js"
25
+ },
22
26
  "./beta": {
23
27
  "types": "./dist/beta.d.ts",
24
28
  "import": "./dist/beta.js"
@@ -57,6 +61,6 @@
57
61
  "access": "public"
58
62
  },
59
63
  "dependencies": {
60
- "@zhivex-ai/core": "^1.4.0"
64
+ "@zhivex-ai/core": "^1.10.0"
61
65
  }
62
66
  }