@daocloud-proto/agentclaw 0.2.3 → 0.3.0-rc1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/agentclaw",
3
- "version":"0.2.3",
3
+ "version":"0.3.0-rc1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,6 +12,7 @@ export enum AgentImagePortName {
12
12
  AGENT_IMAGE_PORT_NAME_UNSPECIFIED = "AGENT_IMAGE_PORT_NAME_UNSPECIFIED",
13
13
  AGENT_IMAGE_PORT_NAME_OPENCLAW = "AGENT_IMAGE_PORT_NAME_OPENCLAW",
14
14
  AGENT_IMAGE_PORT_NAME_NOVNC = "AGENT_IMAGE_PORT_NAME_NOVNC",
15
+ AGENT_IMAGE_PORT_NAME_FILEBROWSER = "AGENT_IMAGE_PORT_NAME_FILEBROWSER",
15
16
  }
16
17
 
17
18
  export type ListWorkspaceAgentInstancesRequest = {
@@ -49,6 +50,7 @@ export type AgentInstanceSpec = {
49
50
  export type NetworkConfig = {
50
51
  openclaw?: ServiceConfig
51
52
  novnc?: ServiceConfig
53
+ fileBrowser?: ServiceConfig
52
54
  }
53
55
 
54
56
  export type ServiceConfig = {
@@ -34,6 +34,7 @@ export type AgentInstance = {
34
34
  export type NetworkConfig = {
35
35
  openclaw?: ServiceConfig
36
36
  novnc?: ServiceConfig
37
+ fileBrowser?: ServiceConfig
37
38
  }
38
39
 
39
40
  export type ServiceConfig = {