EngineVersion 1
context
The Context Matrix specifies how a context is structured in a Kleo session.
URI: https://poliglot.io/kleo/spec/context#
Imports: act, matrix, dprod, svc
Classes
- context:Answer: A user's response to a ctx:Question.
- context:Context: A context is an isolated interaction between users and Kleo. Contains tasks and accumulated working memory.
- context:Question: A human-in-the-loop question presented to the user during workflow execution.
- context:QuestionStatus: The lifecycle status of a ctx:Question.
- context:Task: A unit of work within a context. Runs iteration loop with script executions.
- context:TaskException: An exception that occurred during task execution.
- context:Utterance: An individual utterance within a context, representing a unit of speech or text from either user or assistant.
Actions
- context:AskQuestion: Prompt the user for input during workflow execution.