From 29fc733b332ba469903202ddaba60cc48bec01a6 Mon Sep 17 00:00:00 2001 From: Dex Date: Thu, 17 Jul 2025 13:22:02 -0500 Subject: [PATCH] Update factor-08-own-your-control-flow.md thanks to Luis for calling this out --- content/factor-08-own-your-control-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/factor-08-own-your-control-flow.md b/content/factor-08-own-your-control-flow.md index 46e75ca..99b5288 100644 --- a/content/factor-08-own-your-control-flow.md +++ b/content/factor-08-own-your-control-flow.md @@ -11,7 +11,7 @@ Build your own control structures that make sense for your specific use case. Sp - summarization or caching of tool call results - LLM-as-judge on structured output -- context window compaction or other [memory management](https://github.com/humanlayer/12-factor-agents/blob/main/content/appendix-14-everything-is-context-engineering.md) +- context window compaction or other [memory management](https://github.com/humanlayer/12-factor-agents/blob/main/content/factor-03-own-your-context-window.md) - logging, tracing, and metrics - client-side rate limiting - durable sleep / pause / "wait for event"