Skip to content

Commit a57c181

Browse files
committed
minor.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent 176e60d commit a57c181

3 files changed

Lines changed: 1 addition & 112 deletions

File tree

docs/comparison.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ These tools help you *start* a session.
5757

5858
They do not help you *continue* one.
5959

60-
### How they differ from `ctx`
61-
6260
Prompt tools:
6361
* inject text at session start
6462
* are ephemeral by design
@@ -87,8 +85,6 @@ They are excellent for:
8785
* static documentation
8886
* reference material
8987

90-
### How they differ from `ctx`
91-
9288
RAG answers questions like:
9389

9490
> “What information might be relevant right now?”
@@ -130,8 +126,6 @@ These systems are powerful, but they typically assume that:
130126
* context is injected
131127
* state is transient
132128

133-
### How they differ from `ctx`
134-
135129
Agent frameworks answer:
136130

137131
> “How should the agent act?”

site/comparison/index.html

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -358,23 +358,6 @@
358358
</span>
359359
</a>
360360

361-
<nav class="md-nav" aria-label="Prompt Management Tools">
362-
<ul class="md-nav__list">
363-
364-
<li class="md-nav__item">
365-
<a href="#how-they-differ-from-ctx" class="md-nav__link">
366-
<span class="md-ellipsis">
367-
368-
How they differ from ctx
369-
370-
</span>
371-
</a>
372-
373-
</li>
374-
375-
</ul>
376-
</nav>
377-
378361
</li>
379362

380363
<li class="md-nav__item">
@@ -386,23 +369,6 @@
386369
</span>
387370
</a>
388371

389-
<nav class="md-nav" aria-label="Retrieval-Augmented Generation (RAG)">
390-
<ul class="md-nav__list">
391-
392-
<li class="md-nav__item">
393-
<a href="#how-they-differ-from-ctx_1" class="md-nav__link">
394-
<span class="md-ellipsis">
395-
396-
How they differ from ctx
397-
398-
</span>
399-
</a>
400-
401-
</li>
402-
403-
</ul>
404-
</nav>
405-
406372
</li>
407373

408374
<li class="md-nav__item">
@@ -414,23 +380,6 @@
414380
</span>
415381
</a>
416382

417-
<nav class="md-nav" aria-label="Agent Frameworks">
418-
<ul class="md-nav__list">
419-
420-
<li class="md-nav__item">
421-
<a href="#how-they-differ-from-ctx_2" class="md-nav__link">
422-
<span class="md-ellipsis">
423-
424-
How they differ from ctx
425-
426-
</span>
427-
</a>
428-
429-
</li>
430-
431-
</ul>
432-
</nav>
433-
434383
</li>
435384

436385
<li class="md-nav__item">
@@ -668,23 +617,6 @@
668617
</span>
669618
</a>
670619

671-
<nav class="md-nav" aria-label="Prompt Management Tools">
672-
<ul class="md-nav__list">
673-
674-
<li class="md-nav__item">
675-
<a href="#how-they-differ-from-ctx" class="md-nav__link">
676-
<span class="md-ellipsis">
677-
678-
How they differ from ctx
679-
680-
</span>
681-
</a>
682-
683-
</li>
684-
685-
</ul>
686-
</nav>
687-
688620
</li>
689621

690622
<li class="md-nav__item">
@@ -696,23 +628,6 @@
696628
</span>
697629
</a>
698630

699-
<nav class="md-nav" aria-label="Retrieval-Augmented Generation (RAG)">
700-
<ul class="md-nav__list">
701-
702-
<li class="md-nav__item">
703-
<a href="#how-they-differ-from-ctx_1" class="md-nav__link">
704-
<span class="md-ellipsis">
705-
706-
How they differ from ctx
707-
708-
</span>
709-
</a>
710-
711-
</li>
712-
713-
</ul>
714-
</nav>
715-
716631
</li>
717632

718633
<li class="md-nav__item">
@@ -724,23 +639,6 @@
724639
</span>
725640
</a>
726641

727-
<nav class="md-nav" aria-label="Agent Frameworks">
728-
<ul class="md-nav__list">
729-
730-
<li class="md-nav__item">
731-
<a href="#how-they-differ-from-ctx_2" class="md-nav__link">
732-
<span class="md-ellipsis">
733-
734-
How they differ from ctx
735-
736-
</span>
737-
</a>
738-
739-
</li>
740-
741-
</ul>
742-
</nav>
743-
744642
</li>
745643

746644
<li class="md-nav__item">
@@ -890,7 +788,6 @@ <h2 id="prompt-management-tools">Prompt Management Tools<a class="headerlink" hr
890788
</ul>
891789
<p>These tools help you <em>start</em> a session.</p>
892790
<p>They do not help you <em>continue</em> one.</p>
893-
<h3 id="how-they-differ-from-ctx">How they differ from <code>ctx</code><a class="headerlink" href="#how-they-differ-from-ctx" title="Permanent link">&para;</a></h3>
894791
<p>Prompt tools:
895792
* inject text at session start
896793
* are ephemeral by design
@@ -913,7 +810,6 @@ <h2 id="retrieval-augmented-generation-rag">Retrieval-Augmented Generation (RAG)
913810
* large knowledge bases
914811
* static documentation
915812
* reference material</p>
916-
<h3 id="how-they-differ-from-ctx_1">How they differ from <code>ctx</code><a class="headerlink" href="#how-they-differ-from-ctx_1" title="Permanent link">&para;</a></h3>
917813
<p>RAG answers questions like:</p>
918814
<blockquote>
919815
<p>“What information might be relevant right now?”</p>
@@ -970,7 +866,6 @@ <h2 id="agent-frameworks">Agent Frameworks<a class="headerlink" href="#agent-fra
970866
<li>context is injected</li>
971867
<li>state is transient</li>
972868
</ul>
973-
<h3 id="how-they-differ-from-ctx_2">How they differ from <code>ctx</code><a class="headerlink" href="#how-they-differ-from-ctx_2" title="Permanent link">&para;</a></h3>
974869
<p>Agent frameworks answer:</p>
975870
<blockquote>
976871
<p>“How should the agent act?”</p>

site/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)