building now

This commit is contained in:
Your Name
2026-04-06 18:01:32 +00:00
parent fcaa6c5584
commit 6867a96be0
8 changed files with 14 additions and 412 deletions
@@ -130,11 +130,8 @@ describe('ContextManager Golden Tests', () => {
const tracer2 = new ContextTracer('/tmp', 'test2');
contextManager = new ContextManager(
{
pipelines: {
eagerBackground: [],
normalProcessingGraph: [],
retainedProcessingGraph: [],
},
budget: { retainedTokens: 100000, maxTokens: 150000 },
pipelines: [],
} as any,
{} as any,
tracer2,