Data connector

SQLite Context Store

SQLite Context Store gives the host a small durable memory for records, artifacts, checks and logs. It is useful for workflows that need to remember what was checked, imported, generated or changed.

available

What it does

  • Store structured context imported by an LLM.
  • List artifacts created by automation.
  • Show backend and node logs in the host UI.

URI schemes

data:// artifact:// check:// log://

Requirements

  • python>=3.10