solana-agent 30.0.4__py3-none-any.whl → 30.0.5__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/__init__.py CHANGED
@@ -15,6 +15,7 @@ from solana_agent.factories.agent_factory import SolanaAgentFactory
15
15
  from solana_agent.plugins.manager import PluginManager
16
16
  from solana_agent.plugins.registry import ToolRegistry
17
17
  from solana_agent.plugins.tools.auto_tool import AutoTool
18
+ from solana_agent.interfaces.plugins.plugins import Tool
18
19
  from solana_agent.interfaces.guardrails.guardrails import (
19
20
  InputGuardrail,
20
21
  OutputGuardrail,
@@ -30,6 +31,7 @@ __all__ = [
30
31
  "PluginManager",
31
32
  "ToolRegistry",
32
33
  "AutoTool",
34
+ "Tool",
33
35
  # Guardrails
34
36
  "InputGuardrail",
35
37
  "OutputGuardrail",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 30.0.4
3
+ Version: 30.0.5
4
4
  Summary: AI Agents for Solana
5
5
  License: MIT
6
6
  Keywords: solana,solana ai,solana agent,ai,ai agent,ai agents
@@ -15,19 +15,19 @@ Classifier: Programming Language :: Python :: 3.12
15
15
  Classifier: Programming Language :: Python :: 3.13
16
16
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
17
17
  Requires-Dist: instructor (==1.8.3)
18
- Requires-Dist: llama-index-core (==0.12.39)
18
+ Requires-Dist: llama-index-core (==0.12.41)
19
19
  Requires-Dist: llama-index-embeddings-openai (==0.3.1)
20
- Requires-Dist: logfire (==3.16.1)
21
- Requires-Dist: openai (==1.82.1)
20
+ Requires-Dist: logfire (==3.18.0)
21
+ Requires-Dist: openai (==1.84.0)
22
22
  Requires-Dist: pillow (==11.2.1)
23
23
  Requires-Dist: pinecone (==7.0.2)
24
24
  Requires-Dist: pydantic (>=2)
25
25
  Requires-Dist: pymongo (==4.13.0)
26
- Requires-Dist: pypdf (==5.5.0)
26
+ Requires-Dist: pypdf (==5.6.0)
27
27
  Requires-Dist: rich (>=13,<14.0)
28
28
  Requires-Dist: scrubadub (==2.0.1)
29
29
  Requires-Dist: typer (==0.16.0)
30
- Requires-Dist: zep-cloud (==2.12.3)
30
+ Requires-Dist: zep-cloud (==2.14.1)
31
31
  Project-URL: Documentation, https://docs.solana-agent.com
32
32
  Project-URL: Homepage, https://solana-agent.com
33
33
  Project-URL: Repository, https://github.com/truemagic-coder/solana-agent
@@ -674,8 +674,7 @@ pip install sakit
674
674
  ### Inline Tool Example
675
675
 
676
676
  ```python
677
- from solana_agent import SolanaAgent
678
- from solana_agent.interfaces.plugins.plugins import Tool
677
+ from solana_agent import SolanaAgent, Tool
679
678
 
680
679
  class TestTool(Tool):
681
680
  def __init__(self):
@@ -1,4 +1,4 @@
1
- solana_agent/__init__.py,sha256=g83qhMOCwcWL19V4CYbQwl0Ykpb0xn49OUh05i-pu3g,1001
1
+ solana_agent/__init__.py,sha256=iu0PnSAEZ6qzzHFVu7WVCQVbeCZmiZ6axUDDgWRn1j4,1070
2
2
  solana_agent/adapters/__init__.py,sha256=tiEEuuy0NF3ngc_tGEcRTt71zVI58v3dYY9RvMrF2Cg,204
3
3
  solana_agent/adapters/mongodb_adapter.py,sha256=Hq3S8VzfLmnPjV40z8yJXGqUamOJcX5GbOMd-1nNWO4,3175
4
4
  solana_agent/adapters/openai_adapter.py,sha256=Vc2lizpJeyZH2T7GX-iLpUUmn2gsw5b2vQZJ2gwL1ng,23238
@@ -36,8 +36,8 @@ solana_agent/services/agent.py,sha256=EK4tGeG2nk-pIAvZMiKC1dlPVuybouGliONcJiB_2k
36
36
  solana_agent/services/knowledge_base.py,sha256=ZvOPrSmcNDgUzz4bJIQ4LeRl9vMZiK9hOfs71IpB7Bk,32735
37
37
  solana_agent/services/query.py,sha256=3v5Ym8UqL0rfOC-0MWHALAsS2jVWdpUR3A-YI9n0xyo,18771
38
38
  solana_agent/services/routing.py,sha256=C5Ku4t9TqvY7S8wlUPMTC04HCrT4Ib3E8Q8yX0lVU_s,7137
39
- solana_agent-30.0.4.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
40
- solana_agent-30.0.4.dist-info/METADATA,sha256=47V9Ytk_UZXhVQZNXyREmPOAyp1gBs0J037zakw71eE,29582
41
- solana_agent-30.0.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
42
- solana_agent-30.0.4.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
43
- solana_agent-30.0.4.dist-info/RECORD,,
39
+ solana_agent-30.0.5.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
40
+ solana_agent-30.0.5.dist-info/METADATA,sha256=dOYowRXQSmbB9Js31PaZEe7_I4QVEWebwpr2203obp4,29531
41
+ solana_agent-30.0.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
42
+ solana_agent-30.0.5.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
43
+ solana_agent-30.0.5.dist-info/RECORD,,