@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,237 @@
|
|
|
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>SessionHistoryTransactionAwareSession | @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">SessionHistoryTransactionAwareSession</a></li></ul>
|
|
13
|
+
<h1>Interface SessionHistoryTransactionAwareSession</h1></div>
|
|
14
|
+
<section class="tsd-panel tsd-comment">
|
|
15
|
+
<div class="tsd-comment tsd-typography"><p>Optional session capability for atomic, idempotent history changes.</p>
|
|
16
|
+
<p>Implementations must persist the operation identifier and history change atomically. Repeating
|
|
17
|
+
an operation identifier with the same transaction must succeed without applying the transaction
|
|
18
|
+
again. Reusing an operation identifier with a different transaction, or attempting to replace a
|
|
19
|
+
suffix that does not match, must fail without changing history.</p>
|
|
20
|
+
<p>Implementations may reject item metadata that cannot be snapshotted and compared deterministically,
|
|
21
|
+
but must do so before changing history or recording the operation identifier.</p>
|
|
22
|
+
</div></section>
|
|
23
|
+
<div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">SessionHistoryTransactionAwareSession</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-call-signature" href="#additems-1">addItems</a><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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#applyhistorytransaction-1">applyHistoryTransaction</a><span class="tsd-signature-symbol">(</span><br/> <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><br/> <span class="tsd-kind-parameter">runContext</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">RunContext</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><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</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><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#clearsession-1">clearSession</a><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><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#getitems-1">getItems</a><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"><</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><br/> <a class="tsd-kind-call-signature" href="#getsessionid-1">getSessionId</a><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">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#popitem-1">popItem</a><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><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">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#preparehistoryitemformodelinput-1">prepareHistoryItemForModelInput</a><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">item</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> <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#preparehistoryitemsforpersistencecomparison-1">prepareHistoryItemsForPersistenceComparison</a><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">(</span><br/> <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><br/> <span class="tsd-signature-symbol">)</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><br/> <a class="tsd-kind-call-signature" href="#preservereasoningitemidsforpersistence-1">preserveReasoningItemIdsForPersistence</a><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-call-signature" href="#replacehistorywithcompaction-1">replaceHistoryWithCompaction</a><span class="tsd-signature-symbol">?</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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
24
|
+
<section class="tsd-panel tsd-hierarchy" data-refl="506">
|
|
25
|
+
<h4>Hierarchy (<a href="../hierarchy.html#openai-agents.SessionHistoryTransactionAwareSession">View Summary</a>)</h4>
|
|
26
|
+
<ul class="tsd-hierarchy">
|
|
27
|
+
<li class="tsd-hierarchy-item"><a href="openai-agents.Session.html" class="tsd-signature-type tsd-kind-interface">Session</a>
|
|
28
|
+
<ul class="tsd-hierarchy">
|
|
29
|
+
<li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">SessionHistoryTransactionAwareSession</span></li></ul></li></ul></section>
|
|
30
|
+
<section class="tsd-panel">
|
|
31
|
+
<h4>Implemented by</h4>
|
|
32
|
+
<ul class="tsd-hierarchy">
|
|
33
|
+
<li><a href="../classes/openai-agents.FerricStoreSession.html" class="tsd-signature-type tsd-kind-class">FerricStoreSession</a></li></ul></section><aside class="tsd-sources">
|
|
34
|
+
<ul>
|
|
35
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L126">../node_modules/@openai/agents-core/dist/memory/session.d.ts:126</a></li></ul></aside>
|
|
36
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
37
|
+
<section class="tsd-panel tsd-index-panel">
|
|
38
|
+
<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>
|
|
39
|
+
<h5 class="tsd-index-heading uppercase">Index</h5></summary>
|
|
40
|
+
<div class="tsd-accordion-details">
|
|
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="#additems" 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>add<wbr/>Items</span></a>
|
|
44
|
+
<a href="#applyhistorytransaction" class="tsd-index-link 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>apply<wbr/>History<wbr/>Transaction</span></a>
|
|
45
|
+
<a href="#clearsession" 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>clear<wbr/>Session</span></a>
|
|
46
|
+
<a href="#getitems" 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/>Items</span></a>
|
|
47
|
+
<a href="#getsessionid" 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/>Session<wbr/>Id</span></a>
|
|
48
|
+
<a href="#popitem" 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>pop<wbr/>Item</span></a>
|
|
49
|
+
<a href="#preparehistoryitemformodelinput" 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>prepare<wbr/>History<wbr/>Item<wbr/>For<wbr/>Model<wbr/>Input?</span></a>
|
|
50
|
+
<a href="#preparehistoryitemsforpersistencecomparison" 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>prepare<wbr/>History<wbr/>Items<wbr/>For<wbr/>Persistence<wbr/>Comparison?</span></a>
|
|
51
|
+
<a href="#preservereasoningitemidsforpersistence" 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>preserve<wbr/>Reasoning<wbr/>Item<wbr/>Ids<wbr/>For<wbr/>Persistence?</span></a>
|
|
52
|
+
<a href="#replacehistorywithcompaction" 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>replace<wbr/>History<wbr/>With<wbr/>Compaction?</span></a>
|
|
53
|
+
</div></section></div></details></section></section>
|
|
54
|
+
<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>
|
|
55
|
+
<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>
|
|
56
|
+
<section>
|
|
57
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
58
|
+
<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>
|
|
59
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
60
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
61
|
+
<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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></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>
|
|
62
|
+
<div class="tsd-description">
|
|
63
|
+
<div class="tsd-comment tsd-typography"><p>Append new items to the conversation history.</p>
|
|
64
|
+
</div>
|
|
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">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>
|
|
69
|
+
<div class="tsd-comment tsd-typography"><p>Items to add to the session history.</p>
|
|
70
|
+
</div></li></ul></div>
|
|
71
|
+
<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">
|
|
72
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#additems">addItems</a></p>
|
|
73
|
+
<ul>
|
|
74
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L61">../node_modules/@openai/agents-core/dist/memory/session.d.ts:61</a></li></ul></aside></div></li></ul></section>
|
|
75
|
+
<section class="tsd-panel tsd-member tsd-is-external">
|
|
76
|
+
<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>
|
|
77
|
+
<ul class="tsd-signatures tsd-is-external">
|
|
78
|
+
<li class="tsd-is-external">
|
|
79
|
+
<div class="tsd-signature tsd-anchor-link" id="applyhistorytransaction-1"><span class="tsd-kind-call-signature">applyHistoryTransaction</span><span class="tsd-signature-symbol">(</span><br/> <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><br/> <span class="tsd-kind-parameter">runContext</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">RunContext</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><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</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="#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>
|
|
80
|
+
<div class="tsd-description">
|
|
81
|
+
<div class="tsd-parameters">
|
|
82
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
83
|
+
<ul class="tsd-parameter-list">
|
|
84
|
+
<li><span><span class="tsd-kind-parameter">args</span>: <span class="tsd-signature-type">SessionHistoryTransactionArgs</span></span></li>
|
|
85
|
+
<li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">runContext</span>: <span class="tsd-signature-type">RunContext</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></span></li></ul></div>
|
|
86
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</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></h4><aside class="tsd-sources">
|
|
87
|
+
<ul>
|
|
88
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L127">../node_modules/@openai/agents-core/dist/memory/session.d.ts:127</a></li></ul></aside></div></li></ul></section>
|
|
89
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
90
|
+
<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>
|
|
91
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
92
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
93
|
+
<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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></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>
|
|
94
|
+
<div class="tsd-description">
|
|
95
|
+
<div class="tsd-comment tsd-typography"><p>Remove all items that belong to the session and reset its state.</p>
|
|
96
|
+
</div>
|
|
97
|
+
<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">
|
|
98
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#clearsession">clearSession</a></p>
|
|
99
|
+
<ul>
|
|
100
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L79">../node_modules/@openai/agents-core/dist/memory/session.d.ts:79</a></li></ul></aside></div></li></ul></section>
|
|
101
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
102
|
+
<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>
|
|
103
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
104
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
105
|
+
<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"><</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><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>
|
|
106
|
+
<div class="tsd-description">
|
|
107
|
+
<div class="tsd-comment tsd-typography"><p>Retrieve items from the conversation history.</p>
|
|
108
|
+
</div>
|
|
109
|
+
<div class="tsd-parameters">
|
|
110
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
111
|
+
<ul class="tsd-parameter-list">
|
|
112
|
+
<li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">limit</span>: <span class="tsd-signature-type">number</span></span>
|
|
113
|
+
<div class="tsd-comment tsd-typography"><p>The maximum number of items to return. When provided the most
|
|
114
|
+
recent <a href="openai-agents.Session.html#getitems-1" class="tsd-kind-parameter">limit</a> items should be returned in chronological order.</p>
|
|
115
|
+
</div></li></ul></div>
|
|
116
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</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></h4><aside class="tsd-sources">
|
|
117
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#getitems">getItems</a></p>
|
|
118
|
+
<ul>
|
|
119
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L33">../node_modules/@openai/agents-core/dist/memory/session.d.ts:33</a></li></ul></aside></div></li></ul></section>
|
|
120
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
121
|
+
<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>
|
|
122
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
123
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
124
|
+
<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"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></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>
|
|
125
|
+
<div class="tsd-description">
|
|
126
|
+
<div class="tsd-comment tsd-typography"><p>Ensure and return the identifier for this session.</p>
|
|
127
|
+
</div>
|
|
128
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
129
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#getsessionid">getSessionId</a></p>
|
|
130
|
+
<ul>
|
|
131
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L26">../node_modules/@openai/agents-core/dist/memory/session.d.ts:26</a></li></ul></aside></div></li></ul></section>
|
|
132
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
133
|
+
<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>
|
|
134
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
135
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
136
|
+
<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"><</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">></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>
|
|
137
|
+
<div class="tsd-description">
|
|
138
|
+
<div class="tsd-comment tsd-typography"><p>Remove and return the most recent item from the conversation history if it
|
|
139
|
+
exists.</p>
|
|
140
|
+
</div>
|
|
141
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</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-type">undefined</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
142
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#popitem">popItem</a></p>
|
|
143
|
+
<ul>
|
|
144
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L75">../node_modules/@openai/agents-core/dist/memory/session.d.ts:75</a></li></ul></aside></div></li></ul></section>
|
|
145
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
146
|
+
<h3 class="tsd-anchor-link" id="preparehistoryitemformodelinput"><code class="tsd-tag">Optional</code><span>prepare<wbr/>History<wbr/>Item<wbr/>For<wbr/>Model<wbr/>Input</span><a href="#preparehistoryitemformodelinput" 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>
|
|
147
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
148
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
149
|
+
<div class="tsd-signature tsd-anchor-link" id="preparehistoryitemformodelinput-1"><span class="tsd-kind-call-signature">prepareHistoryItemForModelInput</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">item</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> <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><a href="#preparehistoryitemformodelinput-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>
|
|
150
|
+
<div class="tsd-description">
|
|
151
|
+
<div class="tsd-comment tsd-typography"><p>Optionally rewrite a stored history item before it is sent back to the model.</p>
|
|
152
|
+
<p>Session implementations can use this to strip provider-managed replay metadata while
|
|
153
|
+
preserving their public <code>getItems()</code> shape for UI and deletion workflows.</p>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="tsd-parameters">
|
|
156
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
157
|
+
<ul class="tsd-parameter-list">
|
|
158
|
+
<li><span><span class="tsd-kind-parameter">item</span>: <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a></span></li></ul></div>
|
|
159
|
+
<h4 class="tsd-returns-title">Returns <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a></h4><aside class="tsd-sources">
|
|
160
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#preparehistoryitemformodelinput">prepareHistoryItemForModelInput</a></p>
|
|
161
|
+
<ul>
|
|
162
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L40">../node_modules/@openai/agents-core/dist/memory/session.d.ts:40</a></li></ul></aside></div></li></ul></section>
|
|
163
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
164
|
+
<h3 class="tsd-anchor-link" id="preparehistoryitemsforpersistencecomparison"><code class="tsd-tag">Optional</code><span>prepare<wbr/>History<wbr/>Items<wbr/>For<wbr/>Persistence<wbr/>Comparison</span><a href="#preparehistoryitemsforpersistencecomparison" 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>
|
|
165
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
166
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
167
|
+
<div class="tsd-signature tsd-anchor-link" id="preparehistoryitemsforpersistencecomparison-1"><span class="tsd-kind-call-signature">prepareHistoryItemsForPersistenceComparison</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">(</span><br/> <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><br/><span class="tsd-signature-symbol">)</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><a href="#preparehistoryitemsforpersistencecomparison-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>
|
|
168
|
+
<div class="tsd-description">
|
|
169
|
+
<div class="tsd-comment tsd-typography"><p>Optionally normalize stored and expected history before persistence reconciliation compares
|
|
170
|
+
them.</p>
|
|
171
|
+
<p>Session implementations can use this to remove backend-assigned metadata while preserving
|
|
172
|
+
their public <code>getItems()</code> shape.</p>
|
|
173
|
+
</div>
|
|
174
|
+
<div class="tsd-parameters">
|
|
175
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
176
|
+
<ul class="tsd-parameter-list">
|
|
177
|
+
<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>
|
|
178
|
+
<h4 class="tsd-returns-title">Returns <a href="../types/openai-agents.AgentInputItem.html" class="tsd-signature-type tsd-kind-type-alias">AgentInputItem</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
179
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#preparehistoryitemsforpersistencecomparison">prepareHistoryItemsForPersistenceComparison</a></p>
|
|
180
|
+
<ul>
|
|
181
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L48">../node_modules/@openai/agents-core/dist/memory/session.d.ts:48</a></li></ul></aside></div></li></ul></section>
|
|
182
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
183
|
+
<h3 class="tsd-anchor-link" id="preservereasoningitemidsforpersistence"><code class="tsd-tag">Optional</code><span>preserve<wbr/>Reasoning<wbr/>Item<wbr/>Ids<wbr/>For<wbr/>Persistence</span><a href="#preservereasoningitemidsforpersistence" 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>
|
|
184
|
+
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
185
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
186
|
+
<div class="tsd-signature tsd-anchor-link" id="preservereasoningitemidsforpersistence-1"><span class="tsd-kind-call-signature">preserveReasoningItemIdsForPersistence</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#preservereasoningitemidsforpersistence-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>
|
|
187
|
+
<div class="tsd-description">
|
|
188
|
+
<div class="tsd-comment tsd-typography"><p>Optionally preserve reasoning item IDs when persisting generated output.</p>
|
|
189
|
+
<p>Some remote session stores require provider-assigned reasoning identities to accept stored
|
|
190
|
+
reasoning items, even when model replay should omit those IDs.</p>
|
|
191
|
+
</div>
|
|
192
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
193
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#preservereasoningitemidsforpersistence">preserveReasoningItemIdsForPersistence</a></p>
|
|
194
|
+
<ul>
|
|
195
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L55">../node_modules/@openai/agents-core/dist/memory/session.d.ts:55</a></li></ul></aside></div></li></ul></section>
|
|
196
|
+
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external">
|
|
197
|
+
<h3 class="tsd-anchor-link" id="replacehistorywithcompaction"><code class="tsd-tag">Optional</code><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 tsd-is-inherited tsd-is-external">
|
|
199
|
+
<li class="tsd-is-inherited tsd-is-external">
|
|
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-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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></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"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
213
|
+
<p>Inherited from <a href="openai-agents.Session.html">Session</a>.<a href="openai-agents.Session.html#replacehistorywithcompaction">replaceHistoryWithCompaction</a></p>
|
|
214
|
+
<ul>
|
|
215
|
+
<li>Defined in <a href="https://github.com/ferricstore/ferricstore-typescript/blob/main/src/../node_modules/@openai/agents-core/dist/memory/session.d.ts#L70">../node_modules/@openai/agents-core/dist/memory/session.d.ts:70</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-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>
|
|
232
|
+
<div><a href="#additems" 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>add<wbr/>Items</span></a><a href="#applyhistorytransaction" class="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>apply<wbr/>History<wbr/>Transaction</span></a><a href="#clearsession" 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>clear<wbr/>Session</span></a><a href="#getitems" 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/>Items</span></a><a href="#getsessionid" 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/>Session<wbr/>Id</span></a><a href="#popitem" 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>pop<wbr/>Item</span></a><a href="#preparehistoryitemformodelinput" 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>prepare<wbr/>History<wbr/>Item<wbr/>For<wbr/>Model<wbr/>Input</span></a><a href="#preparehistoryitemsforpersistencecomparison" 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>prepare<wbr/>History<wbr/>Items<wbr/>For<wbr/>Persistence<wbr/>Comparison</span></a><a href="#preservereasoningitemidsforpersistence" 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>preserve<wbr/>Reasoning<wbr/>Item<wbr/>Ids<wbr/>For<wbr/>Persistence</span></a><a href="#replacehistorywithcompaction" 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>replace<wbr/>History<wbr/>With<wbr/>Compaction</span></a></div></details></div></details></div>
|
|
233
|
+
<div class="site-menu">
|
|
234
|
+
<nav class="tsd-navigation"><a href="../modules.html">@ferricstore/ferricstore</a>
|
|
235
|
+
<ul class="tsd-small-nested-navigation" id="tsd-nav-container">
|
|
236
|
+
<li>Loading...</li></ul></nav></div></div></div><footer></footer>
|
|
237
|
+
<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>langgraph | @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="" aria-current="page">langgraph</a></li></ul>
|
|
12
|
+
<h1>Module langgraph</h1></div>
|
|
13
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
14
|
+
<h2 class="tsd-anchor-link" id="classes">Classes<a href="#classes" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="ferricstoresaver"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/langgraph.FerricStoreSaver.html">FerricStoreSaver</a><a href="#ferricstoresaver" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="ferricstorestore"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/langgraph.FerricStoreStore.html">FerricStoreStore</a><a href="#ferricstorestore" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphflow"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/langgraph.LangGraphFlow.html">LangGraphFlow</a><a href="#langgraphflow" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphflowcontext"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/langgraph.LangGraphFlowContext.html">LangGraphFlowContext</a><a href="#langgraphflowcontext" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphflowrun"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/langgraph.LangGraphFlowRun.html">LangGraphFlowRun</a><a href="#langgraphflowrun" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details>
|
|
15
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Interfaces"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
16
|
+
<h2 class="tsd-anchor-link" id="interfaces">Interfaces<a href="#interfaces" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="ferricflowhandlercontext"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.FerricFlowHandlerContext.html">FerricFlowHandlerContext</a><a href="#ferricflowhandlercontext" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="ferricstorecommandclient"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.FerricStoreCommandClient.html">FerricStoreCommandClient</a><a href="#ferricstorecommandclient" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="ferricstorelockoptions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.FerricStoreLockOptions.html">FerricStoreLockOptions</a><a href="#ferricstorelockoptions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="ferricstoresaveroptions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.FerricStoreSaverOptions.html">FerricStoreSaverOptions</a><a href="#ferricstoresaveroptions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="ferricstorestoreoptions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.FerricStoreStoreOptions.html">FerricStoreStoreOptions</a><a href="#ferricstorestoreoptions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="invokablelanggraph"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.InvokableLangGraph.html">InvokableLangGraph</a><a href="#invokablelanggraph" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphflowoptions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/langgraph.LangGraphFlowOptions.html">LangGraphFlowOptions</a><a href="#langgraphflowoptions" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details>
|
|
17
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Type Aliases"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
18
|
+
<h2 class="tsd-anchor-link" id="type-aliases">Type Aliases<a href="#type-aliases" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="langgraphchannelversions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><a href="../types/langgraph.LangGraphChannelVersions.html">LangGraphChannelVersions</a><a href="#langgraphchannelversions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphinvocationconfig"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><a href="../types/langgraph.LangGraphInvocationConfig.html">LangGraphInvocationConfig</a><a href="#langgraphinvocationconfig" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphoutcomemapper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><a href="../types/langgraph.LangGraphOutcomeMapper.html">LangGraphOutcomeMapper</a><a href="#langgraphoutcomemapper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="langgraphpendingwrite"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><a href="../types/langgraph.LangGraphPendingWrite.html">LangGraphPendingWrite</a><a href="#langgraphpendingwrite" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details></div>
|
|
19
|
+
<div class="col-sidebar">
|
|
20
|
+
<div class="page-menu">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<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>
|
|
23
|
+
<h3>Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
|
|
26
|
+
<ul id="tsd-filter-options">
|
|
27
|
+
<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>
|
|
28
|
+
<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>
|
|
29
|
+
<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>
|
|
30
|
+
<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>
|
|
31
|
+
<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>
|
|
32
|
+
<h3>On This Page</h3></summary>
|
|
33
|
+
<div class="tsd-accordion-details">
|
|
34
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Classes</summary>
|
|
35
|
+
<div><a href="#ferricstoresaver"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Ferric<wbr/>Store<wbr/>Saver</span></a><a href="#ferricstorestore"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Ferric<wbr/>Store<wbr/>Store</span></a><a href="#langgraphflow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Lang<wbr/>Graph<wbr/>Flow</span></a><a href="#langgraphflowcontext"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Lang<wbr/>Graph<wbr/>Flow<wbr/>Context</span></a><a href="#langgraphflowrun"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Lang<wbr/>Graph<wbr/>Flow<wbr/>Run</span></a></div></details>
|
|
36
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Interfaces"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Interfaces</summary>
|
|
37
|
+
<div><a href="#ferricflowhandlercontext"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Flow<wbr/>Handler<wbr/>Context</span></a><a href="#ferricstorecommandclient"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Store<wbr/>Command<wbr/>Client</span></a><a href="#ferricstorelockoptions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Store<wbr/>Lock<wbr/>Options</span></a><a href="#ferricstoresaveroptions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Store<wbr/>Saver<wbr/>Options</span></a><a href="#ferricstorestoreoptions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Store<wbr/>Store<wbr/>Options</span></a><a href="#invokablelanggraph"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Invokable<wbr/>Lang<wbr/>Graph</span></a><a href="#langgraphflowoptions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Lang<wbr/>Graph<wbr/>Flow<wbr/>Options</span></a></div></details>
|
|
38
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Type Aliases"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Type Aliases</summary>
|
|
39
|
+
<div><a href="#langgraphchannelversions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Lang<wbr/>Graph<wbr/>Channel<wbr/>Versions</span></a><a href="#langgraphinvocationconfig"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Lang<wbr/>Graph<wbr/>Invocation<wbr/>Config</span></a><a href="#langgraphoutcomemapper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Lang<wbr/>Graph<wbr/>Outcome<wbr/>Mapper</span></a><a href="#langgraphpendingwrite"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Lang<wbr/>Graph<wbr/>Pending<wbr/>Write</span></a></div></details></div></details></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>
|
|
@@ -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>openai-agents | @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="" aria-current="page">openai-agents</a></li></ul>
|
|
12
|
+
<h1>Module openai-agents</h1></div>
|
|
13
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
14
|
+
<h2 class="tsd-anchor-link" id="classes">Classes<a href="#classes" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="ferricstoresession"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><a href="../classes/openai-agents.FerricStoreSession.html">FerricStoreSession</a><a href="#ferricstoresession" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details>
|
|
15
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Interfaces"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
16
|
+
<h2 class="tsd-anchor-link" id="interfaces">Interfaces<a href="#interfaces" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="ferricstoresessionoptions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/openai-agents.FerricStoreSessionOptions.html">FerricStoreSessionOptions</a><a href="#ferricstoresessionoptions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary tsd-is-external" id="session"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/openai-agents.Session.html">Session</a><a href="#session" 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></span></dt><dd class="tsd-member-summary tsd-is-external"></dd><dt class="tsd-member-summary tsd-is-external" id="sessionhistoryrewriteawaresession"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/openai-agents.SessionHistoryRewriteAwareSession.html">SessionHistoryRewriteAwareSession</a><a href="#sessionhistoryrewriteawaresession" 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></span></dt><dd class="tsd-member-summary tsd-is-external"></dd><dt class="tsd-member-summary tsd-is-external" id="sessionhistorytransactionawaresession"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><a href="../interfaces/openai-agents.SessionHistoryTransactionAwareSession.html">SessionHistoryTransactionAwareSession</a><a href="#sessionhistorytransactionawaresession" 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></span></dt><dd class="tsd-member-summary tsd-is-external"></dd></dl></details>
|
|
17
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Type Aliases"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>
|
|
18
|
+
<h2 class="tsd-anchor-link" id="type-aliases">Type Aliases<a href="#type-aliases" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary tsd-is-external" id="agentinputitem"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><a href="../types/openai-agents.AgentInputItem.html">AgentInputItem</a><a href="#agentinputitem" 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></span></dt><dd class="tsd-member-summary tsd-is-external"></dd></dl></details></div>
|
|
19
|
+
<div class="col-sidebar">
|
|
20
|
+
<div class="page-menu">
|
|
21
|
+
<div class="tsd-navigation settings">
|
|
22
|
+
<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>
|
|
23
|
+
<h3>Settings</h3></summary>
|
|
24
|
+
<div class="tsd-accordion-details">
|
|
25
|
+
<div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
|
|
26
|
+
<ul id="tsd-filter-options">
|
|
27
|
+
<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>
|
|
28
|
+
<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>
|
|
29
|
+
<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>
|
|
30
|
+
<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>
|
|
31
|
+
<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>
|
|
32
|
+
<h3>On This Page</h3></summary>
|
|
33
|
+
<div class="tsd-accordion-details">
|
|
34
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Classes"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Classes</summary>
|
|
35
|
+
<div><a href="#ferricstoresession"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Class"><use href="../assets/icons.svg#icon-128"></use></svg><span>Ferric<wbr/>Store<wbr/>Session</span></a></div></details>
|
|
36
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Interfaces"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Interfaces</summary>
|
|
37
|
+
<div><a href="#ferricstoresessionoptions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Ferric<wbr/>Store<wbr/>Session<wbr/>Options</span></a><a href="#session" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Session</span></a><a href="#sessionhistoryrewriteawaresession" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Session<wbr/>History<wbr/>Rewrite<wbr/>Aware<wbr/>Session</span></a><a href="#sessionhistorytransactionawaresession" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Interface"><use href="../assets/icons.svg#icon-256"></use></svg><span>Session<wbr/>History<wbr/>Transaction<wbr/>Aware<wbr/>Session</span></a></div></details>
|
|
38
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Type Aliases"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Type Aliases</summary>
|
|
39
|
+
<div><a href="#agentinputitem" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Type Alias"><use href="../assets/icons.svg#icon-2097152"></use></svg><span>Agent<wbr/>Input<wbr/>Item</span></a></div></details></div></details></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>
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
<ul class="tsd-breadcrumb" aria-label="Breadcrumb"></ul>
|
|
11
|
+
<h1>@ferricstore/ferricstore</h1></div>
|
|
12
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Modules"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg>
|
|
13
|
+
<h2 class="tsd-anchor-link" id="modules">Modules<a href="#modules" 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><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="langgraph"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/langgraph.html">langgraph</a><a href="#langgraph" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="openai-agents"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><a href="modules/openai-agents.html">openai-agents</a><a href="#openai-agents" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details></div>
|
|
14
|
+
<div class="col-sidebar">
|
|
15
|
+
<div class="page-menu">
|
|
16
|
+
<div class="tsd-navigation settings">
|
|
17
|
+
<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>
|
|
18
|
+
<h3>Settings</h3></summary>
|
|
19
|
+
<div class="tsd-accordion-details">
|
|
20
|
+
<div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span>
|
|
21
|
+
<ul id="tsd-filter-options">
|
|
22
|
+
<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>
|
|
23
|
+
<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>
|
|
24
|
+
<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>
|
|
25
|
+
<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>
|
|
26
|
+
<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>
|
|
27
|
+
<h3>On This Page</h3></summary>
|
|
28
|
+
<div class="tsd-accordion-details">
|
|
29
|
+
<details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Modules"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="assets/icons.svg#icon-chevronDown"></use></svg>Modules</summary>
|
|
30
|
+
<div><a href="#langgraph"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>langgraph</span></a><a href="#openai-agents"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="assets/icons.svg#icon-2"></use></svg><span>openai-<wbr/>agents</span></a></div></details></div></details></div>
|
|
31
|
+
<div class="site-menu">
|
|
32
|
+
<nav class="tsd-navigation"><a href="modules.html" class="current">@ferricstore/ferricstore</a>
|
|
33
|
+
<ul class="tsd-small-nested-navigation" id="tsd-nav-container">
|
|
34
|
+
<li>Loading...</li></ul></nav></div></div></div><footer></footer>
|
|
35
|
+
<div class="overlay"></div></body></html>
|