AgenticOS Building Blocks: Agent Transitions – Autonomous AI Execution

Agent transitions represent the most powerful building block in AgetnticOS. Unlike LLM transitions that process prompts and return responses, Agent transitions execute autonomous AI agents that can make decisions, call tools, and produce entirely new data structures. Key Innovation: Agent transitions have optional presets (agents … … Continue readingAgenticOS Building Blocks: Agent Transitions – Autonomous AI Execution

AgenticOS Building Blocks: LLM Transitions – AI-Powered Token Processing

LLM (Large Language Model) transitions bring the power of AI directly into your agentic processes. They enable natural language processing, text generation, sentiment analysis, entity extraction, and intelligent routing – all orchestrated through simple inscriptions. Key Innovation: LLM transitions use a two-field emit pattern where … … Continue readingAgenticOS Building Blocks: LLM Transitions – AI-Powered Token Processing

AgenticOS Building Blocks: Command Transitions – Shell & Filesystem Execution

Command transitions execute shell commands and filesystem operations via the agentic-net-executor service. They enable your Petri nets to interact with the operating system – running scripts, managing files, invoking CLI tools, and integrating with external processes. Command transitions dispatch work to the executor service and … … Continue readingAgenticOS Building Blocks: Command Transitions – Shell & Filesystem Execution

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 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

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