@ferricstore/ferricstore 0.12.0 → 0.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/langgraph.cjs +395 -125
- package/dist/langgraph.cjs.map +1 -1
- package/dist/langgraph.d.cts +17 -7
- package/dist/langgraph.d.ts +17 -7
- package/dist/langgraph.js +396 -126
- package/dist/langgraph.js.map +1 -1
- package/dist/openai-agents.cjs +161 -24
- package/dist/openai-agents.cjs.map +1 -1
- package/dist/openai-agents.d.cts +10 -4
- package/dist/openai-agents.d.ts +10 -4
- package/dist/openai-agents.js +161 -24
- package/dist/openai-agents.js.map +1 -1
- package/docs/agent-api/assets/hierarchy.js +1 -0
- package/docs/agent-api/assets/highlight.css +92 -0
- package/docs/agent-api/assets/icons.js +18 -0
- package/docs/agent-api/assets/icons.svg +1 -0
- package/docs/agent-api/assets/main.js +60 -0
- package/docs/agent-api/assets/navigation.js +1 -0
- package/docs/agent-api/assets/search.js +1 -0
- package/docs/agent-api/assets/style.css +1648 -0
- package/docs/agent-api/classes/langgraph.FerricStoreSaver.html +297 -0
- package/docs/agent-api/classes/langgraph.FerricStoreStore.html +298 -0
- package/docs/agent-api/classes/langgraph.LangGraphFlow.html +190 -0
- package/docs/agent-api/classes/langgraph.LangGraphFlowContext.html +158 -0
- package/docs/agent-api/classes/langgraph.LangGraphFlowRun.html +133 -0
- package/docs/agent-api/classes/openai-agents.FerricStoreSession.html +241 -0
- package/docs/agent-api/hierarchy.html +44 -0
- package/docs/agent-api/index.html +142 -0
- package/docs/agent-api/interfaces/langgraph.FerricFlowHandlerContext.html +94 -0
- package/docs/agent-api/interfaces/langgraph.FerricStoreCommandClient.html +77 -0
- package/docs/agent-api/interfaces/langgraph.FerricStoreLockOptions.html +81 -0
- package/docs/agent-api/interfaces/langgraph.FerricStoreSaverOptions.html +106 -0
- package/docs/agent-api/interfaces/langgraph.FerricStoreStoreOptions.html +98 -0
- package/docs/agent-api/interfaces/langgraph.InvokableLangGraph.html +83 -0
- package/docs/agent-api/interfaces/langgraph.LangGraphFlowOptions.html +116 -0
- package/docs/agent-api/interfaces/openai-agents.FerricStoreSessionOptions.html +114 -0
- package/docs/agent-api/interfaces/openai-agents.Session.html +208 -0
- package/docs/agent-api/interfaces/openai-agents.SessionHistoryRewriteAwareSession.html +230 -0
- package/docs/agent-api/interfaces/openai-agents.SessionHistoryTransactionAwareSession.html +237 -0
- package/docs/agent-api/modules/langgraph.html +44 -0
- package/docs/agent-api/modules/openai-agents.html +44 -0
- package/docs/agent-api/modules.html +35 -0
- package/docs/agent-api/types/langgraph.LangGraphChannelVersions.html +33 -0
- package/docs/agent-api/types/langgraph.LangGraphInvocationConfig.html +33 -0
- package/docs/agent-api/types/langgraph.LangGraphOutcomeMapper.html +50 -0
- package/docs/agent-api/types/langgraph.LangGraphPendingWrite.html +33 -0
- package/docs/agent-api/types/openai-agents.AgentInputItem.html +35 -0
- package/docs/agent-frameworks.md +25 -8
- package/docs/api/index.html +4 -1
- package/docs/api/media/agent-frameworks.md +25 -8
- package/package.json +5 -5
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>FerricStoreSaver | @ferricstore/ferricstore</title><meta name="description" content="Documentation for @ferricstore/ferricstore"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar">
|
|
2
|
+
<div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@ferricstore/ferricstore</a>
|
|
3
|
+
<div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/>
|
|
4
|
+
<ul role="listbox" id="tsd-search-results"></ul>
|
|
5
|
+
<div id="tsd-search-status" aria-live="polite" aria-atomic="true">
|
|
6
|
+
<div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header>
|
|
7
|
+
<div class="container container-main">
|
|
8
|
+
<div class="col-content">
|
|
9
|
+
<div class="tsd-page-title">
|
|
10
|
+
<ul class="tsd-breadcrumb" aria-label="Breadcrumb">
|
|
11
|
+
<li><a href="../modules/langgraph.html">langgraph</a></li>
|
|
12
|
+
<li><a href="" aria-current="page">FerricStoreSaver</a></li></ul>
|
|
13
|
+
<h1>Class FerricStoreSaver</h1></div>
|
|
14
|
+
<section class="tsd-panel tsd-comment">
|
|
15
|
+
<div class="tsd-comment tsd-typography"><p>Durable, epoch-fenced LangGraph.js checkpoint saver backed by FerricStore.</p>
|
|
16
|
+
</div></section>
|
|
17
|
+
<section class="tsd-panel tsd-hierarchy" data-refl="61">
|
|
18
|
+
<h4>Hierarchy</h4>
|
|
19
|
+
<ul class="tsd-hierarchy">
|
|
20
|
+
<li class="tsd-hierarchy-item"><span class="tsd-signature-type">BaseCheckpointSaver</span>
|
|
21
|
+
<ul class="tsd-hierarchy">
|
|
22
|
+
<li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">FerricStoreSaver</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
23
|
+
<ul>
|
|
24
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L75">langgraph/checkpoint.ts:75</a></li></ul></aside>
|
|
25
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
26
|
+
<section class="tsd-panel tsd-index-panel">
|
|
27
|
+
<details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
28
|
+
<h5 class="tsd-index-heading uppercase">Index</h5></summary>
|
|
29
|
+
<div class="tsd-accordion-details">
|
|
30
|
+
<section class="tsd-index-section">
|
|
31
|
+
<h3 class="tsd-index-heading tsd-anchor-link" id="constructors">Constructors<a href="#constructors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
32
|
+
<div class="tsd-index-list"><a href="#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
|
|
33
|
+
</div></section>
|
|
34
|
+
<section class="tsd-index-section">
|
|
35
|
+
<h3 class="tsd-index-heading tsd-anchor-link" id="properties">Properties<a href="#properties" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
36
|
+
<div class="tsd-index-list"><a href="#client" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>client</span></a>
|
|
37
|
+
<a href="#keyprefix" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>key<wbr/>Prefix</span></a>
|
|
38
|
+
<a href="#scancount" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>scan<wbr/>Count</span></a>
|
|
39
|
+
<a href="#serde" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>serde</span></a>
|
|
40
|
+
</div></section>
|
|
41
|
+
<section class="tsd-index-section">
|
|
42
|
+
<h3 class="tsd-index-heading tsd-anchor-link" id="methods">Methods<a href="#methods" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
43
|
+
<div class="tsd-index-list"><a href="#deletethread" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Thread</span></a>
|
|
44
|
+
<a href="#get" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a>
|
|
45
|
+
<a href="#getdeltachannelhistory" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Delta<wbr/>Channel<wbr/>History</span></a>
|
|
46
|
+
<a href="#getnextversion" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Next<wbr/>Version</span></a>
|
|
47
|
+
<a href="#gettuple" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Tuple</span></a>
|
|
48
|
+
<a href="#list" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>list</span></a>
|
|
49
|
+
<a href="#put" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>put</span></a>
|
|
50
|
+
<a href="#putwrites" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>put<wbr/>Writes</span></a>
|
|
51
|
+
<a href="#tojson" class="tsd-index-link tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>to<wbr/>JSON</span></a>
|
|
52
|
+
</div></section></div></details></section></section>
|
|
53
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
54
|
+
<h2 class="tsd-anchor-link" id="constructors-1">Constructors<a href="#constructors-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
|
|
55
|
+
<section>
|
|
56
|
+
<section class="tsd-panel tsd-member">
|
|
57
|
+
<h3 class="tsd-anchor-link" id="constructor"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
58
|
+
<ul class="tsd-signatures">
|
|
59
|
+
<li class="">
|
|
60
|
+
<div class="tsd-signature tsd-anchor-link" id="constructorferricstoresaver"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">FerricStoreSaver</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">client</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/langgraph.FerricStoreCommandClient.html" class="tsd-signature-type tsd-kind-interface">FerricStoreCommandClient</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/langgraph.FerricStoreSaverOptions.html" class="tsd-signature-type tsd-kind-interface">FerricStoreSaverOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="" class="tsd-signature-type tsd-kind-class">FerricStoreSaver</a><a href="#constructorferricstoresaver" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
61
|
+
<div class="tsd-description">
|
|
62
|
+
<div class="tsd-parameters">
|
|
63
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
64
|
+
<ul class="tsd-parameter-list">
|
|
65
|
+
<li><span><span class="tsd-kind-parameter">client</span>: <a href="../interfaces/langgraph.FerricStoreCommandClient.html" class="tsd-signature-type tsd-kind-interface">FerricStoreCommandClient</a></span></li>
|
|
66
|
+
<li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/langgraph.FerricStoreSaverOptions.html" class="tsd-signature-type tsd-kind-interface">FerricStoreSaverOptions</a><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
|
|
67
|
+
<h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">FerricStoreSaver</a></h4><aside class="tsd-sources">
|
|
68
|
+
<p>Overrides BaseCheckpointSaver.constructor</p>
|
|
69
|
+
<ul>
|
|
70
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L81">langgraph/checkpoint.ts:81</a></li></ul></aside></div></li></ul></section></section></details>
|
|
71
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
72
|
+
<h2 class="tsd-anchor-link" id="properties-1">Properties<a href="#properties-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
|
|
73
|
+
<section>
|
|
74
|
+
<section class="tsd-panel tsd-member">
|
|
75
|
+
<h3 class="tsd-anchor-link" id="client"><code class="tsd-tag">Readonly</code><span>client</span><a href="#client" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
76
|
+
<div class="tsd-signature"><span class="tsd-kind-property">client</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/langgraph.FerricStoreCommandClient.html" class="tsd-signature-type tsd-kind-interface">FerricStoreCommandClient</a></div><aside class="tsd-sources">
|
|
77
|
+
<ul>
|
|
78
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L76">langgraph/checkpoint.ts:76</a></li></ul></aside></section>
|
|
79
|
+
<section class="tsd-panel tsd-member">
|
|
80
|
+
<h3 class="tsd-anchor-link" id="keyprefix"><code class="tsd-tag">Readonly</code><span>key<wbr/>Prefix</span><a href="#keyprefix" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
81
|
+
<div class="tsd-signature"><span class="tsd-kind-property">keyPrefix</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
82
|
+
<ul>
|
|
83
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L77">langgraph/checkpoint.ts:77</a></li></ul></aside></section>
|
|
84
|
+
<section class="tsd-panel tsd-member">
|
|
85
|
+
<h3 class="tsd-anchor-link" id="scancount"><code class="tsd-tag">Readonly</code><span>scan<wbr/>Count</span><a href="#scancount" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
86
|
+
<div class="tsd-signature"><span class="tsd-kind-property">scanCount</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
87
|
+
<ul>
|
|
88
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L78">langgraph/checkpoint.ts:78</a></li></ul></aside></section>
|
|
89
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
90
|
+
<h3 class="tsd-anchor-link" id="serde"><span>serde</span><a href="#serde" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
91
|
+
<div class="tsd-signature"><span class="tsd-kind-property">serde</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SerializerProtocol</span></div><aside class="tsd-sources">
|
|
92
|
+
<p>Inherited from BaseCheckpointSaver.serde</p>
|
|
93
|
+
<ul>
|
|
94
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts#L58">../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts:58</a></li></ul></aside></section></section></details>
|
|
95
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
96
|
+
<h2 class="tsd-anchor-link" id="methods-1">Methods<a href="#methods-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h2></summary>
|
|
97
|
+
<section>
|
|
98
|
+
<section class="tsd-panel tsd-member">
|
|
99
|
+
<h3 class="tsd-anchor-link" id="deletethread"><span>delete<wbr/>Thread</span><a href="#deletethread" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
100
|
+
<ul class="tsd-signatures">
|
|
101
|
+
<li class="">
|
|
102
|
+
<div class="tsd-signature tsd-anchor-link" id="deletethread-1"><span class="tsd-kind-call-signature">deleteThread</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">threadId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#deletethread-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
103
|
+
<div class="tsd-description">
|
|
104
|
+
<div class="tsd-comment tsd-typography"><p>Delete all checkpoints and writes associated with a specific thread ID.</p>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="tsd-parameters">
|
|
107
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
108
|
+
<ul class="tsd-parameter-list">
|
|
109
|
+
<li><span><span class="tsd-kind-parameter">threadId</span>: <span class="tsd-signature-type">string</span></span>
|
|
110
|
+
<div class="tsd-comment tsd-typography"><p>The thread ID whose checkpoints should be deleted.</p>
|
|
111
|
+
</div></li></ul></div>
|
|
112
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
113
|
+
<p>Overrides BaseCheckpointSaver.deleteThread</p>
|
|
114
|
+
<ul>
|
|
115
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L247">langgraph/checkpoint.ts:247</a></li></ul></aside></div></li></ul></section>
|
|
116
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
117
|
+
<h3 class="tsd-anchor-link" id="get"><span>get</span><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
118
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
119
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
120
|
+
<div class="tsd-signature tsd-anchor-link" id="get-1"><span class="tsd-kind-call-signature">get</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Checkpoint</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><a href="#get-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
121
|
+
<div class="tsd-description">
|
|
122
|
+
<div class="tsd-parameters">
|
|
123
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
124
|
+
<ul class="tsd-parameter-list">
|
|
125
|
+
<li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-type">RunnableConfig</span></span></li></ul></div>
|
|
126
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Checkpoint</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
127
|
+
<p>Inherited from BaseCheckpointSaver.get</p>
|
|
128
|
+
<ul>
|
|
129
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts#L65">../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts:65</a></li></ul></aside></div></li></ul></section>
|
|
130
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
131
|
+
<h3 class="tsd-anchor-link" id="getdeltachannelhistory"><span>get<wbr/>Delta<wbr/>Channel<wbr/>History</span><a href="#getdeltachannelhistory" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
132
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
133
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
134
|
+
<div class="tsd-signature tsd-anchor-link" id="getdeltachannelhistory-1"><span class="tsd-kind-call-signature">getDeltaChannelHistory</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">channels</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">DeltaChannelHistory</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#getdeltachannelhistory-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
135
|
+
<div class="tsd-description">
|
|
136
|
+
<div class="tsd-comment tsd-typography"><p>Walk the parent chain returning per-channel writes + seed, used to
|
|
137
|
+
reconstruct <code>DeltaChannel</code> state from <code>checkpoint_writes</code>.</p>
|
|
138
|
+
<p>For each requested channel, walks ancestors of the checkpoint identified
|
|
139
|
+
by <code>config</code> (following <code>parentConfig</code>) and accumulates the pending writes
|
|
140
|
+
for that channel. The walk terminates per-channel at the nearest ancestor
|
|
141
|
+
whose <code>channel_values[ch]</code> is populated; that value is returned as <code>seed</code>.
|
|
142
|
+
If the walk reaches the root without finding a stored value, <code>seed</code> is
|
|
143
|
+
omitted from that channel's entry — the consumer treats the absence as
|
|
144
|
+
"start empty".</p>
|
|
145
|
+
<p>Walks the parent chain (not <code>list({ before })</code>): for forked threads, only
|
|
146
|
+
on-path ancestors contribute.</p>
|
|
147
|
+
<p>The default implementation walks <code>getTuple</code> + <code>parentConfig</code> once for all
|
|
148
|
+
channels — each ancestor visited once, not once per channel. Savers with
|
|
149
|
+
direct storage access (e.g. <code>MemorySaver</code>) override for performance; the
|
|
150
|
+
return contract is fixed here.</p>
|
|
151
|
+
</div>
|
|
152
|
+
<div class="tsd-parameters">
|
|
153
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
154
|
+
<ul class="tsd-parameter-list">
|
|
155
|
+
<li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">channels</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span> <span class="tsd-signature-symbol">}</span></span>
|
|
156
|
+
<ul class="tsd-parameters">
|
|
157
|
+
<li class="tsd-parameter">
|
|
158
|
+
<h5><span class="tsd-kind-property">channels</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
159
|
+
<div class="tsd-comment tsd-typography"><p>Channel names to walk for. Empty → empty mapping.</p>
|
|
160
|
+
</div></li>
|
|
161
|
+
<li class="tsd-parameter">
|
|
162
|
+
<h5><span class="tsd-kind-property">config</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">RunnableConfig</span></h5>
|
|
163
|
+
<div class="tsd-comment tsd-typography"><p>Configuration identifying the target checkpoint.</p>
|
|
164
|
+
</div></li></ul></li></ul></div>
|
|
165
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">DeltaChannelHistory</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><p>Per-channel DeltaChannelHistory for every requested name.</p>
|
|
166
|
+
|
|
167
|
+
<div class="tsd-comment tsd-typography">
|
|
168
|
+
<div class="tsd-tag-remarks">
|
|
169
|
+
<h4 class="tsd-anchor-link" id="remarks">Remarks<a href="#remarks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Beta. The signature, return shape, and interaction with
|
|
170
|
+
<code>DeltaSnapshot</code> blobs may change. Override at your own risk; the default
|
|
171
|
+
implementation will continue to work against the public
|
|
172
|
+
<code>BaseCheckpointSaver</code> contract.</p>
|
|
173
|
+
</div></div><aside class="tsd-sources">
|
|
174
|
+
<p>Inherited from BaseCheckpointSaver.getDeltaChannelHistory</p>
|
|
175
|
+
<ul>
|
|
176
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts#L107">../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts:107</a></li></ul></aside></div></li></ul></section>
|
|
177
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
178
|
+
<h3 class="tsd-anchor-link" id="getnextversion"><span>get<wbr/>Next<wbr/>Version</span><a href="#getnextversion" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
179
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
180
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
181
|
+
<div class="tsd-signature tsd-anchor-link" id="getnextversion-1"><span class="tsd-kind-call-signature">getNextVersion</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">current</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><a href="#getnextversion-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
182
|
+
<div class="tsd-description">
|
|
183
|
+
<div class="tsd-comment tsd-typography"><p>Generate the next version ID for a channel.</p>
|
|
184
|
+
<p>Default is to use integer versions, incrementing by 1. If you override, you can use str/int/float versions,
|
|
185
|
+
as long as they are monotonically increasing.</p>
|
|
186
|
+
</div>
|
|
187
|
+
<div class="tsd-parameters">
|
|
188
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
189
|
+
<ul class="tsd-parameter-list">
|
|
190
|
+
<li><span><span class="tsd-kind-parameter">current</span>: <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span></span></li></ul></div>
|
|
191
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
192
|
+
<p>Inherited from BaseCheckpointSaver.getNextVersion</p>
|
|
193
|
+
<ul>
|
|
194
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts#L117">../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts:117</a></li></ul></aside></div></li></ul></section>
|
|
195
|
+
<section class="tsd-panel tsd-member">
|
|
196
|
+
<h3 class="tsd-anchor-link" id="gettuple"><span>get<wbr/>Tuple</span><a href="#gettuple" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
197
|
+
<ul class="tsd-signatures">
|
|
198
|
+
<li class="">
|
|
199
|
+
<div class="tsd-signature tsd-anchor-link" id="gettuple-1"><span class="tsd-kind-call-signature">getTuple</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">CheckpointTuple</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span><a href="#gettuple-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
200
|
+
<div class="tsd-description">
|
|
201
|
+
<div class="tsd-parameters">
|
|
202
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
203
|
+
<ul class="tsd-parameter-list">
|
|
204
|
+
<li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-type">RunnableConfig</span></span></li></ul></div>
|
|
205
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">CheckpointTuple</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
206
|
+
<p>Overrides BaseCheckpointSaver.getTuple</p>
|
|
207
|
+
<ul>
|
|
208
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L93">langgraph/checkpoint.ts:93</a></li></ul></aside></div></li></ul></section>
|
|
209
|
+
<section class="tsd-panel tsd-member">
|
|
210
|
+
<h3 class="tsd-anchor-link" id="list"><span>list</span><a href="#list" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
211
|
+
<ul class="tsd-signatures">
|
|
212
|
+
<li class="">
|
|
213
|
+
<div class="tsd-signature tsd-anchor-link" id="list-1"><span class="tsd-kind-call-signature">list</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">before</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">filter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">limit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">AsyncGenerator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">CheckpointTuple</span><span class="tsd-signature-symbol">></span><a href="#list-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
214
|
+
<div class="tsd-description">
|
|
215
|
+
<div class="tsd-parameters">
|
|
216
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
217
|
+
<ul class="tsd-parameter-list">
|
|
218
|
+
<li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-type">RunnableConfig</span></span></li>
|
|
219
|
+
<li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">before</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">filter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">limit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
|
|
220
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncGenerator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">CheckpointTuple</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
221
|
+
<p>Overrides BaseCheckpointSaver.list</p>
|
|
222
|
+
<ul>
|
|
223
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L114">langgraph/checkpoint.ts:114</a></li></ul></aside></div></li></ul></section>
|
|
224
|
+
<section class="tsd-panel tsd-member">
|
|
225
|
+
<h3 class="tsd-anchor-link" id="put"><span>put</span><a href="#put" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
226
|
+
<ul class="tsd-signatures">
|
|
227
|
+
<li class="">
|
|
228
|
+
<div class="tsd-signature tsd-anchor-link" id="put-1"><span class="tsd-kind-call-signature">put</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">checkpoint</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Checkpoint</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">metadata</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">CheckpointMetadata</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">_newVersions</span><span class="tsd-signature-symbol">:</span> <a href="../types/langgraph.LangGraphChannelVersions.html" class="tsd-signature-type tsd-kind-type-alias">LangGraphChannelVersions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><a href="#put-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
229
|
+
<div class="tsd-description">
|
|
230
|
+
<div class="tsd-parameters">
|
|
231
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
232
|
+
<ul class="tsd-parameter-list">
|
|
233
|
+
<li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-type">RunnableConfig</span></span></li>
|
|
234
|
+
<li><span><span class="tsd-kind-parameter">checkpoint</span>: <span class="tsd-signature-type">Checkpoint</span></span></li>
|
|
235
|
+
<li><span><span class="tsd-kind-parameter">metadata</span>: <span class="tsd-signature-type">CheckpointMetadata</span></span></li>
|
|
236
|
+
<li><span><span class="tsd-kind-parameter">_newVersions</span>: <a href="../types/langgraph.LangGraphChannelVersions.html" class="tsd-signature-type tsd-kind-type-alias">LangGraphChannelVersions</a></span></li></ul></div>
|
|
237
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
238
|
+
<p>Overrides BaseCheckpointSaver.put</p>
|
|
239
|
+
<ul>
|
|
240
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L157">langgraph/checkpoint.ts:157</a></li></ul></aside></div></li></ul></section>
|
|
241
|
+
<section class="tsd-panel tsd-member">
|
|
242
|
+
<h3 class="tsd-anchor-link" id="putwrites"><span>put<wbr/>Writes</span><a href="#putwrites" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
243
|
+
<ul class="tsd-signatures">
|
|
244
|
+
<li class="">
|
|
245
|
+
<div class="tsd-signature tsd-anchor-link" id="putwrites-1"><span class="tsd-kind-call-signature">putWrites</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">config</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RunnableConfig</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">writes</span><span class="tsd-signature-symbol">:</span> <a href="../types/langgraph.LangGraphPendingWrite.html" class="tsd-signature-type tsd-kind-type-alias">LangGraphPendingWrite</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">taskId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#putwrites-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
246
|
+
<div class="tsd-description">
|
|
247
|
+
<div class="tsd-comment tsd-typography"><p>Store intermediate writes linked to a checkpoint.</p>
|
|
248
|
+
</div>
|
|
249
|
+
<div class="tsd-parameters">
|
|
250
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
251
|
+
<ul class="tsd-parameter-list">
|
|
252
|
+
<li><span><span class="tsd-kind-parameter">config</span>: <span class="tsd-signature-type">RunnableConfig</span></span></li>
|
|
253
|
+
<li><span><span class="tsd-kind-parameter">writes</span>: <a href="../types/langgraph.LangGraphPendingWrite.html" class="tsd-signature-type tsd-kind-type-alias">LangGraphPendingWrite</a><span class="tsd-signature-symbol">[]</span></span></li>
|
|
254
|
+
<li><span><span class="tsd-kind-parameter">taskId</span>: <span class="tsd-signature-type">string</span></span></li></ul></div>
|
|
255
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
256
|
+
<p>Overrides BaseCheckpointSaver.putWrites</p>
|
|
257
|
+
<ul>
|
|
258
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/checkpoint.ts#L204">langgraph/checkpoint.ts:204</a></li></ul></aside></div></li></ul></section>
|
|
259
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
260
|
+
<h3 class="tsd-anchor-link" id="tojson"><span>to<wbr/>JSON</span><a href="#tojson" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3>
|
|
261
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
262
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
263
|
+
<div class="tsd-signature tsd-anchor-link" id="tojson-1"><span class="tsd-kind-call-signature">toJSON</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#tojson-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div>
|
|
264
|
+
<div class="tsd-description">
|
|
265
|
+
<div class="tsd-comment tsd-typography"><p>Prevent <code>JSON.stringify</code> from traversing backend clients (e.g. pg Pool
|
|
266
|
+
timers) when a checkpointer is present in runnable <code>configurable</code>.</p>
|
|
267
|
+
</div>
|
|
268
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
269
|
+
<p>Inherited from BaseCheckpointSaver.toJSON</p>
|
|
270
|
+
<ul>
|
|
271
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts#L64">../node_modules/@langchain/langgraph-checkpoint/dist/base.d.ts:64</a></li></ul></aside></div></li></ul></section></section></details></div>
|
|
272
|
+
<div class="col-sidebar">
|
|
273
|
+
<div class="page-menu">
|
|
274
|
+
<div class="tsd-navigation settings">
|
|
275
|
+
<details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
276
|
+
<h3>Settings</h3></summary>
|
|
277
|
+
<div class="tsd-accordion-details">
|
|
278
|
+
<div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
|
|
279
|
+
<ul id="tsd-filter-options">
|
|
280
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
281
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
282
|
+
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div>
|
|
283
|
+
<div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
284
|
+
<details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
285
|
+
<h3>On This Page</h3></summary>
|
|
286
|
+
<div class="tsd-accordion-details">
|
|
287
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary>
|
|
288
|
+
<div><a href="#constructor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details>
|
|
289
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary>
|
|
290
|
+
<div><a href="#client"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>client</span></a><a href="#keyprefix"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>key<wbr/>Prefix</span></a><a href="#scancount"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>scan<wbr/>Count</span></a><a href="#serde" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>serde</span></a></div></details>
|
|
291
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary>
|
|
292
|
+
<div><a href="#deletethread"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>delete<wbr/>Thread</span></a><a href="#get" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get</span></a><a href="#getdeltachannelhistory" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Delta<wbr/>Channel<wbr/>History</span></a><a href="#getnextversion" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Next<wbr/>Version</span></a><a href="#gettuple"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Tuple</span></a><a href="#list"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>list</span></a><a href="#put"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>put</span></a><a href="#putwrites"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>put<wbr/>Writes</span></a><a href="#tojson" class="tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>to<wbr/>JSON</span></a></div></details></div></details></div>
|
|
293
|
+
<div class="site-menu">
|
|
294
|
+
<nav class="tsd-navigation"><a href="../modules.html">@ferricstore/ferricstore</a>
|
|
295
|
+
<ul class="tsd-small-nested-navigation" id="tsd-nav-container">
|
|
296
|
+
<li>Loading...</li></ul></nav></div></div></div><footer></footer>
|
|
297
|
+
<div class="overlay"></div></body></html>
|