@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.
Files changed (52) hide show
  1. package/README.md +3 -0
  2. package/dist/langgraph.cjs +395 -125
  3. package/dist/langgraph.cjs.map +1 -1
  4. package/dist/langgraph.d.cts +17 -7
  5. package/dist/langgraph.d.ts +17 -7
  6. package/dist/langgraph.js +396 -126
  7. package/dist/langgraph.js.map +1 -1
  8. package/dist/openai-agents.cjs +161 -24
  9. package/dist/openai-agents.cjs.map +1 -1
  10. package/dist/openai-agents.d.cts +10 -4
  11. package/dist/openai-agents.d.ts +10 -4
  12. package/dist/openai-agents.js +161 -24
  13. package/dist/openai-agents.js.map +1 -1
  14. package/docs/agent-api/assets/hierarchy.js +1 -0
  15. package/docs/agent-api/assets/highlight.css +92 -0
  16. package/docs/agent-api/assets/icons.js +18 -0
  17. package/docs/agent-api/assets/icons.svg +1 -0
  18. package/docs/agent-api/assets/main.js +60 -0
  19. package/docs/agent-api/assets/navigation.js +1 -0
  20. package/docs/agent-api/assets/search.js +1 -0
  21. package/docs/agent-api/assets/style.css +1648 -0
  22. package/docs/agent-api/classes/langgraph.FerricStoreSaver.html +297 -0
  23. package/docs/agent-api/classes/langgraph.FerricStoreStore.html +298 -0
  24. package/docs/agent-api/classes/langgraph.LangGraphFlow.html +190 -0
  25. package/docs/agent-api/classes/langgraph.LangGraphFlowContext.html +158 -0
  26. package/docs/agent-api/classes/langgraph.LangGraphFlowRun.html +133 -0
  27. package/docs/agent-api/classes/openai-agents.FerricStoreSession.html +241 -0
  28. package/docs/agent-api/hierarchy.html +44 -0
  29. package/docs/agent-api/index.html +142 -0
  30. package/docs/agent-api/interfaces/langgraph.FerricFlowHandlerContext.html +94 -0
  31. package/docs/agent-api/interfaces/langgraph.FerricStoreCommandClient.html +77 -0
  32. package/docs/agent-api/interfaces/langgraph.FerricStoreLockOptions.html +81 -0
  33. package/docs/agent-api/interfaces/langgraph.FerricStoreSaverOptions.html +106 -0
  34. package/docs/agent-api/interfaces/langgraph.FerricStoreStoreOptions.html +98 -0
  35. package/docs/agent-api/interfaces/langgraph.InvokableLangGraph.html +83 -0
  36. package/docs/agent-api/interfaces/langgraph.LangGraphFlowOptions.html +116 -0
  37. package/docs/agent-api/interfaces/openai-agents.FerricStoreSessionOptions.html +114 -0
  38. package/docs/agent-api/interfaces/openai-agents.Session.html +208 -0
  39. package/docs/agent-api/interfaces/openai-agents.SessionHistoryRewriteAwareSession.html +230 -0
  40. package/docs/agent-api/interfaces/openai-agents.SessionHistoryTransactionAwareSession.html +237 -0
  41. package/docs/agent-api/modules/langgraph.html +44 -0
  42. package/docs/agent-api/modules/openai-agents.html +44 -0
  43. package/docs/agent-api/modules.html +35 -0
  44. package/docs/agent-api/types/langgraph.LangGraphChannelVersions.html +33 -0
  45. package/docs/agent-api/types/langgraph.LangGraphInvocationConfig.html +33 -0
  46. package/docs/agent-api/types/langgraph.LangGraphOutcomeMapper.html +50 -0
  47. package/docs/agent-api/types/langgraph.LangGraphPendingWrite.html +33 -0
  48. package/docs/agent-api/types/openai-agents.AgentInputItem.html +35 -0
  49. package/docs/agent-frameworks.md +25 -8
  50. package/docs/api/index.html +4 -1
  51. package/docs/api/media/agent-frameworks.md +25 -8
  52. package/package.json +5 -5
