initial worker pr, debugging

This commit is contained in:
Your Name
2026-04-08 17:12:12 +00:00
parent 631053bbf4
commit 95a175deca
17 changed files with 173 additions and 207 deletions
@@ -150,10 +150,11 @@ export class SimulationHarness {
targetId: ep.id,
variantId: 'v-emergency',
variant: {
status: 'ready',
type: 'masked', // Truncation is technically a mask
text: ep.yield?.text || '',
recoveredTokens: 0,
type: 'MASKED_TOOL',
id: 'mock-id',
metadata: { currentTokens: 0, originalTokens: 0, transformations: [] },
tokens: { intent: 0, observation: 0 },
intent: {}, observation: {}, toolName: 'tool',
},
});
}