Architecture

FAME Architecture

A reference architecture — **F**unctions-as-a-Service-based **A**rchitecture for orchestrating **M**CP-**e**nabled agentic workflows — that decomposes complex agent reasoning into discrete, composable serverless entities (planners, actors, evaluators) orchestrated as step functions, with intelligent routing of state: lightweight conversational state into low-latency key-value stores (DynamoDB / Redis), heavy durable artifacts + cached tool responses into S3-compatible object storage. Published as arXiv 2601.14735 in early 2026.

8 connections 1 post

Definition

What it is

A reference architecture — **F**unctions-as-a-Service-based **A**rchitecture for orchestrating **M**CP-**e**nabled agentic workflows — that decomposes complex agent reasoning into discrete, composable serverless entities (planners, actors, evaluators) orchestrated as step functions, with intelligent routing of state: lightweight conversational state into low-latency key-value stores (DynamoDB / Redis), heavy durable artifacts + cached tool responses into S3-compatible object storage. Published as arXiv 2601.14735 in early 2026.

Why it exists

Stateless FaaS environments (AWS Lambda, Cloud Functions, Azure Functions) offer pay-per-invocation economics and infinite scale-out, but the stateless contract is fundamentally hostile to multi-turn agent reasoning. Holding all state in the function payload bloats invocations and breaks at moderate context sizes; holding state in any single fast store doesn't scale across the heterogeneous data types agents produce (text, tool outputs, multimodal artifacts). FAME's bi-tier routing — hot state in KV, cold state in S3 — captures the structural property: agents have a small bounded *working* state plus a large unbounded *artifact* state, and they don't get accessed the same way.

Recent developments

Latest signals

Connections 8

Outbound 6
Inbound 2

Featured in