@@ -0,0 +1,133 @@
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>LangGraphFlowRun | @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">LangGraphFlowRun</a></li></ul>
13
+ <h1>Class LangGraphFlowRun&lt;Output&gt;</h1></div>
14
+ <section class="tsd-panel">
15
+ <h4>Type Parameters</h4>
16
+ <ul class="tsd-type-parameter-list">
17
+ <li><span id="output"><span class="tsd-kind-type-parameter">Output</span> = <span class="tsd-signature-type">unknown</span></span></li></ul></section><aside class="tsd-sources">
18
+ <ul>
19
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L45">langgraph/flow.ts:45</a></li></ul></aside>
20
+ <section class="tsd-panel-group tsd-index-group">
21
+ <section class="tsd-panel tsd-index-panel">
22
+ <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>
23
+ <h5 class="tsd-index-heading uppercase">Index</h5></summary>
24
+ <div class="tsd-accordion-details">
25
+ <section class="tsd-index-section">
26
+ <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>
27
+ <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>
28
+ </div></section>
29
+ <section class="tsd-index-section">
30
+ <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>
31
+ <div class="tsd-index-list"><a href="#checkpointns" 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>checkpoint<wbr/>Ns</span></a>
32
+ <a href="#interrupts" 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>interrupts</span></a>
33
+ <a href="#threadid" 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>thread<wbr/>Id</span></a>
34
+ <a href="#value" 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>value</span></a>
35
+ </div></section>
36
+ <section class="tsd-index-section">
37
+ <h3 class="tsd-index-heading tsd-anchor-link" id="accessors">Accessors<a href="#accessors" 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>
38
+ <div class="tsd-index-list"><a href="#interrupted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>interrupted</span></a>
39
+ <a href="#interruptvalues" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>interrupt<wbr/>Values</span></a>
40
+ </div></section></div></details></section></section>
41
+ <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>
42
+ <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>
43
+ <section>
44
+ <section class="tsd-panel tsd-member">
45
+ <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>
46
+ <ul class="tsd-signatures">
47
+ <li class="">
48
+ <div class="tsd-signature tsd-anchor-link" id="constructorlanggraphflowrun"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">LangGraphFlowRun</span><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#constructorlanggraphflowrunoutput">Output</a> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="#output">Output</a><span class="tsd-signature-symbol">,</span><br/>    <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><br/>    <span class="tsd-kind-parameter">checkpointNs</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">interrupts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">unknown</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> <a href="" class="tsd-signature-type tsd-kind-class">LangGraphFlowRun</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#output">Output</a><span class="tsd-signature-symbol">&gt;</span><a href="#constructorlanggraphflowrun" 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>
49
+ <div class="tsd-description">
50
+ <section class="tsd-panel">
51
+ <h4>Type Parameters</h4>
52
+ <ul class="tsd-type-parameter-list">
53
+ <li><span id="constructorlanggraphflowrunoutput"><span class="tsd-kind-type-parameter">Output</span> = <span class="tsd-signature-type">unknown</span></span></li></ul></section>
54
+ <div class="tsd-parameters">
55
+ <h4 class="tsd-parameters-title">Parameters</h4>
56
+ <ul class="tsd-parameter-list">
57
+ <li><span><span class="tsd-kind-parameter">value</span>: <a class="tsd-signature-type tsd-kind-type-parameter" href="#output">Output</a></span></li>
58
+ <li><span><span class="tsd-kind-parameter">threadId</span>: <span class="tsd-signature-type">string</span></span></li>
59
+ <li><span><span class="tsd-kind-parameter">checkpointNs</span>: <span class="tsd-signature-type">string</span></span></li>
60
+ <li><span><span class="tsd-kind-parameter">interrupts</span>: <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></span></li></ul></div>
61
+ <h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">LangGraphFlowRun</a><span class="tsd-signature-symbol">&lt;</span><a class="tsd-signature-type tsd-kind-type-parameter" href="#output">Output</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
62
+ <ul>
63
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L51">langgraph/flow.ts:51</a></li></ul></aside></div></li></ul></section></section></details>
64
+ <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>
65
+ <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>
66
+ <section>
67
+ <section class="tsd-panel tsd-member">
68
+ <h3 class="tsd-anchor-link" id="checkpointns"><code class="tsd-tag">Readonly</code><span>checkpoint<wbr/>Ns</span><a href="#checkpointns" 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>
69
+ <div class="tsd-signature"><span class="tsd-kind-property">checkpointNs</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
70
+ <ul>
71
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L48">langgraph/flow.ts:48</a></li></ul></aside></section>
72
+ <section class="tsd-panel tsd-member">
73
+ <h3 class="tsd-anchor-link" id="interrupts"><code class="tsd-tag">Readonly</code><span>interrupts</span><a href="#interrupts" 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>
74
+ <div class="tsd-signature"><span class="tsd-kind-property">interrupts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
75
+ <ul>
76
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L49">langgraph/flow.ts:49</a></li></ul></aside></section>
77
+ <section class="tsd-panel tsd-member">
78
+ <h3 class="tsd-anchor-link" id="threadid"><code class="tsd-tag">Readonly</code><span>thread<wbr/>Id</span><a href="#threadid" 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>
79
+ <div class="tsd-signature"><span class="tsd-kind-property">threadId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
80
+ <ul>
81
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L47">langgraph/flow.ts:47</a></li></ul></aside></section>
82
+ <section class="tsd-panel tsd-member">
83
+ <h3 class="tsd-anchor-link" id="value"><code class="tsd-tag">Readonly</code><span>value</span><a href="#value" 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>
84
+ <div class="tsd-signature"><span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <a class="tsd-signature-type tsd-kind-type-parameter" href="#output">Output</a></div><aside class="tsd-sources">
85
+ <ul>
86
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L46">langgraph/flow.ts:46</a></li></ul></aside></section></section></details>
87
+ <details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
88
+ <h2 class="tsd-anchor-link" id="accessors-1">Accessors<a href="#accessors-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>
89
+ <section>
90
+ <section class="tsd-panel tsd-member">
91
+ <h3 class="tsd-anchor-link" id="interrupted"><span>interrupted</span><a href="#interrupted" 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>
92
+ <ul class="tsd-signatures">
93
+ <li>
94
+ <div class="tsd-signature" id="interruptedinterrupted"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">interrupted</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
95
+ <div class="tsd-description">
96
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
97
+ <ul>
98
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L58">langgraph/flow.ts:58</a></li></ul></aside></div></li></ul></section>
99
+ <section class="tsd-panel tsd-member">
100
+ <h3 class="tsd-anchor-link" id="interruptvalues"><span>interrupt<wbr/>Values</span><a href="#interruptvalues" 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>
101
+ <ul class="tsd-signatures">
102
+ <li>
103
+ <div class="tsd-signature" id="interruptvaluesinterruptvalues"><span class="tsd-signature-keyword">get</span> <span class="tsd-kind-get-signature">interruptValues</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></div>
104
+ <div class="tsd-description">
105
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-keyword">readonly</span> <span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
106
+ <ul>
107
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/langgraph/flow.ts#L60">langgraph/flow.ts:60</a></li></ul></aside></div></li></ul></section></section></details></div>
108
+ <div class="col-sidebar">
109
+ <div class="page-menu">
110
+ <div class="tsd-navigation settings">
111
+ <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>
112
+ <h3>Settings</h3></summary>
113
+ <div class="tsd-accordion-details">
114
+ <div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
115
+ <ul id="tsd-filter-options">
116
+ <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>
117
+ <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>
118
+ <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>
119
+ <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>
120
+ <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>
121
+ <h3>On This Page</h3></summary>
122
+ <div class="tsd-accordion-details">
123
+ <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>
124
+ <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>
125
+ <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>
126
+ <div><a href="#checkpointns"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>checkpoint<wbr/>Ns</span></a><a href="#interrupts"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>interrupts</span></a><a href="#threadid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>thread<wbr/>Id</span></a><a href="#value"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>value</span></a></div></details>
127
+ <details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Accessors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Accessors</summary>
128
+ <div><a href="#interrupted"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>interrupted</span></a><a href="#interruptvalues"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Accessor"><use href="../assets/icons.svg#icon-262144"></use></svg><span>interrupt<wbr/>Values</span></a></div></details></div></details></div>
129
+ <div class="site-menu">
130
+ <nav class="tsd-navigation"><a href="../modules.html">@ferricstore/ferricstore</a>
131
+ <ul class="tsd-small-nested-navigation" id="tsd-nav-container">
132
+ <li>Loading...</li></ul></nav></div></div></div><footer></footer>
133
+ <div class="overlay"></div></body></html>
@@ -0,0 +1,241 @@
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>FerricStoreSession | @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/openai-agents.html">openai-agents</a></li>
12
+ <li><a href="" aria-current="page">FerricStoreSession</a></li></ul>
13
+ <h1>Class FerricStoreSession</h1></div>
14
+ <section class="tsd-panel tsd-comment">
15
+ <div class="tsd-comment tsd-typography"><p>Durable OpenAI Agents SDK conversation history backed by FerricStore.</p>
16
+ <p>Renewable locks reduce contention, while compare-and-swap makes every state
17
+ commit safe even if a writer's lease expires in flight. History transactions
18
+ and their operation receipts are persisted in one atomic value, implementing
19
+ the SDK's retry-safe transaction capability in addition to its base Session
20
+ contract.</p>
21
+ </div></section>
22
+ <section class="tsd-panel">
23
+ <h4>Implements</h4>
24
+ <ul class="tsd-hierarchy">
25
+ <li><a href="../interfaces/openai-agents.Session.html" class="tsd-signature-type tsd-kind-interface">Session</a></li>
26
+ <li><a href="../interfaces/openai-agents.SessionHistoryRewriteAwareSession.html" class="tsd-signature-type tsd-kind-interface">SessionHistoryRewriteAwareSession</a></li>
27
+ <li><a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html" class="tsd-signature-type tsd-kind-interface">SessionHistoryTransactionAwareSession</a></li></ul></section><aside class="tsd-sources">
28
+ <ul>
29
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L60">openai-agents.ts:60</a></li></ul></aside>
30
+ <section class="tsd-panel-group tsd-index-group">
31
+ <section class="tsd-panel tsd-index-panel">
32
+ <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>
33
+ <h5 class="tsd-index-heading uppercase">Index</h5></summary>
34
+ <div class="tsd-accordion-details">
35
+ <section class="tsd-index-section">
36
+ <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>
37
+ <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>
38
+ </div></section>
39
+ <section class="tsd-index-section">
40
+ <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>
41
+ <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>
42
+ <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>
43
+ <a href="#sessionid" 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>session<wbr/>Id</span></a>
44
+ </div></section>
45
+ <section class="tsd-index-section">
46
+ <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>
47
+ <div class="tsd-index-list"><a href="#additems" 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>add<wbr/>Items</span></a>
48
+ <a href="#applyhistorymutations" 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>apply<wbr/>History<wbr/>Mutations</span></a>
49
+ <a href="#applyhistorytransaction" 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>apply<wbr/>History<wbr/>Transaction</span></a>
50
+ <a href="#clearsession" 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>clear<wbr/>Session</span></a>
51
+ <a href="#getitems" 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/>Items</span></a>
52
+ <a href="#getsessionid" 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/>Session<wbr/>Id</span></a>
53
+ <a href="#popitem" 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>pop<wbr/>Item</span></a>
54
+ <a href="#replacehistorywithcompaction" 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>replace<wbr/>History<wbr/>With<wbr/>Compaction</span></a>
55
+ </div></section></div></details></section></section>
56
+ <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>
57
+ <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>
58
+ <section>
59
+ <section class="tsd-panel tsd-member">
60
+ <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>
61
+ <ul class="tsd-signatures">
62
+ <li class="">
63
+ <div class="tsd-signature tsd-anchor-link" id="constructorferricstoresession"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">FerricStoreSession</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/openai-agents.FerricStoreSessionOptions.html" class="tsd-signature-type tsd-kind-interface">FerricStoreSessionOptions</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">FerricStoreSession</a><a href="#constructorferricstoresession" 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>
64
+ <div class="tsd-description">
65
+ <div class="tsd-parameters">
66
+ <h4 class="tsd-parameters-title">Parameters</h4>
67
+ <ul class="tsd-parameter-list">
68
+ <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>
69
+ <li><span><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/openai-agents.FerricStoreSessionOptions.html" class="tsd-signature-type tsd-kind-interface">FerricStoreSessionOptions</a><span class="tsd-signature-symbol"> = {}</span></span></li></ul></div>
70
+ <h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">FerricStoreSession</a></h4><aside class="tsd-sources">
71
+ <ul>
72
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L74">openai-agents.ts:74</a></li></ul></aside></div></li></ul></section></section></details>
73
+ <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>
74
+ <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>
75
+ <section>
76
+ <section class="tsd-panel tsd-member">
77
+ <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>
78
+ <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">
79
+ <ul>
80
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L64">openai-agents.ts:64</a></li></ul></aside></section>
81
+ <section class="tsd-panel tsd-member">
82
+ <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>
83
+ <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">
84
+ <ul>
85
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L66">openai-agents.ts:66</a></li></ul></aside></section>
86
+ <section class="tsd-panel tsd-member">
87
+ <h3 class="tsd-anchor-link" id="sessionid"><code class="tsd-tag">Readonly</code><span>session<wbr/>Id</span><a href="#sessionid" 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>
88
+ <div class="tsd-signature"><span class="tsd-kind-property">sessionId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
89
+ <ul>
90
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L65">openai-agents.ts:65</a></li></ul></aside></section></section></details>
91
+ <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>
92
+ <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>
93
+ <section>
94
+ <section class="tsd-panel tsd-member">
95
+ <h3 class="tsd-anchor-link" id="additems"><span>add<wbr/>Items</span><a href="#additems" 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>
96
+ <ul class="tsd-signatures">
97
+ <li class="">
98
+ <div class="tsd-signature tsd-anchor-link" id="additems-1"><span class="tsd-kind-call-signature">addItems</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">items</span><span class="tsd-signature-symbol">:</span> <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#additems-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>
99
+ <div class="tsd-description">
100
+ <div class="tsd-comment tsd-typography"><p>Append new items to the conversation history.</p>
101
+ </div>
102
+ <div class="tsd-parameters">
103
+ <h4 class="tsd-parameters-title">Parameters</h4>
104
+ <ul class="tsd-parameter-list">
105
+ <li><span><span class="tsd-kind-parameter">items</span>: <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</span></span>
106
+ <div class="tsd-comment tsd-typography"><p>Items to add to the session history.</p>
107
+ </div></li></ul></div>
108
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
109
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#additems">addItems</a></p>
110
+ <ul>
111
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L116">openai-agents.ts:116</a></li></ul></aside></div></li></ul></section>
112
+ <section class="tsd-panel tsd-member">
113
+ <h3 class="tsd-anchor-link" id="applyhistorymutations"><span>apply<wbr/>History<wbr/>Mutations</span><a href="#applyhistorymutations" 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>
114
+ <ul class="tsd-signatures">
115
+ <li class="">
116
+ <div class="tsd-signature tsd-anchor-link" id="applyhistorymutations-1"><span class="tsd-kind-call-signature">applyHistoryMutations</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SessionHistoryRewriteArgs</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#applyhistorymutations-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>
117
+ <div class="tsd-description">
118
+ <div class="tsd-parameters">
119
+ <h4 class="tsd-parameters-title">Parameters</h4>
120
+ <ul class="tsd-parameter-list">
121
+ <li><span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">SessionHistoryRewriteArgs</span></span></li></ul></div>
122
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
123
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryRewriteAwareSession.html">SessionHistoryRewriteAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryRewriteAwareSession.html#applyhistorymutations">applyHistoryMutations</a></p>
124
+ <ul>
125
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L143">openai-agents.ts:143</a></li></ul></aside></div></li></ul></section>
126
+ <section class="tsd-panel tsd-member">
127
+ <h3 class="tsd-anchor-link" id="applyhistorytransaction"><span>apply<wbr/>History<wbr/>Transaction</span><a href="#applyhistorytransaction" 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>
128
+ <ul class="tsd-signatures">
129
+ <li class="">
130
+ <div class="tsd-signature tsd-anchor-link" id="applyhistorytransaction-1"><span class="tsd-kind-call-signature">applyHistoryTransaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">args</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SessionHistoryTransactionArgs</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#applyhistorytransaction-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>
131
+ <div class="tsd-description">
132
+ <div class="tsd-parameters">
133
+ <h4 class="tsd-parameters-title">Parameters</h4>
134
+ <ul class="tsd-parameter-list">
135
+ <li><span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">SessionHistoryTransactionArgs</span></span></li></ul></div>
136
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
137
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#applyhistorytransaction">applyHistoryTransaction</a></p>
138
+ <ul>
139
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L174">openai-agents.ts:174</a></li></ul></aside></div></li></ul></section>
140
+ <section class="tsd-panel tsd-member">
141
+ <h3 class="tsd-anchor-link" id="clearsession"><span>clear<wbr/>Session</span><a href="#clearsession" 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>
142
+ <ul class="tsd-signatures">
143
+ <li class="">
144
+ <div class="tsd-signature tsd-anchor-link" id="clearsession-1"><span class="tsd-kind-call-signature">clearSession</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#clearsession-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>
145
+ <div class="tsd-description">
146
+ <div class="tsd-comment tsd-typography"><p>Remove all items that belong to the session and reset its state.</p>
147
+ </div>
148
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
149
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#clearsession">clearSession</a></p>
150
+ <ul>
151
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L139">openai-agents.ts:139</a></li></ul></aside></div></li></ul></section>
152
+ <section class="tsd-panel tsd-member">
153
+ <h3 class="tsd-anchor-link" id="getitems"><span>get<wbr/>Items</span><a href="#getitems" 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>
154
+ <ul class="tsd-signatures">
155
+ <li class="">
156
+ <div class="tsd-signature tsd-anchor-link" id="getitems-1"><span class="tsd-kind-call-signature">getItems</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">limit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</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">&lt;</span><a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span><a href="#getitems-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>
157
+ <div class="tsd-description">
158
+ <div class="tsd-comment tsd-typography"><p>Retrieve items from the conversation history.</p>
159
+ </div>
160
+ <div class="tsd-parameters">
161
+ <h4 class="tsd-parameters-title">Parameters</h4>
162
+ <ul class="tsd-parameter-list">
163
+ <li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">limit</span>: <span class="tsd-signature-type">number</span></span>
164
+ <div class="tsd-comment tsd-typography"><p>The maximum number of items to return. When provided the most
165
+ recent <a href="../interfaces/openai-agents.Session.html#getitems-1" class="tsd-kind-parameter">limit</a> items should be returned in chronological order.</p>
166
+ </div></li></ul></div>
167
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
168
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#getitems">getItems</a></p>
169
+ <ul>
170
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L106">openai-agents.ts:106</a></li></ul></aside></div></li></ul></section>
171
+ <section class="tsd-panel tsd-member">
172
+ <h3 class="tsd-anchor-link" id="getsessionid"><span>get<wbr/>Session<wbr/>Id</span><a href="#getsessionid" 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>
173
+ <ul class="tsd-signatures">
174
+ <li class="">
175
+ <div class="tsd-signature tsd-anchor-link" id="getsessionid-1"><span class="tsd-kind-call-signature">getSessionId</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">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><a href="#getsessionid-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>
176
+ <div class="tsd-description">
177
+ <div class="tsd-comment tsd-typography"><p>Ensure and return the identifier for this session.</p>
178
+ </div>
179
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
180
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#getsessionid">getSessionId</a></p>
181
+ <ul>
182
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L101">openai-agents.ts:101</a></li></ul></aside></div></li></ul></section>
183
+ <section class="tsd-panel tsd-member">
184
+ <h3 class="tsd-anchor-link" id="popitem"><span>pop<wbr/>Item</span><a href="#popitem" 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>
185
+ <ul class="tsd-signatures">
186
+ <li class="">
187
+ <div class="tsd-signature tsd-anchor-link" id="popitem-1"><span class="tsd-kind-call-signature">popItem</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">&lt;</span><a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span><a href="#popitem-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>
188
+ <div class="tsd-description">
189
+ <div class="tsd-comment tsd-typography"><p>Remove and return the most recent item from the conversation history if it
190
+ exists.</p>
191
+ </div>
192
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
193
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#popitem">popItem</a></p>
194
+ <ul>
195
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L130">openai-agents.ts:130</a></li></ul></aside></div></li></ul></section>
196
+ <section class="tsd-panel tsd-member">
197
+ <h3 class="tsd-anchor-link" id="replacehistorywithcompaction"><span>replace<wbr/>History<wbr/>With<wbr/>Compaction</span><a href="#replacehistorywithcompaction" 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>
198
+ <ul class="tsd-signatures">
199
+ <li class="">
200
+ <div class="tsd-signature tsd-anchor-link" id="replacehistorywithcompaction-1"><span class="tsd-kind-call-signature">replaceHistoryWithCompaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">items</span><span class="tsd-signature-symbol">:</span> <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</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">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><a href="#replacehistorywithcompaction-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>
201
+ <div class="tsd-description">
202
+ <div class="tsd-comment tsd-typography"><p>Optionally replace the logical session history with a compaction marker and its retained
203
+ suffix without resetting the session identity.</p>
204
+ <p>Implementations may append the replacement when their backend treats the leading compaction
205
+ item as the authoritative replay boundary. If this method is absent, the runner falls back to
206
+ clearing and rebuilding the session with rollback protection.</p>
207
+ </div>
208
+ <div class="tsd-parameters">
209
+ <h4 class="tsd-parameters-title">Parameters</h4>
210
+ <ul class="tsd-parameter-list">
211
+ <li><span><span class="tsd-kind-parameter">items</span>: <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</span></span></li></ul></div>
212
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
213
+ <p>Implementation of <a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a>.<a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html#replacehistorywithcompaction">replaceHistoryWithCompaction</a></p>
214
+ <ul>
215
+ <li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/openai-agents.ts#L125">openai-agents.ts:125</a></li></ul></aside></div></li></ul></section></section></details></div>
216
+ <div class="col-sidebar">
217
+ <div class="page-menu">
218
+ <div class="tsd-navigation settings">
219
+ <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>
220
+ <h3>Settings</h3></summary>
221
+ <div class="tsd-accordion-details">
222
+ <div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
223
+ <ul id="tsd-filter-options">
224
+ <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>
225
+ <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>
226
+ <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>
227
+ <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>
228
+ <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>
229
+ <h3>On This Page</h3></summary>
230
+ <div class="tsd-accordion-details">
231
+ <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>
232
+ <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>
233
+ <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>
234
+ <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="#sessionid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>session<wbr/>Id</span></a></div></details>
235
+ <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>
236
+ <div><a href="#additems"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>add<wbr/>Items</span></a><a href="#applyhistorymutations"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>apply<wbr/>History<wbr/>Mutations</span></a><a href="#applyhistorytransaction"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>apply<wbr/>History<wbr/>Transaction</span></a><a href="#clearsession"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>clear<wbr/>Session</span></a><a href="#getitems"><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/>Items</span></a><a href="#getsessionid"><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/>Session<wbr/>Id</span></a><a href="#popitem"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>pop<wbr/>Item</span></a><a href="#replacehistorywithcompaction"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>replace<wbr/>History<wbr/>With<wbr/>Compaction</span></a></div></details></div></details></div>
237
+ <div class="site-menu">
238
+ <nav class="tsd-navigation"><a href="../modules.html">@ferricstore/ferricstore</a>
239
+ <ul class="tsd-small-nested-navigation" id="tsd-nav-container">
240
+ <li>Loading...</li></ul></nav></div></div></div><footer></footer>
241
+ <div class="overlay"></div></body></html>
@@ -0,0 +1,44 @@
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>@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
+ <h1>@ferricstore/ferricstore</h1></div>
11
+ <h2>Hierarchy Summary</h2>
12
+ <ul class="tsd-full-hierarchy">
13
+ <li data-refl="450" id="langgraph.FerricStoreLockOptions"><a href="interfaces/langgraph.FerricStoreLockOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>FerricStoreLockOptions</a>
14
+ <ul>
15
+ <li data-refl="3" id="openai-agents.FerricStoreSessionOptions"><a href="interfaces/openai-agents.FerricStoreSessionOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>FerricStoreSessionOptions</a></li>
16
+ <li data-refl="207" id="langgraph.FerricStoreSaverOptions"><a href="interfaces/langgraph.FerricStoreSaverOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>FerricStoreSaverOptions</a></li>
17
+ <li data-refl="307" id="langgraph.FerricStoreStoreOptions"><a href="interfaces/langgraph.FerricStoreStoreOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>FerricStoreStoreOptions</a></li></ul></li></ul>
18
+ <ul class="tsd-full-hierarchy">
19
+ <li data-refl="455" id="openai-agents.Session"><a href="interfaces/openai-agents.Session.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>Session</a>
20
+ <ul>
21
+ <li data-refl="11" id="openai-agents.FerricStoreSession"><a href="classes/openai-agents.FerricStoreSession.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="assets/icons.svg#icon-128"></use></svg>FerricStoreSession</a></li>
22
+ <li data-refl="479" id="openai-agents.SessionHistoryRewriteAwareSession"><a href="interfaces/openai-agents.SessionHistoryRewriteAwareSession.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>SessionHistoryRewriteAwareSession</a>
23
+ <ul>
24
+ <li data-refl="11"><a href="classes/openai-agents.FerricStoreSession.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="assets/icons.svg#icon-128"></use></svg>FerricStoreSession</a></li></ul></li>
25
+ <li data-refl="506" id="openai-agents.SessionHistoryTransactionAwareSession"><a href="interfaces/openai-agents.SessionHistoryTransactionAwareSession.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="assets/icons.svg#icon-256"></use></svg>SessionHistoryTransactionAwareSession</a>
26
+ <ul>
27
+ <li data-refl="11"><a href="classes/openai-agents.FerricStoreSession.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="assets/icons.svg#icon-128"></use></svg>FerricStoreSession</a></li></ul></li></ul></li></ul></div>
28
+ <div class="col-sidebar">
29
+ <div class="page-menu">
30
+ <div class="tsd-navigation settings">
31
+ <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>
32
+ <h3>Settings</h3></summary>
33
+ <div class="tsd-accordion-details">
34
+ <div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
35
+ <ul id="tsd-filter-options">
36
+ <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>
37
+ <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>
38
+ <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>
39
+ <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></div>
40
+ <div class="site-menu">
41
+ <nav class="tsd-navigation"><a href="modules.html">@ferricstore/ferricstore</a>
42
+ <ul class="tsd-small-nested-navigation" id="tsd-nav-container">
43
+ <li>Loading...</li></ul></nav></div></div></div><footer></footer>
44
+ <div class="overlay"></div></body></html>