Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent-framework/agents/safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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

Expand Down