@cuylabs/agent-physical 7.0.0 → 7.2.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.
@@ -214,10 +214,10 @@ declare function createPhysicalArtifactsTool(session: PhysicalSession, options?:
214
214
  kind: z.ZodOptional<z.ZodEnum<["code", "log", "image", "video", "json", "directory", "other"]>>;
215
215
  limit: z.ZodOptional<z.ZodNumber>;
216
216
  }, "strip", z.ZodTypeAny, {
217
- kind?: "video" | "code" | "log" | "image" | "json" | "directory" | "other" | undefined;
217
+ kind?: "json" | "code" | "log" | "image" | "video" | "directory" | "other" | undefined;
218
218
  limit?: number | undefined;
219
219
  }, {
220
- kind?: "video" | "code" | "log" | "image" | "json" | "directory" | "other" | undefined;
220
+ kind?: "json" | "code" | "log" | "image" | "video" | "directory" | "other" | undefined;
221
221
  limit?: number | undefined;
222
222
  }>, PhysicalToolMetadata>;
223
223
  declare function createPhysicalSessionTools(session: PhysicalSession, options?: PhysicalToolOptions): Tool.AnyInfo[];
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { P as PhysicalSafetyPolicy, a as PhysicalSessionState, b as PhysicalExecutionMode } from './index-pM6qWmMq.js';
2
- export { c as PhysicalAdapter, d as PhysicalArtifact, e as PhysicalCapability, f as PhysicalExecutionRequest, g as PhysicalExecutionTrace, h as PhysicalFrame, i as PhysicalImageObservation, j as PhysicalListArtifactsOptions, k as PhysicalObservation, l as PhysicalObservationItem, m as PhysicalObservationKind, n as PhysicalObserveOptions, o as PhysicalOutcome, p as PhysicalPose, q as PhysicalQuaternionWxyz, r as PhysicalSession, s as PhysicalSessionStartOptions, t as PhysicalSessionStatus, u as PhysicalStructuredObservation, v as PhysicalTaskSpec, w as PhysicalTextObservation, x as PhysicalTool, y as PhysicalToolMetadata, z as PhysicalToolOptions, A as PhysicalVector3, B as createPhysicalArtifactsTool, C as createPhysicalObserveTool, D as createPhysicalRunCodeTool, E as createPhysicalSessionTools, F as createPhysicalStatusTool, G as createPhysicalStopTool } from './index-pM6qWmMq.js';
1
+ import { P as PhysicalSafetyPolicy, a as PhysicalSessionState, b as PhysicalExecutionMode } from './index-CW-7Eg6i.js';
2
+ export { c as PhysicalAdapter, d as PhysicalArtifact, e as PhysicalCapability, f as PhysicalExecutionRequest, g as PhysicalExecutionTrace, h as PhysicalFrame, i as PhysicalImageObservation, j as PhysicalListArtifactsOptions, k as PhysicalObservation, l as PhysicalObservationItem, m as PhysicalObservationKind, n as PhysicalObserveOptions, o as PhysicalOutcome, p as PhysicalPose, q as PhysicalQuaternionWxyz, r as PhysicalSession, s as PhysicalSessionStartOptions, t as PhysicalSessionStatus, u as PhysicalStructuredObservation, v as PhysicalTaskSpec, w as PhysicalTextObservation, x as PhysicalTool, y as PhysicalToolMetadata, z as PhysicalToolOptions, A as PhysicalVector3, B as createPhysicalArtifactsTool, C as createPhysicalObserveTool, D as createPhysicalRunCodeTool, E as createPhysicalSessionTools, F as createPhysicalStatusTool, G as createPhysicalStopTool } from './index-CW-7Eg6i.js';
3
3
  import '@cuylabs/agent-core/tool';
4
4
  import 'zod';
5
5
  import '@cuylabs/agent-core/safety';
@@ -1,4 +1,4 @@
1
1
  import '@cuylabs/agent-core/tool';
2
2
  import 'zod';
3
- export { z as PhysicalToolOptions, B as createPhysicalArtifactsTool, C as createPhysicalObserveTool, D as createPhysicalRunCodeTool, E as createPhysicalSessionTools, F as createPhysicalStatusTool, G as createPhysicalStopTool } from '../index-pM6qWmMq.js';
3
+ export { z as PhysicalToolOptions, B as createPhysicalArtifactsTool, C as createPhysicalObserveTool, D as createPhysicalRunCodeTool, E as createPhysicalSessionTools, F as createPhysicalStatusTool, G as createPhysicalStopTool } from '../index-CW-7Eg6i.js';
4
4
  import '@cuylabs/agent-core/safety';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-physical",
3
- "version": "7.0.0",
3
+ "version": "7.2.0",
4
4
  "description": "Physical-world agent contracts for sessions, observations, capabilities, safety, and tool adapters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "zod": "^3.25.76 || ^4.1.8",
27
- "@cuylabs/agent-core": "^7.0.0"
27
+ "@cuylabs/agent-core": "^7.2.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.0.0",