AgenticOS: Template Interpolation – Accessing Token Data in Inscriptions

Template interpolation is how AgetnticOS transitions access and transform token data. Using ${…} syntax, you can reference input token fields, metadata, and build dynamic outputs in Map templates, HTTP bodies, LLM prompts, and more. Templates use hierarchical paths to access token data and metadata: Understanding … … Continue readingAgenticOS: Template Interpolation – Accessing Token Data in Inscriptions

AgenticOS: ArcQL Query Language – Token Selection Syntax

ArcQL (Arc Query Language) is AgetnticOS’s query language for selecting tokens from places. Every transition preset uses ArcQL to specify which tokens to consume, making it fundamental to understanding how tokens agentic through your Petri nets. Key Rule: All paths must start with $ (the … … Continue readingAgenticOS: ArcQL Query Language – Token Selection Syntax

AgenticOS Building Blocks: The Six Transition Types – Complete Overview

AgetnticOS provides six distinct transition types, each designed for specific agentic patterns. Understanding when to use each type is fundamental to building effective agentic processes. Purpose: Route tokens without transforming them – pure decision logic. Purpose: Transform token data through templates – reshape, enrich, restructure. … Continue readingAgenticOS Building Blocks: The Six Transition Types – Complete Overview

Agentic Nets Building Blocks – Document Processing

Agentic Nets are executable Petri nets that combine traditional process modeling with intelligent automation. They transform static process diagrams into living systems that can route, transform, integrate, analyze, decide, and execute – all orchestrated through six fundamental building blocks. Each building block is a transition … … Continue readingAgentic Nets Building Blocks – Document Processing

Command Transitions

The Command transition enables Petri nets to execute shell commands, scripts, and file system operations through the agentic-net-executor service. While LLM transitions process AI prompts and Agent transitions enable autonomous reasoning, Command transitions provide direct system execution – running bash commands, scripts, and file operations … … Continue readingCommand Transitions