@tangle-network/agent-runtime 0.99.0 → 0.101.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/{activation-Cdp4wKQ0.d.ts → activation-Cm-9MMX1.d.ts} +1 -1
- package/dist/candidate-execution/index.js +3 -3
- package/dist/{chunk-BLQIYRVR.js → chunk-BXZ7GPL4.js} +2 -2
- package/dist/{chunk-YOLKCWRV.js → chunk-HGSHPVJ6.js} +2 -1
- package/dist/chunk-HGSHPVJ6.js.map +1 -0
- package/dist/{chunk-6WSFXKQU.js → chunk-LV6WCT43.js} +4 -4
- package/dist/{chunk-6XKPVJAZ.js → chunk-U4PRAATQ.js} +3 -3
- package/dist/{chunk-JSPW2Y3P.js → chunk-VOPHC4LB.js} +44 -16
- package/dist/chunk-VOPHC4LB.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/intelligence.d.ts +55 -3
- package/dist/intelligence.js +89 -3
- package/dist/intelligence.js.map +1 -1
- package/dist/knowledge.d.ts +1 -1
- package/dist/knowledge.js +4 -4
- package/package.json +1 -1
- package/dist/chunk-JSPW2Y3P.js.map +0 -1
- package/dist/chunk-YOLKCWRV.js.map +0 -1
- /package/dist/{chunk-BLQIYRVR.js.map → chunk-BXZ7GPL4.js.map} +0 -0
- /package/dist/{chunk-6WSFXKQU.js.map → chunk-LV6WCT43.js.map} +0 -0
- /package/dist/{chunk-6XKPVJAZ.js.map → chunk-U4PRAATQ.js.map} +0 -0
|
@@ -66,4 +66,4 @@ declare function verifyAgentImprovementActivationResult(input: {
|
|
|
66
66
|
/** Validate and execute one product-owned activation transition. */
|
|
67
67
|
declare function executeAgentImprovementActivation(input: ExecuteAgentImprovementActivationInput, options: ExecuteAgentImprovementActivationOptions): Promise<AgentImprovementActivationResult>;
|
|
68
68
|
|
|
69
|
-
export { type
|
|
69
|
+
export { type AgentImprovementActivationTargetPlan as A, type CreateAgentImprovementActivationResultOptions as C, type ExecuteAgentImprovementActivationInput as E, type AgentImprovementActivationReconciliation as a, type AgentImprovementActivationResultStore as b, type AgentImprovementActivationTransition as c, type AgentImprovementActivationTransitionInput as d, type ExecuteAgentImprovementActivationOptions as e, createAgentImprovementActivationResult as f, executeAgentImprovementActivation as g, verifyAgentImprovementActivationResult as v };
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
createProtectedAgentCandidateModelPort,
|
|
5
5
|
disposePreparedAgentCandidateExecution,
|
|
6
6
|
recoverExpiredAgentCandidateExecution
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-U4PRAATQ.js";
|
|
8
8
|
import {
|
|
9
9
|
captureAgentCandidateWorkspace,
|
|
10
10
|
captureAgentCandidateWorkspaceFiles,
|
|
11
11
|
createAgentCandidateWorkspacePort,
|
|
12
12
|
sealAgentCandidateBundle
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-BXZ7GPL4.js";
|
|
14
14
|
import {
|
|
15
15
|
AGENT_CANDIDATE_EXECUTION_SUPPORT,
|
|
16
16
|
CANDIDATE_KNOWLEDGE_RETRIEVAL_CONFIG_ENV,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
persistCandidateOutputArtifact,
|
|
28
28
|
prepareAgentCandidateExecution,
|
|
29
29
|
verifyAgentCandidateBundle
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-HGSHPVJ6.js";
|
|
31
31
|
import "../chunk-IMSNJSXH.js";
|
|
32
32
|
import "../chunk-3MDZX7YU.js";
|
|
33
33
|
export {
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
sha256Bytes,
|
|
15
15
|
verifyBytes,
|
|
16
16
|
verifyMaterializedWorkspace
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-HGSHPVJ6.js";
|
|
18
18
|
|
|
19
19
|
// src/candidate-execution/bundle.ts
|
|
20
20
|
import { agentCandidateBundleSchema } from "@tangle-network/agent-interface";
|
|
@@ -696,4 +696,4 @@ export {
|
|
|
696
696
|
captureAgentCandidateWorkspaceFiles,
|
|
697
697
|
createAgentCandidateWorkspacePort
|
|
698
698
|
};
|
|
699
|
-
//# sourceMappingURL=chunk-
|
|
699
|
+
//# sourceMappingURL=chunk-BXZ7GPL4.js.map
|
|
@@ -5769,6 +5769,7 @@ export {
|
|
|
5769
5769
|
applyExactAgentProfileDiff,
|
|
5770
5770
|
parseExactCandidateProfile,
|
|
5771
5771
|
agentCandidateProfileAsAgentProfile,
|
|
5772
|
+
omitUndefinedObjectFields,
|
|
5772
5773
|
assertExactObjectKeys,
|
|
5773
5774
|
terminalRecord,
|
|
5774
5775
|
recoveredTerminalRecord,
|
|
@@ -5814,4 +5815,4 @@ export {
|
|
|
5814
5815
|
candidateKnowledgeExecutionPaths,
|
|
5815
5816
|
prepareAgentCandidateExecution
|
|
5816
5817
|
};
|
|
5817
|
-
//# sourceMappingURL=chunk-
|
|
5818
|
+
//# sourceMappingURL=chunk-HGSHPVJ6.js.map
|