@cloudbase/agent-agents 1.0.1-alpha.30 → 1.0.1-alpha.32

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.
@@ -1,4 +1,4 @@
1
- import { AgentConfig as AgentConfig$1, AbstractAgent as AbstractAgent$1 } from '@ag-ui/client';
1
+ import { AbstractAgent as AbstractAgent$1, AgentConfig as AgentConfig$1 } from '@ag-ui/client';
2
2
 
3
3
  interface AgentConfig extends AgentConfig$1 {
4
4
  name?: string;
@@ -1,4 +1,4 @@
1
- import { AgentConfig as AgentConfig$1, AbstractAgent as AbstractAgent$1 } from '@ag-ui/client';
1
+ import { AbstractAgent as AbstractAgent$1, AgentConfig as AgentConfig$1 } from '@ag-ui/client';
2
2
 
3
3
  interface AgentConfig extends AgentConfig$1 {
4
4
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/agent-agents",
3
- "version": "1.0.1-alpha.30",
3
+ "version": "1.0.1-alpha.32",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/",
@@ -62,7 +62,7 @@
62
62
  "rxjs": "^7.8.1",
63
63
  "tiktoken": "^1.0.22",
64
64
  "typeorm": "^0.3.20",
65
- "@cloudbase/agent-tools": "1.0.1-alpha.30"
65
+ "@cloudbase/agent-tools": "1.0.1-alpha.32"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "zod": "^3.25.0 || ^4.0.0"