Skip to main content

Runtime environment

A high-level overview of the execution layer of Thunk.AI

Updated over 2 months ago

The runtime environment for a thunk has four components:

  1. Interfaces to receive workflow requests and initiate workflow execution for each request

  2. A scalable workflow orchestration layer that follows the steps of the workflow plan

  3. A reliable and secure AI agentic layer that evaluates the AI Instructions at each step. This lies at the heart of the platform and is the most important component.

  4. A document indexing and search layer that processes content folders and makes them available to the AI agents

Did this answer your question?