Skip to content

Commit

Permalink
update GitHub Pages documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed May 27, 2024
1 parent 3b4ded6 commit 167918c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 124 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>Getting Started as a Developer<a class="headerlink" href="#getting-started-a
</div>
<section id="common-make-targets-for-openssa-developers">
<h3>Common <code class="docutils literal notranslate"><span class="pre">make</span></code> targets for OpenSSA developers<a class="headerlink" href="#common-make-targets-for-openssa-developers" title="Link to this heading"></a></h3>
<p>See <a class="reference internal" href="dev/makefile_info.html"><span class="std std-doc">MAKEFILE</span></a> for more details.</p>
<p>See <a class="reference internal" href="#dev/makefile_info.md"><span class="xref myst">MAKEFILE</span></a> for more details.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>%<span class="w"> </span>make<span class="w"> </span>clean
%<span class="w"> </span>make<span class="w"> </span>build
%<span class="w"> </span>make<span class="w"> </span>rebuild
Expand Down Expand Up @@ -144,7 +144,7 @@ <h2>License<a class="headerlink" href="#license" title="Link to this heading">¶
<section id="links">
<h2>Links<a class="headerlink" href="#links" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="dev/makefile_info.html"><span class="std std-doc">MAKEFILE</span></a></p></li>
<li><p><a class="reference internal" href="#dev/makefile_info.md"><span class="xref myst">MAKEFILE</span></a></p></li>
</ul>
</section>
</section>
Expand Down
3 changes: 2 additions & 1 deletion LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
<hr>
<div class="content" role="main" v-pre>

<div class="highlight-none notranslate"><div class="highlight"><pre><span></span> Apache License
<!-- markdownlint-disable MD041 -->
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span> Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
</pre></div>
Expand Down
118 changes: 0 additions & 118 deletions PROJECT_PHILOSOPHY.html

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<ul class="breadcrumbs">
<li><a href="#">Docs</a> &raquo;</li>

<li>OpenSSA: Small Specialist Agents for Problem-Solving</li>
<li><code class="docutils literal notranslate"><span class="pre">OpenSSA</span></code>: Small Specialist Agents for Problem-Solving</li>
</ul>


Expand All @@ -87,7 +87,7 @@

<!-- markdownlint-disable MD013 MD043 -->
<section id="openssa-small-specialist-agents-for-problem-solving">
<h1>OpenSSA: Small Specialist Agents for Problem-Solving<a class="headerlink" href="#openssa-small-specialist-agents-for-problem-solving" title="Link to this heading"></a></h1>
<h1><code class="docutils literal notranslate"><span class="pre">OpenSSA</span></code>: Small Specialist Agents for Problem-Solving<a class="headerlink" href="#openssa-small-specialist-agents-for-problem-solving" title="Link to this heading"></a></h1>
<p><code class="docutils literal notranslate"><span class="pre">OpenSSA</span></code> is an agentic AI framework for solving complex problems in real-world industry domains,
overcoming the limitations of LLMs and RAG in such settings.</p>
<section id="level-2-intelligence-with-planning-reasoning-domain-specific-knowledge-and-diverse-informational-resources">
Expand Down Expand Up @@ -120,7 +120,7 @@ <h2>Getting Started<a class="headerlink" href="#getting-started" title="Link to
<p>Explore the <code class="docutils literal notranslate"><span class="pre">examples/</span></code> directory and developer guides and tutorials on our <a class="reference external" href="https://aitomatic.github.io/openssa">documentation site</a>.</p>
</section>
<section id="api-documentation">
<h2><a class="reference internal" href="modules.html"><span class="doc std std-doc">API Documentation</span></a><a class="headerlink" href="#api-documentation" title="Link to this heading"></a></h2>
<h2><a class="reference external" href="https://aitomatic.github.io/openssa/modules">API Documentation</a><a class="headerlink" href="#api-documentation" title="Link to this heading"></a></h2>
</section>
<section id="contributing">
<h2>Contributing<a class="headerlink" href="#contributing" title="Link to this heading"></a></h2>
Expand Down

0 comments on commit 167918c

Please sign in to comment.