Skip to main content

Interface: ExecutionFeedback

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:270

Feedback from plan execution used for refinement.

Properties

details

details: string

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:278

Feedback details


feedbackType

feedbackType: FeedbackType

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:276

Type of feedback


planId

planId: string

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:272

Plan being executed


severity

severity: "error" | "critical" | "warning" | "info"

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:282

Severity of the issue


stepId

stepId: string

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:274

Step that generated feedback


suggestedCorrection?

optional suggestedCorrection: string

Defined in: packages/agentos/src/core/planning/IPlanningEngine.ts:280

Suggested correction