Skip to content

Commit

Permalink
orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 30, 2025
1 parent 6a93713 commit af34465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/core/orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit af34465

Please sign in to comment.