Skip to main content
Run any Skill in Manus
with one click

ai-agent-runtime-architecture

Use when designing the runtime that hosts agentic LLM features in a multi-tenant SaaS — the agent loop as a control-plane service, formal state machine (PERCEIVE → PLAN → ACT → OBSERVE), retries, idempotency, max-step caps, deterministic resumability, and the "agent vs workflow vs cron" decision. Distinct from `ai-agents-tools` (agent fundamentals) and `ai-on-saas-architecture` (overall AI architecture).

Overview

Use when designing the runtime that hosts agentic LLM features in a multi-tenant SaaS — the agent loop as a control-plane service, formal state machine (PERCEIVE → PLAN → ACT → OBSERVE), retries, idempotency, max-step caps, deterministic resumability, and the "agent vs workflow vs cron" decision. Distinct from `ai-agents-tools` (agent fundamentals) and `ai-on-saas-architecture` (overall AI architecture).

Install command
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill ai-agent-runtime-architecture

Copy and paste this command into Claude Code to install the skill

Stars17
Forks4
UpdatedMay 31, 2026 at 07:33
File Explorer
10 files
SKILL.md
readonly