diff --git a/packages/core/src/core/orchestrator.ts b/packages/core/src/core/orchestrator.ts index 53c21131..ce5f6dca 100644 --- a/packages/core/src/core/orchestrator.ts +++ b/packages/core/src/core/orchestrator.ts @@ -627,7 +627,7 @@ export class Orchestrator { (h) => h.role === HandlerRole.ACTION ); - // Process the content - delegation is now handled inside the processor + // Processor has nested logic for processing content and returns the final result const result = await this.processor.process( content, JSON.stringify(memories),