From ae0edf257d1e418ecb0d70f0705dea9c64a3c05e Mon Sep 17 00:00:00 2001 From: Dhruv Tiwari Date: Fri, 31 Oct 2025 14:11:33 +0530 Subject: [PATCH] Fix typo in backends.mdx documentation --- src/oss/deepagents/backends.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oss/deepagents/backends.mdx b/src/oss/deepagents/backends.mdx index 6b569b78f..5001d7097 100644 --- a/src/oss/deepagents/backends.mdx +++ b/src/oss/deepagents/backends.mdx @@ -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)