solana-agent 28.3.0__py3-none-any.whl → 28.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 28.3.0
3
+ Version: 28.3.1
4
4
  Summary: AI Agents for Solana
5
5
  License: MIT
6
6
  Keywords: solana,solana ai,solana agent,ai,ai agent,ai agents
@@ -64,6 +64,7 @@ Build your AI agents in three lines of code!
64
64
  * Business Alignment
65
65
  * Extensible Tooling
66
66
  * Automatic Tool Workflows
67
+ * Autonomous Operation
67
68
  * Knowledge Base
68
69
  * MCP Support
69
70
  * Guardrails
@@ -92,6 +93,7 @@ Build your AI agents in three lines of code!
92
93
  * Integrated Knowledge Base with semantic search and automatic PDF chunking
93
94
  * Input and output guardrails for content filtering, safety, and data sanitization
94
95
  * Automatic sequential tool workflows allowing agents to chain multiple tools
96
+ * Combine with event-driven systems to create autonomous agents
95
97
 
96
98
  ## Stack
97
99
 
@@ -603,6 +605,8 @@ class MyOutputGuardrail(OutputGuardrail):
603
605
 
604
606
  ## Tools
605
607
 
608
+ Tools empower agents to interact with external systems, fetch data, or perform actions. They can be used reactively within a user conversation or proactively when an agent is triggered autonomously.
609
+
606
610
  Tools can be used from plugins like Solana Agent Kit (sakit) or via inline tools. Tools available via plugins integrate automatically with Solana Agent.
607
611
 
608
612
  * Agents can use multiple tools per response and should apply the right sequential order (like send an email to bob@bob.com with the latest news on Solana)
@@ -785,6 +789,19 @@ async for response in solana_agent.process("user123", "What are the latest AI de
785
789
  print(response, end="")
786
790
  ```
787
791
 
792
+ ## Autonomous Operation & Event-Driven Agents
793
+
794
+ While Solana Agent facilitates request-response interactions, the underlying architecture supports building autonomous agents. You can achieve autonomy by orchestrating calls based on external triggers rather than direct user input.
795
+
796
+ **Key Concepts:**
797
+
798
+ * **External Triggers:** Use schedulers like cron, message queues (RabbitMQ, Kafka), monitoring systems, webhooks, or other event sources to initiate agent actions.
799
+ * **Programmatic Calls:** Instead of a user typing a message, your triggering system calls with a specific message (acting as instructions or data for the task) and potentially a dedicated user representing the autonomous process.
800
+ * **Tool-Centric Tasks:** Autonomous agents often focus on executing specific tools. The prompt can instruct the agent to use a particular tool with given parameters derived from the triggering event.
801
+ * **Example Scenario:** An agent could be triggered hourly by a scheduler. The `message` could be "Check the SOL balance for wallet X using the `solana` tool." The agent executes the tool, and the result could be logged or trigger another tool (e.g., using `mcp` to send an alert if the balance is low).
802
+
803
+ By combining Solana Agent's agent definitions, tool integration, and routing with external orchestration, you can create sophisticated autonomous systems.
804
+
788
805
  ## Advanced Customization
789
806
 
790
807
  ### Runtime Prompt Injection
@@ -36,8 +36,8 @@ solana_agent/services/agent.py,sha256=QoeQq_OEWyLdBS0FPa-lXm5qiE0RnRfrCKiFTfOSGE
36
36
  solana_agent/services/knowledge_base.py,sha256=D4QNGC3Z8E7iX-CEGpRks0lW4wWJt-WorO3J8mu6ayU,35318
37
37
  solana_agent/services/query.py,sha256=ENUfs4WSTpODMRXppDVW-Y3li9jYn8pOfQIHIPerUdQ,18498
38
38
  solana_agent/services/routing.py,sha256=C5Ku4t9TqvY7S8wlUPMTC04HCrT4Ib3E8Q8yX0lVU_s,7137
39
- solana_agent-28.3.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
40
- solana_agent-28.3.0.dist-info/METADATA,sha256=d0bjKGS6LRao_sJXWyCizuoN4aoGNRBoQDXht8HcqGQ,29305
41
- solana_agent-28.3.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
42
- solana_agent-28.3.0.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
43
- solana_agent-28.3.0.dist-info/RECORD,,
39
+ solana_agent-28.3.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
40
+ solana_agent-28.3.1.dist-info/METADATA,sha256=ozjvInRPLnlHiOW-n0WFzf24k4xzGV4fvOfh5RItkg8,30958
41
+ solana_agent-28.3.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
42
+ solana_agent-28.3.1.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
43
+ solana_agent-28.3.1.dist-info/RECORD,,