Inputs let you send additional data asynchronously to BASIC while an agent is running. They are useful when integrating external signals such as added sensors (for example directional microphone or air-quality sensor), network events (for example incoming emails or webhook alerts), and internal robot status events. The most important part is that an input can send live feedback to BASIC while the agent is executing.Documentation Index
Fetch the complete documentation index at: https://docs.innate.bot/llms.txt
Use this file to discover all available pages before exploring further.
Minimal input example (stripped down)
Attach it to an agent
on_open() is called and BASIC begins receiving these asynchronous updates.
For more details:

