@tangle-network/agent-runtime 0.74.0 → 0.75.0
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/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/lifecycle.d.ts +8 -7
- package/dist/lifecycle.js +1 -1
- package/dist/lifecycle.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1907,9 +1907,8 @@ function deriveExecutionId(input) {
|
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
// src/improvement/improve.ts
|
|
1910
|
-
import { skillOptProposer } from "@tangle-network/agent-eval/campaign";
|
|
1910
|
+
import { gepaProposer, skillOptProposer } from "@tangle-network/agent-eval/campaign";
|
|
1911
1911
|
import {
|
|
1912
|
-
gepaProposer,
|
|
1913
1912
|
selfImprove
|
|
1914
1913
|
} from "@tangle-network/agent-eval/contract";
|
|
1915
1914
|
var defaultReflectionModel = "deepseek-v4-flash";
|