-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
154 changed files
with
4,868 additions
and
156 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+425 Bytes
(120%)
en/.doctrees/memoryscope.constants.common_constants.doctree
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+433 Bytes
(120%)
en/.doctrees/memoryscope.constants.language_constants.doctree
Binary file not shown.
Binary file modified
BIN
+11.4 KB
(550%)
en/.doctrees/memoryscope.enumeration.action_status_enum.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+10 KB
(490%)
en/.doctrees/memoryscope.enumeration.memory_type_enum.doctree
Binary file not shown.
Binary file modified
BIN
+8.44 KB
(430%)
en/.doctrees/memoryscope.enumeration.message_role_enum.doctree
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+6.47 KB
(350%)
en/.doctrees/memoryscope.enumeration.store_status_enum.doctree
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!-- layout.html --> | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — MemoryScope documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/autodoc_pydantic.css" /> | ||
<link rel="stylesheet" type="text/css" href="../_static/custom.css?v=c9484b72" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=b3ba4146"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=4825356b"></script> | ||
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script> | ||
<script>mermaid.initialize({startOnLoad:true});</script> | ||
<script src="../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index.html" class="icon icon-home"> | ||
MemoryScope | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> <!-- language_selector.html --> | ||
<div class="language-selector"> | ||
<a href="../../en/_modules/index.html">English</a></li> | | ||
<a href="../../zh/_modules/index.html">中文</a></li> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">MemoryScope Tutorial</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../README.html">About MemoryScope</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/installation.html">Installation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../examples/cli/CLI_README.html">Cli Client</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../examples/api/simple_usages.html">Simple Usages</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../examples/advance/custom_operator.html">Advanced usage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/contribution.html">Contribution</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">MemoryScope API Reference</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html">Enumeration</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#scheme">Scheme</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#config">Config</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#models">Models</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#storage">Storage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#worker">Worker</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#operation">Operation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#service">Service</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../docs/api.html#chat">Chat</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index.html">MemoryScope</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Overview: module code</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="memoryscope/enumeration/action_status_enum.html">memoryscope.enumeration.action_status_enum</a></li> | ||
<li><a href="memoryscope/enumeration/language_enum.html">memoryscope.enumeration.language_enum</a></li> | ||
<li><a href="memoryscope/enumeration/memory_type_enum.html">memoryscope.enumeration.memory_type_enum</a></li> | ||
<li><a href="memoryscope/enumeration/message_role_enum.html">memoryscope.enumeration.message_role_enum</a></li> | ||
<li><a href="memoryscope/enumeration/model_enum.html">memoryscope.enumeration.model_enum</a></li> | ||
<li><a href="memoryscope/enumeration/store_status_enum.html">memoryscope.enumeration.store_status_enum</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024, Alibaba Tongyi Lab.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
153 changes: 153 additions & 0 deletions
153
en/_modules/memoryscope/enumeration/action_status_enum.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<!-- layout.html --> | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>memoryscope.enumeration.action_status_enum — MemoryScope documentation</title> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/autodoc_pydantic.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../../_static/custom.css?v=c9484b72" /> | ||
|
||
|
||
<!--[if lt IE 9]> | ||
<script src="../../../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../../../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js?v=b3ba4146"></script> | ||
<script src="../../../_static/doctools.js?v=888ff710"></script> | ||
<script src="../../../_static/sphinx_highlight.js?v=4825356b"></script> | ||
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script> | ||
<script>mermaid.initialize({startOnLoad:true});</script> | ||
<script src="../../../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../../../genindex.html" /> | ||
<link rel="search" title="Search" href="../../../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../../../index.html" class="icon icon-home"> | ||
MemoryScope | ||
</a> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../../../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> <!-- language_selector.html --> | ||
<div class="language-selector"> | ||
<a href="../../../../en/_modules/memoryscope/enumeration/action_status_enum.html">English</a></li> | | ||
<a href="../../../../zh/_modules/memoryscope/enumeration/action_status_enum.html">中文</a></li> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<p class="caption" role="heading"><span class="caption-text">MemoryScope Tutorial</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../README.html">About MemoryScope</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/installation.html">Installation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../examples/cli/CLI_README.html">Cli Client</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../examples/api/simple_usages.html">Simple Usages</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../examples/advance/custom_operator.html">Advanced usage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/contribution.html">Contribution</a></li> | ||
</ul> | ||
<p class="caption" role="heading"><span class="caption-text">MemoryScope API Reference</span></p> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html">Enumeration</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#scheme">Scheme</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#config">Config</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#models">Models</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#storage">Storage</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#worker">Worker</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#operation">Operation</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#service">Service</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../../../docs/api.html#chat">Chat</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../../../index.html">MemoryScope</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../../../index.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item"><a href="../../index.html">Module code</a></li> | ||
<li class="breadcrumb-item active">memoryscope.enumeration.action_status_enum</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<h1>Source code for memoryscope.enumeration.action_status_enum</h1><div class="highlight"><pre> | ||
<span></span><span class="kn">from</span> <span class="nn">enum</span> <span class="kn">import</span> <span class="n">Enum</span> | ||
|
||
|
||
<div class="viewcode-block" id="ActionStatusEnum"><a class="viewcode-back" href="../../../memoryscope.enumeration.action_status_enum.html#memoryscope.enumeration.ActionStatusEnum">[docs]</a><span class="k">class</span> <span class="nc">ActionStatusEnum</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">Enum</span><span class="p">):</span> | ||
<span class="w"> </span><span class="sd">"""</span> | ||
<span class="sd"> Enumeration representing various statuses of a memory node.</span> | ||
|
||
<span class="sd"> Each status reflects a different state of the node in terms of its lifecycle or content:</span> | ||
<span class="sd"> - NEW: Indicates a newly created node.</span> | ||
<span class="sd"> - MODIFIED: Signifies that the node has been altered.</span> | ||
<span class="sd"> - CONTENT_MODIFIED: Specifies changes in the actual content of the node.</span> | ||
<span class="sd"> - NONE: do nothing.</span> | ||
<span class="sd"> - DELETE: delete memories.</span> | ||
<span class="sd"> """</span> | ||
<span class="n">NEW</span> <span class="o">=</span> <span class="s2">"new"</span> | ||
|
||
<span class="n">MODIFIED</span> <span class="o">=</span> <span class="s2">"modified"</span> | ||
|
||
<span class="n">CONTENT_MODIFIED</span> <span class="o">=</span> <span class="s2">"content_modified"</span> | ||
|
||
<span class="n">NONE</span> <span class="o">=</span> <span class="s2">"none"</span> | ||
|
||
<span class="n">DELETE</span> <span class="o">=</span> <span class="s2">"delete"</span></div> | ||
</pre></div> | ||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2024, Alibaba Tongyi Lab.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.