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)