Skip to content
NanoPrompter edited this page Jun 16, 2026 · 1 revision

Welcome to the samf-framework wiki!

Welcome to the SAMF Wiki

The SAWANT Agentic MoSCoW Framework (SAMF) is a lightweight, deterministic verification layer designed to enforce strict structural and semantic boundaries on Large Language Model (LLM) outputs within complex, stateful multi-agent orchestration loops.

In multi-agent architectures (such as LangGraph), a single unvalidated, out-of-bounds LLM response can propagate down the graph, corrupting application states, causing infinite loops, and inflating token costs. SAMF solves this by adapting the classic project management MoSCoW matrix (Must-have, Should-have, Won't-have) into concrete, machine-readable software execution contracts.


The Problem: The Agentic Loop Breach

In non-deterministic AI pipelines, prompt engineering alone cannot guarantee zero runtime failures. When an agent in a multi-step workflow fails to output a critical parameter or hallucinates an excluded string, the system typically breaks down-stream.

Clone this wiki locally