Fix 26a foundational

This commit is contained in:
Mark Backman
2026-01-13 19:31:24 -05:00
parent 248dac3a9d
commit b313395dc3

View File

@@ -96,9 +96,6 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
) )
user_aggregator, assistant_aggregator = LLMContextAggregatorPair(context) user_aggregator, assistant_aggregator = LLMContextAggregatorPair(context)
user_aggregator = context_aggregator.user()
assistant_aggregator = context_aggregator.assistant()
pipeline = Pipeline( pipeline = Pipeline(
[ [
transport.input(), transport.input(),