Skip to content
Merged
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 src/oss/deepagents/backends.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ agent = create_deep_agent(

**Best for:**
- A scratch pad for the agent to write intermediate results.
- Aautomatic eviction of large tool outputs which the agent can then read back in piece by piece.
- Automatic eviction of large tool outputs which the agent can then read back in piece by piece.

### FilesystemBackend (local disk)

Expand Down