@tangle-network/agent-runtime 0.102.2 → 0.103.1
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/README.md +73 -10
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +5 -5
- package/dist/analyst-loop.d.ts +1 -1
- package/dist/candidate-execution/index.d.ts +5 -41
- package/dist/candidate-execution/index.js +8 -6
- package/dist/{chunk-QCXD7NHM.js → chunk-3LJF5XSE.js} +79 -334
- package/dist/chunk-3LJF5XSE.js.map +1 -0
- package/dist/{chunk-3DW5DEKQ.js → chunk-5AITUUHO.js} +3 -3
- package/dist/{chunk-SQ3ZJH3Y.js → chunk-6WZZXQV5.js} +467 -23
- package/dist/chunk-6WZZXQV5.js.map +1 -0
- package/dist/{chunk-SCOHHMKU.js → chunk-AAN2MB2X.js} +3 -3
- package/dist/{chunk-KSM6GFHP.js → chunk-B7K7V22Y.js} +2 -2
- package/dist/{chunk-ZUCUAFVF.js → chunk-EAQ5YRRY.js} +1382 -62
- package/dist/chunk-EAQ5YRRY.js.map +1 -0
- package/dist/chunk-ISPWRSEC.js +408 -0
- package/dist/chunk-ISPWRSEC.js.map +1 -0
- package/dist/{chunk-7FJJUC73.js → chunk-LFM4JBRW.js} +29 -6
- package/dist/{chunk-7FJJUC73.js.map → chunk-LFM4JBRW.js.map} +1 -1
- package/dist/{chunk-ROILMKDL.js → chunk-QYCKIV6C.js} +3 -3
- package/dist/{chunk-LJLG734E.js → chunk-SBTWKPVR.js} +10 -11
- package/dist/{chunk-LJLG734E.js.map → chunk-SBTWKPVR.js.map} +1 -1
- package/dist/{chunk-CK76OZPM.js → chunk-SNSMRT6H.js} +56 -386
- package/dist/chunk-SNSMRT6H.js.map +1 -0
- package/dist/{chunk-EKUMRQNR.js → chunk-TUSOOIDV.js} +2 -2
- package/dist/{chunk-J6V6DWWS.js → chunk-ZOYN3JR5.js} +5 -5
- package/dist/{chunk-377GOJHJ.js → chunk-ZXICDSAK.js} +333 -4
- package/dist/chunk-ZXICDSAK.js.map +1 -0
- package/dist/{completion-gate-C6dhVN-N.d.ts → completion-gate-DLINnrkM.d.ts} +1 -1
- package/dist/{coordination-D9l_YmwW.d.ts → coordination-DTehA977.d.ts} +250 -8
- package/dist/environment-provider.d.ts +2 -2
- package/dist/index.d.ts +12 -12
- package/dist/index.js +17 -15
- package/dist/index.js.map +1 -1
- package/dist/intelligence.d.ts +26 -8
- package/dist/intelligence.js +24 -7
- package/dist/intelligence.js.map +1 -1
- package/dist/knowledge.d.ts +6 -6
- package/dist/knowledge.js +9 -9
- package/dist/{loop-runner-bin-PnWslIw4.d.ts → loop-runner-bin-DhIXsLAd.d.ts} +2 -2
- package/dist/loop-runner-bin.d.ts +5 -5
- package/dist/loop-runner-bin.js +6 -6
- package/dist/loops.d.ts +305 -148
- package/dist/loops.js +82 -14
- package/dist/mcp/bin.js +3 -3
- package/dist/mcp/index.d.ts +6 -6
- package/dist/mcp/index.js +6 -6
- package/dist/profiles.d.ts +1 -1
- package/dist/{profile-DbfaMTdk.d.ts → protected-model-port-DzkUY3HQ.d.ts} +41 -3
- package/dist/{structural-rollout-D7xik9XR.d.ts → structural-rollout-BFPIy3iw.d.ts} +3 -3
- package/dist/supervise-Cp8bNcJi.d.ts +379 -0
- package/dist/testing.js +10 -10
- package/dist/testing.js.map +1 -1
- package/dist/{types-CWqfCO8s.d.ts → types-Cbp72qyu.d.ts} +1 -1
- package/dist/{types-CLat4bT9.d.ts → types-DK11_O4L.d.ts} +1 -1
- package/dist/types-lZTE_LBd.d.ts +957 -0
- package/dist/{worktree-fanout-DsIR4d6w.d.ts → worktree-fanout-DiiJWjJO.d.ts} +17 -5
- package/package.json +5 -4
- package/skills/build-with-agent-runtime/SKILL.md +7 -5
- package/skills/generate-eval/SKILL.md +45 -52
- package/skills/loop-writer/SKILL.md +79 -147
- package/skills/supervise/SKILL.md +33 -14
- package/dist/chunk-377GOJHJ.js.map +0 -1
- package/dist/chunk-CK76OZPM.js.map +0 -1
- package/dist/chunk-IMSNJSXH.js +0 -73
- package/dist/chunk-IMSNJSXH.js.map +0 -1
- package/dist/chunk-QCXD7NHM.js.map +0 -1
- package/dist/chunk-SQ3ZJH3Y.js.map +0 -1
- package/dist/chunk-ZUCUAFVF.js.map +0 -1
- package/dist/supervise-BQdNAXtK.d.ts +0 -131
- package/dist/types-D870JlH0.d.ts +0 -500
- /package/dist/{chunk-3DW5DEKQ.js.map → chunk-5AITUUHO.js.map} +0 -0
- /package/dist/{chunk-SCOHHMKU.js.map → chunk-AAN2MB2X.js.map} +0 -0
- /package/dist/{chunk-KSM6GFHP.js.map → chunk-B7K7V22Y.js.map} +0 -0
- /package/dist/{chunk-ROILMKDL.js.map → chunk-QYCKIV6C.js.map} +0 -0
- /package/dist/{chunk-EKUMRQNR.js.map → chunk-TUSOOIDV.js.map} +0 -0
- /package/dist/{chunk-J6V6DWWS.js.map → chunk-ZOYN3JR5.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -8,18 +8,17 @@ import {
|
|
|
8
8
|
runLoopRunnerCli,
|
|
9
9
|
selfImproveLoopRunner,
|
|
10
10
|
worktreeLoopRunner
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-AAN2MB2X.js";
|
|
12
12
|
import {
|
|
13
13
|
FileAgentCandidateExecutionClaimStore,
|
|
14
14
|
buildAgentCandidateBundle,
|
|
15
|
-
createProtectedAgentCandidateModelPort,
|
|
16
15
|
disposePreparedAgentCandidateExecution,
|
|
17
16
|
recoverExpiredAgentCandidateExecution
|
|
18
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-SNSMRT6H.js";
|
|
19
18
|
import {
|
|
20
19
|
mcpToolsForRuntimeMcp,
|
|
21
20
|
mcpToolsForRuntimeMcpSubset
|
|
22
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-TUSOOIDV.js";
|
|
23
22
|
import "./chunk-SGKPNBXE.js";
|
|
24
23
|
import {
|
|
25
24
|
DEFAULT_ROUTER_BASE_URL,
|
|
@@ -56,12 +55,13 @@ import {
|
|
|
56
55
|
turnId
|
|
57
56
|
} from "./chunk-2KGAN2HM.js";
|
|
58
57
|
import {
|
|
58
|
+
createProtectedAgentCandidateModelPort,
|
|
59
59
|
exactProcessProviderAsCandidateExecutor
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-ZXICDSAK.js";
|
|
61
61
|
import {
|
|
62
62
|
McpSpawnFault,
|
|
63
63
|
connectStdioMcp
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-3LJF5XSE.js";
|
|
65
65
|
import {
|
|
66
66
|
InMemoryRuntimeSessionStore,
|
|
67
67
|
createIterableBackend,
|
|
@@ -82,15 +82,15 @@ import {
|
|
|
82
82
|
knowledgeReadinessDeliverable,
|
|
83
83
|
runKnowledgeImprovementJob,
|
|
84
84
|
runSupervisedKnowledgeUpdate
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-ZOYN3JR5.js";
|
|
86
86
|
import "./chunk-5QOB7H74.js";
|
|
87
87
|
import {
|
|
88
88
|
captureAgentCandidateWorkspace,
|
|
89
89
|
captureAgentCandidateWorkspaceFiles,
|
|
90
90
|
createAgentCandidateWorkspacePort,
|
|
91
91
|
sealAgentCandidateBundle
|
|
92
|
-
} from "./chunk-
|
|
93
|
-
import "./chunk-
|
|
92
|
+
} from "./chunk-B7K7V22Y.js";
|
|
93
|
+
import "./chunk-5AITUUHO.js";
|
|
94
94
|
import {
|
|
95
95
|
AGENTIC_PROFILE_RESOURCE_ROOT,
|
|
96
96
|
LIFTED_FINDING_ANALYST_ID,
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
summarizeFindings,
|
|
116
116
|
toAnalystFindings,
|
|
117
117
|
worktreeChangedPaths
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-LFM4JBRW.js";
|
|
119
119
|
import {
|
|
120
120
|
AGENT_CANDIDATE_EXECUTION_SUPPORT,
|
|
121
121
|
CANDIDATE_KNOWLEDGE_RETRIEVAL_CONFIG_ENV,
|
|
@@ -124,6 +124,7 @@ import {
|
|
|
124
124
|
CANDIDATE_TRACE_TAGS,
|
|
125
125
|
InMemoryAgentCandidateExecutionClaimStore,
|
|
126
126
|
applyExactAgentProfileDiff,
|
|
127
|
+
assertCandidateProfileBinding,
|
|
127
128
|
candidateExecutionClaim,
|
|
128
129
|
candidateKnowledgeExecutionPaths,
|
|
129
130
|
canonicalCandidateDigest,
|
|
@@ -133,15 +134,15 @@ import {
|
|
|
133
134
|
persistCandidateOutputArtifact,
|
|
134
135
|
prepareAgentCandidateExecution,
|
|
135
136
|
verifyAgentCandidateBundle
|
|
136
|
-
} from "./chunk-
|
|
137
|
-
import "./chunk-
|
|
137
|
+
} from "./chunk-SBTWKPVR.js";
|
|
138
|
+
import "./chunk-EAQ5YRRY.js";
|
|
138
139
|
import "./chunk-DPEUKJRO.js";
|
|
139
140
|
import {
|
|
140
141
|
buildDriverSystem,
|
|
141
142
|
optimizerMethod,
|
|
142
143
|
researchDriverNote,
|
|
143
144
|
strategyAuthorMethod
|
|
144
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-QYCKIV6C.js";
|
|
145
146
|
import "./chunk-UPWGXKXB.js";
|
|
146
147
|
import {
|
|
147
148
|
INTELLIGENCE_WIRE_VERSION,
|
|
@@ -164,8 +165,8 @@ import {
|
|
|
164
165
|
notifyRuntimeHookEvent,
|
|
165
166
|
runBrainLoop,
|
|
166
167
|
runLocalHarness
|
|
167
|
-
} from "./chunk-
|
|
168
|
-
import "./chunk-
|
|
168
|
+
} from "./chunk-6WZZXQV5.js";
|
|
169
|
+
import "./chunk-ISPWRSEC.js";
|
|
169
170
|
import "./chunk-M6MD6JBS.js";
|
|
170
171
|
import "./chunk-3MDZX7YU.js";
|
|
171
172
|
import "./chunk-FD2MBMOH.js";
|
|
@@ -1935,6 +1936,7 @@ export {
|
|
|
1935
1936
|
applyExactAgentProfileDiff,
|
|
1936
1937
|
applyRolloutPolicyToProfile,
|
|
1937
1938
|
applyRunRecordDefaults,
|
|
1939
|
+
assertCandidateProfileBinding,
|
|
1938
1940
|
auditLoopRunner,
|
|
1939
1941
|
buildAgentCandidateBundle,
|
|
1940
1942
|
buildDriverSystem,
|