Skip to main content

Interface: TaskContext

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:69

Represents the contextual information about the task the GMI is currently handling. TaskContext

Indexable

[key: string]: any

Properties

complexity?

optional complexity: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:72


domain?

optional domain: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:71


goal?

optional goal: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:73


progress?

optional progress: number

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:76


requirements?

optional requirements: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:75


status?

optional status: "not_started" | "in_progress" | "blocked" | "requires_clarification" | "completed" | "failed"

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:74


taskId

taskId: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:70