Skip to content

Commit fe3d2da

Browse files
committed
minor.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent 718ad89 commit fe3d2da

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Without persistent context, agents tend to:
156156
This is why `ctx` pairs well with loop-based workflows such as the
157157
[Ralph Wiggum technique](https://ghuntley.com/ralph/):
158158

159-
* **Ralph** provides iteration
160-
* **ctx** provides continuity
159+
* `ralph` provides iteration
160+
* `ctx` provides continuity
161161

162162
Together, loops become cumulative instead of forgetful.
163163

site/comparison/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,8 @@ <h2 id="agent-frameworks">Agent Frameworks<a class="headerlink" href="#agent-fra
894894
<p>This is why <code>ctx</code> pairs well with loop-based workflows such as the
895895
<a href="https://ghuntley.com/ralph/">Ralph Wiggum technique</a>:</p>
896896
<ul>
897-
<li><strong>Ralph</strong> provides iteration</li>
898-
<li><strong>ctx</strong> provides continuity</li>
897+
<li><code>ralph</code> provides iteration</li>
898+
<li><code>ctx</code> provides continuity</li>
899899
</ul>
900900
<p>Together, loops become cumulative instead of forgetful.</p>
901901
<hr />

site/search.json

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

0 commit comments

Comments
 (0)