solana-agent 0.0.19__tar.gz → 0.0.20__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 0.0.19
3
+ Version: 0.0.20
4
4
  Summary: Build self-learning AI Agents
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "0.0.19"
3
+ version = "0.0.20"
4
4
  description = "Build self-learning AI Agents"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
@@ -614,6 +614,7 @@ class AI:
614
614
  """
615
615
  if self._zep:
616
616
  await self._zep.memory.delete(session_id=user_id)
617
+ await self._zep.user.delete(user_id=user_id)
617
618
 
618
619
  async def _listen(self, audio_content: bytes, input_format: str) -> str:
619
620
  transcription = self._client.audio.transcriptions.create(
File without changes
File without changes