@daocloud-proto/agentclaw 0.5.0-rc1 → 0.5.0-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.5.0-rc1",
3
+ "version":"0.5.0-rc2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -46,7 +46,6 @@ export type AgentInstance = {
46
46
  networkpolicyTemplates?: string[]
47
47
  channel?: AgentChannel
48
48
  instanceId?: string
49
- callback?: CallbackInfo
50
49
  }
51
50
 
52
51
  export type CallbackInfo = {