The open-source framework for reliable LLM-powered software has 23.4K GitHub stars. PromptKing implements 11 of 12 factors in production. One gap — Factor 9 — is on the roadmap.
12 Factor Agents is an open-source framework for building reliable LLM-powered software. Core thesis: the most reliable agents in production are mostly deterministic code with small LLM steps at specific decision points. PromptKing is built on exactly this principle.
Factor 9 asks: when a tool call fails with an error (not loops — fails), does the system compact the error into the context window with a consecutive failure counter and escalate to a human at a threshold? PromptKing has cycle detection (loops). The named error event type with consecutive failure threshold is spec’d but not yet built.
error_type on trajectory_nodes (tool_failure / timeout / rate_limit / schema_violation / policy_rejection). consecutive_error_count per graph. governance_threshold configurable per org (default: 3). When threshold hit → same economic flag as cycle detection → Approval Required.
An 11/12 score with a documented, scoped gap on the one remaining factor is a stronger diligence story than a vague claim of full compliance. The scorecard is the argument. The spec shows the path to closing it.
SCORECARD SUMMARY
SEE IT LIVE
View Trajectory Governance →👑 PromptKing Inc. · promptking32.com · @PromptKing32 · info@promptking32.com