@daocloud-proto/agentclaw 0.3.0 → 0.3.1-rc2

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.3.0",
3
+ "version":"0.3.1-rc2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -138,6 +138,7 @@ export type AgentImagePort = {
138
138
  export type AgentImage = {
139
139
  image?: string
140
140
  ports?: AgentImagePort[]
141
+ resources?: AgentclawV1alpha1TypesTypes.ResourceConfig
141
142
  }
142
143
 
143
144
  export type WatchFeishuOnboardRequest = {