Skip to content

Commit d9a7ee0

Browse files
deploy: 9fb3151
1 parent 9066e93 commit d9a7ee0

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/index.doctree

208 Bytes
Binary file not shown.

_sources/index.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ If input and/or output is encoded (compressed) like mp4/aac then you must have f
203203

204204
Due to the overhead of the router (API call) - realtime only supports a single agent setup.
205205

206+
Realtime uses MongoDB for memory so Zep is not needed.
207+
206208
.. code-block:: python
207209
208210
from solana_agent import SolanaAgent

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ <h3>Audio/Text Streaming<a class="headerlink" href="#audio-text-streaming" title
257257
<h3>Realtime Audio<a class="headerlink" href="#realtime-audio" title="Link to this heading"></a></h3>
258258
<p>If input and/or output is encoded (compressed) like mp4/aac then you must have ffmpeg installed.</p>
259259
<p>Due to the overhead of the router (API call) - realtime only supports a single agent setup.</p>
260+
<p>Realtime uses MongoDB for memory so Zep is not needed.</p>
260261
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">solana_agent</span><span class="w"> </span><span class="kn">import</span> <span class="n">SolanaAgent</span>
261262

262263
<span class="n">solana_agent</span> <span class="o">=</span> <span class="n">SolanaAgent</span><span class="p">(</span><span class="n">config</span><span class="o">=</span><span class="n">config</span><span class="p">)</span>

0 commit comments

Comments
 (0)