From 7a8fa1966f250e59fe666807e5b1899515a7c910 Mon Sep 17 00:00:00 2001 From: christiansita Date: Tue, 4 Aug 2026 09:52:33 +0200 Subject: [PATCH] Fixed typo in safety.md regarding encryption I fixed a spelling typo. --- agent-framework/agents/safety.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-framework/agents/safety.md b/agent-framework/agents/safety.md index 20c267e0..86492309 100644 --- a/agent-framework/agents/safety.md +++ b/agent-framework/agents/safety.md @@ -95,7 +95,7 @@ Sessions (`AgentSession`) represent conversation context and can be serialized f - Sessions may reference conversation content or session identifiers. - **Restoring a session from an untrusted source is equivalent to accepting untrusted input.** A compromised storage backend could alter roles to escalate trust. -- Store sessions in secure storage with appropriate access controls and enryption. +- Store sessions in secure storage with appropriate access controls and encryption. ### Implement resource limits