Interaction Modes
The interaction modes refer to how the agent is used.
Ask Mode
- The Agent is explicitelyrequested
by the User.Listen Mode
- The Agentobserves
the Notebook an Kernels events and is requested when a specific event occurs without User action.
To interact with the Agent, you will need to.
- Provide information via
Inputters
- Retrieve the result via
Outputters
.
Controllers
are available to ease the User interaction with the Agent.
📄️ Ask Mode
In a Ask Mode, the Agent is explicitely requested by the User.
📄️ Listen Mode
In a Listen Mode, the Agent observes the Notebook an Kernels events and is requested when a specific event occurs without User action.
📄️ Inputters
Inputters are available at various levels.
📄️ Outputters
Outputters are available at different levels.
📄️ Controllers
Controllers.