Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 12 additions & 2 deletions src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,8 @@
"oss/python/deepagents/cli/overview",
"oss/python/deepagents/cli/providers",
"oss/python/deepagents/cli/configuration",
"oss/python/deepagents/cli/mcp-tools"
"oss/python/deepagents/cli/mcp-tools",
"oss/python/deepagents/data-locations"
]
}
]
Expand Down Expand Up @@ -1513,7 +1514,8 @@
"oss/javascript/deepagents/cli/overview",
"oss/javascript/deepagents/cli/providers",
"oss/javascript/deepagents/cli/configuration",
"oss/javascript/deepagents/cli/mcp-tools"
"oss/javascript/deepagents/cli/mcp-tools",
"oss/javascript/deepagents/data-locations"
]
}
]
Expand Down Expand Up @@ -1947,6 +1949,14 @@
}
},
"redirects": [
{
"source": "/oss/python/langgraph/memory",
"destination": "/oss/python/concepts/memory"
},
{
"source": "/oss/javascript/langgraph/memory",
"destination": "/oss/javascript/concepts/memory"
},
{
"source": "/oss/deepagents/memory",
"destination": "/oss/python/deepagents/memory"
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
6 changes: 0 additions & 6 deletions src/oss/contributing/integrations-langgraph.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions src/oss/contributing/publish-langgraph.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/oss/langchain/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ The @[`BaseStore`] provides persistent storage that survives across conversation
Access the store through `runtime.store`. The store uses a namespace/key pattern to organize data:

<Tip>
For production deployments, use a persistent store implementation like @[`PostgresStore`] instead of `InMemoryStore`. See the [memory documentation](/oss/langgraph/memory) for setup details.
For production deployments, use a persistent store implementation like @[`PostgresStore`] instead of `InMemoryStore`. See the [memory documentation](/oss/langgraph/add-memory) for setup details.
</Tip>

```python expandable
Expand Down
274 changes: 0 additions & 274 deletions src/oss/langgraph/memory.mdx

This file was deleted.

Loading