solana-agent 0.0.9__tar.gz → 0.0.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {solana_agent-0.0.9 → solana_agent-0.0.10}/PKG-INFO +1 -1
- {solana_agent-0.0.9 → solana_agent-0.0.10}/pyproject.toml +1 -1
- {solana_agent-0.0.9 → solana_agent-0.0.10}/solana_agent/ai.py +1 -1
- {solana_agent-0.0.9 → solana_agent-0.0.10}/LICENSE +0 -0
- {solana_agent-0.0.9 → solana_agent-0.0.10}/README.md +0 -0
- {solana_agent-0.0.9 → solana_agent-0.0.10}/solana_agent/__init__.py +0 -0
|
@@ -27,7 +27,7 @@ class EventHandler(AssistantEventHandler):
|
|
|
27
27
|
@override
|
|
28
28
|
def on_text_delta(self, delta: TextDelta, snapshot: Text):
|
|
29
29
|
asyncio.create_task(
|
|
30
|
-
self._ai_instance.
|
|
30
|
+
self._ai_instance._accumulated_value_queue.put(delta.value))
|
|
31
31
|
|
|
32
32
|
@override
|
|
33
33
|
def on_event(self, event):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|