Skip to main content

Interface: HumanFeedback

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:322

Human feedback on agent performance.

Properties

agentId

agentId: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:326

Agent receiving feedback


aspect

aspect: "accuracy" | "style" | "communication" | "other" | "speed" | "judgment"

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:330

Specific aspect being addressed


content

content: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:332

Detailed feedback


context?

optional context: Record<string, unknown>

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:336

Context of the feedback


feedbackId

feedbackId: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:324

Feedback identifier


feedbackType

feedbackType: "preference" | "correction" | "praise" | "guidance" | "complaint"

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:328

Type of feedback


importance

importance: number

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:334

Severity/importance (1-5)


providedAt

providedAt: Date

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:340

Timestamp


providedBy

providedBy: string

Defined in: packages/agentos/src/core/hitl/IHumanInteractionManager.ts:338

Who provided feedback