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 Building Blocks: HTTP Transitions – External API Integration

HTTP transitions connect your agentic processes to the outside world. They make REST API calls, process responses, handle authentication, implement retry logic, and route results based on HTTP status codes or response content. HTTP transitions call external APIs and emit parsed response data to success … … Continue readingAgenticOS Building Blocks: HTTP Transitions – External API Integration

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: Pass Transitions – Pure Token Routing

The Pass transition is the foundational routing primitive in AgetnticOS Petri nets. It examines token data and decides where each token should go – without transforming it, without calling external systems, without side effects. Think of it as a railway switch operator: tokens arrive, get … … Continue readingAgenticOS Building Blocks: Pass Transitions – Pure Token Routing

AgenticOS Building Blocks: Map Transitions – Data Transformation

While Pass transitions route tokens unchanged, Map transitions transform token data through templates. They’re the workhorses of data reshaping – adding fields, removing fields, restructuring, enriching, and preparing data for downstream processing. Map transitions take input token data, apply a template transformation, and emit the … … Continue readingAgenticOS Building Blocks: Map Transitions – Data Transformation

From Agent Chaos to Intelligent Control: The Missing Layer for Enterprise AI

Every enterprise deploying AI agents eventually hits the same wall. It’s not about the agents themselves—they’re capable enough. The wall is what happens when you have fifty of them running across your organization with no unified way to see whatContinue readingFrom Agent Chaos to Intelligent Control: The Missing Layer for Enterprise AI

Autonomous Agent Transitions in AgenticOS: From Simple Automation to Self-Improving Systems

AgenticOS introduces a revolutionary capability: Agent Transitions – transitions powered by LLMs that can reason, query, create structures, and even deploy new transitions autonomously. This guide explores the full spectrum of agent capabilities, from simple token processing to self-improving meta-agents. Agent transitions operate under a … … Continue readingAutonomous Agent Transitions in AgenticOS: From Simple Automation to Self-Improving Systems

AgenticOS: Pass vs Map Transitions – Quick Reference

Pass and Map are the two foundational transition types in AgetnticOS. Understanding their differences is crucial for building effective agentic processes. This guide compares them side-by-side to help you choose the right one. This is the most critical difference: what the when condition evaluates. A … … Continue readingAgenticOS: Pass vs Map Transitions – Quick Reference

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