Enterprise AI Design Framework
Agentic Academy Visualizations
Interactive frameworks and tools for designing, building, and governing AI agent systems
🧩
Agentic Primitives
The fundamental building blocks of AI agent systems. Explore 16 primitives across 6 categories that form the foundation of any agentic architecture.
Static
6 Categories
16 Primitives
🎨
AI Agent Canvas
A comprehensive design canvas for planning AI agents. Define purpose, capabilities, operations, and governance across 12 building blocks with interactive guidance.
Interactive
4 Domains
12 Blocks
🚀
Autonomy Framework
Determine appropriate autonomy levels for AI agents based on trust, operational maturity, and task criticality. Interactive calculator with real-time recommendations.
Interactive
3 Dimensions
Calculator
🎯
Four Dimensions of Agent Autonomy
Explore how agents have different freedom levels across tool selection, task ownership, planning, and collaboration. Configure autonomy profiles with real-time oversight mapping.
Interactive
4 Dimensions
Profiles
⚖️
Applied Autonomy Framework
Understand how desired autonomy meets reality constraints. Visualize the relationship between design intent, organizational maturity, agent trust, and what actually operates in production.
Static
Framework
Constraints
🔬
Sustainable Profile Builder
Interactive calculator showing how organizational maturity, agent trust, and task criticality combine to determine the sustainable autonomy profile. Adjust constraints and see real-time impact on applied autonomy with gap analysis.
Interactive
Calculator
Gap Analysis
🔄
Agentic Solution Patterns
Four architectural patterns for enterprise AI implementations, from simple chatbots to multi-agent systems. Interactive guide showing complexity, value, and progression paths.
Interactive
4 Patterns
Architecture
🔗
Canvas to Primitives Mapping
Visual guide showing how the 12 AI Agent Canvas building blocks map to the 16 Agentic Primitives. Understand the relationships between design canvas and implementation primitives.
Static
4 Domains
Mapping Guide
📰
News Agent Example
Real-world example of an AI Agent Canvas for the Agentic Academy News Agent. See how the canvas framework applies to a practical weekly news curation and publishing agent.
Example
Canvas Applied
Real Agent
✅
Primitives Shopping List
Implementation-ready specification of primitives for the News Agent. Detailed breakdown of instructions, tools, connections, and interactions with deployment checklist.
Implementation
Specification
Checklist
📋
Agent Instructions
Deep dive into agent instructions - the behavioral guidelines that shape how agents operate, make decisions, and interact within their environment.
Primitive
Instructions
⚙️
System Instructions
Explore system-level instructions that define global behaviors, constraints, and operational parameters across all agents in the system.
Primitive
Instructions
📝
Workflow Instructions
Learn about workflow instructions that orchestrate multi-step processes, defining sequences, conditions, and transitions between agent actions.
Primitive
Instructions
🔧
Action Tools
Understand action tools that enable agents to take concrete actions - from API calls to database operations and external system interactions.
Primitive
Tools
📚
Knowledge Tools
Explore knowledge tools that give agents access to information - from retrieval systems to knowledge bases and contextual data sources.
Primitive
Tools
🤖
Agents
Understand what agents are - autonomous entities that perceive their environment, make decisions, and take actions to achieve goals.
Primitive
Core Concept
⚡
Dynamic Agents
Learn about dynamic agents that can be created, configured, and deployed at runtime based on changing requirements and conditions.
Primitive
Agent Type
💬
Conversation
Explore conversation patterns for multi-turn interactions between agents and users, managing context and maintaining dialogue flow.
Primitive
Communication
🎯
Delegation
Understand delegation patterns where agents assign tasks to other agents, managing workload distribution and specialization.
Primitive
Communication
🔔
Notification
Learn about notification patterns for broadcasting information to multiple recipients without expecting direct responses.
Primitive
Communication
📡
Point-to-Point
Explore direct point-to-point communication between two agents, enabling synchronous request-response interactions.
Primitive
Communication
🎭
Choreography
Understand choreography patterns where agents coordinate through shared protocols without central control.
Primitive
Communication
🎼
Agentic Orchestration
Learn about agentic orchestration where a coordinator agent manages and sequences the work of multiple specialized agents.
Primitive
Orchestration
🔄
Workflow Orchestration
Explore workflow orchestration using predefined process definitions to coordinate agent activities in structured sequences.
Primitive
Orchestration
📥
Queued Integration
Understand queued integration patterns for asynchronous processing, enabling reliable message delivery and load leveling.
Primitive
Integration
🔍
Retrieval Integration
Learn about retrieval patterns for accessing external data sources, from databases to APIs and knowledge repositories.
Primitive
Integration
👥
Users
Explore the role of users in agentic systems - from initiating requests to providing feedback and maintaining human oversight.
Primitive
Human-in-Loop