solana-agent 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

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/ai.py CHANGED
@@ -336,7 +336,6 @@ class AI:
336
336
  use_perplexity: bool = True,
337
337
  use_grok: bool = True,
338
338
  use_facts: bool = True,
339
- use_kb=True,
340
339
  perplexity_model: Literal[
341
340
  "sonar", "sonar-pro", "sonar-reasoning-pro", "sonar-reasoning"
342
341
  ] = "sonar",
@@ -386,10 +385,6 @@ class AI:
386
385
  x_search_results = self.search_x(query, grok_model)
387
386
  else:
388
387
  x_search_results = ""
389
- if use_kb:
390
- kb_results = self.search_kb(query)
391
- else:
392
- kb_results = ""
393
388
 
394
389
  response = self._client.chat.completions.create(
395
390
  model=openai_model,
@@ -400,7 +395,7 @@ class AI:
400
395
  },
401
396
  {
402
397
  "role": "user",
403
- "content": f"Query: {query}, Facts: {facts}, KB Results: {kb_results}, Internet Search Results: {search_results}, X Search Results: {x_search_results}",
398
+ "content": f"Query: {query}, Facts: {facts}, Internet Search Results: {search_results}, X Search Results: {x_search_results}",
404
399
  },
405
400
  ],
406
401
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: Build self-learning AI Agents
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -0,0 +1,6 @@
1
+ solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
2
+ solana_agent/ai.py,sha256=u-CfvihRgQUVSxAJVxFs29byrZxQRAPRqMm1l4mlLLs,29680
3
+ solana_agent-1.1.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
4
+ solana_agent-1.1.1.dist-info/METADATA,sha256=YorL6wHra39TE0pmhtfyEuiH4mnTiP1P3IZO_J5Fim0,4276
5
+ solana_agent-1.1.1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
+ solana_agent-1.1.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
2
- solana_agent/ai.py,sha256=PC-kg_F5lG7t89nglQGzhM3kV-Yw3MI-qYyRUMly8oA,29851
3
- solana_agent-1.1.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
4
- solana_agent-1.1.0.dist-info/METADATA,sha256=tRJ6N48mY3mE8Zyvl2DzOEQQoAGG2pfiYWTTAbUOnoA,4276
5
- solana_agent-1.1.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
- solana_agent-1.1.0.dist-info/RECORD,,