Skip to content

Commit

Permalink
deploy: f2dd5dd
Browse files Browse the repository at this point in the history
  • Loading branch information
ployts committed Sep 11, 2024
1 parent 248b576 commit 93263a2
Show file tree
Hide file tree
Showing 154 changed files with 4,868 additions and 156 deletions.
Binary file modified en/.doctrees/docs/api.doctree
Binary file not shown.
Binary file modified en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified en/.doctrees/index.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.constants.common_constants.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.constants.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.constants.language_constants.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.action_status_enum.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.language_enum.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.memory_type_enum.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.message_role_enum.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.model_enum.doctree
Binary file not shown.
Binary file modified en/.doctrees/memoryscope.enumeration.store_status_enum.doctree
Binary file not shown.
10 changes: 9 additions & 1 deletion en/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,15 @@
</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="memoryscope.html">memoryscope</a></li>
<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>
Expand Down
135 changes: 135 additions & 0 deletions en/_modules/index.html
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 &mdash; 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>&#169; 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 en/_modules/memoryscope/enumeration/action_status_enum.html
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 &mdash; 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">&quot;&quot;&quot;</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"> &quot;&quot;&quot;</span>
<span class="n">NEW</span> <span class="o">=</span> <span class="s2">&quot;new&quot;</span>

<span class="n">MODIFIED</span> <span class="o">=</span> <span class="s2">&quot;modified&quot;</span>

<span class="n">CONTENT_MODIFIED</span> <span class="o">=</span> <span class="s2">&quot;content_modified&quot;</span>

<span class="n">NONE</span> <span class="o">=</span> <span class="s2">&quot;none&quot;</span>

<span class="n">DELETE</span> <span class="o">=</span> <span class="s2">&quot;delete&quot;</span></div>
</pre></div>

</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; 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>
Loading

0 comments on commit 93263a2

Please sign in to comment.