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?
optionalcomplexity:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:72
domain?
optionaldomain:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:71
goal?
optionalgoal:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:73
progress?
optionalprogress:number
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:76
requirements?
optionalrequirements:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:75
status?
optionalstatus:"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