Skip to main content

Context System

The context system controls how data flows between actions—referencing upstream outputs, controlling LLM visibility, and passing fields to downstream actions.

Core Concepts

ConceptPurposeSyntax
Field ReferencesAccess upstream action outputs{{ action.field }}
Context ScopeControl data visibility and flowcontext_scope: {observe, drop, passthrough}
Seed DataLoad static reference dataseed_path: {name: $file:path}

Learn More

  • Field References - The {{ action.field }} syntax for referencing upstream data
  • Context Scope - Control visibility with observe, drop, and passthrough
  • Seed Data - Load static reference data into context