@aigne/core 1.74.0-beta.2 → 1.74.0-beta.3

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.
@@ -4,7 +4,7 @@ import { AgentSchema } from "./agent-yaml.mjs";
4
4
  import "../index.mjs";
5
5
 
6
6
  //#region src/loader/agent-js.d.ts
7
- declare function loadAgentFromJsFile(path: string, options: LoadOptions): Promise<Agent<any, any> | AgentSchema>;
7
+ declare function loadAgentFromJsFile(path: string, options: LoadOptions): Promise<AgentSchema | Agent<any, any>>;
8
8
  //#endregion
9
9
  export { loadAgentFromJsFile };
10
10
  //# sourceMappingURL=agent-js.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"agent-js.d.mts","names":[],"sources":["../../src/loader/agent-js.ts"],"mappings":";;;;;;iBASsB,mBAAA,CAAA,IAAA,UAAA,OAAA,EAA2C,WAAA,GAAW,OAAA,CAAA,KAAA,aAAA,WAAA"}
1
+ {"version":3,"file":"agent-js.d.mts","names":[],"sources":["../../src/loader/agent-js.ts"],"mappings":";;;;;;iBASsB,mBAAA,CAAA,IAAA,UAAA,OAAA,EAA2C,WAAA,GAAW,OAAA,CAAA,WAAA,GAAA,KAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/core",
3
- "version": "1.74.0-beta.2",
3
+ "version": "1.74.0-beta.3",
4
4
  "description": "The functional core of agentic AI",
5
5
  "license": "Elastic-2.0",
6
6
  "publishConfig": {
@@ -145,9 +145,9 @@
145
145
  "CHANGELOG.md"
146
146
  ],
147
147
  "dependencies": {
148
- "@aigne/afs": "^1.11.0-beta.1",
148
+ "@aigne/afs": "=1.11.0-beta.1",
149
149
  "@aigne/json-schema-to-zod": "^1.3.3",
150
- "@aigne/observability-api": "^1.21.0-beta.4",
150
+ "@aigne/observability-api": "^1.21.0-beta.8",
151
151
  "@aigne/uuid": "^13.0.1",
152
152
  "@inquirer/prompts": "^7.8.6",
153
153
  "@modelcontextprotocol/sdk": "^1.18.0",
@@ -175,8 +175,8 @@
175
175
  "zod": "^3.25.67",
176
176
  "zod-from-json-schema": "^0.0.5",
177
177
  "zod-to-json-schema": "^3.24.6",
178
- "@aigne/utils": "^1.74.0-beta.2",
179
- "@aigne/afs-history": "^1.74.0-beta.2"
178
+ "@aigne/utils": "^1.74.0-beta.3",
179
+ "@aigne/afs-history": "^1.74.0-beta.3"
180
180
  },
181
181
  "devDependencies": {
182
182
  "@types/bun": "^1.3.6",