solana-agent 22.0.9__py3-none-any.whl → 22.0.11__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: 22.0.9
3
+ Version: 22.0.11
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -60,7 +60,7 @@ Build your AI business in three lines of code!
60
60
  * Seamless text and audio streaming with real-time multi-modal processing
61
61
  * Configurable audio voice characteristics via prompting
62
62
  * Persistent memory that preserves context across all agent interactions
63
- * Quick built-in Internet search to answer your queries
63
+ * Quick built-in Internet search to answer users' queries
64
64
  * Streamlined message history for all agent interactions
65
65
  * Intelligent query routing to agents with optimal domain expertise or your own custom routing
66
66
  * Unified value system ensuring brand-aligned agent responses
@@ -272,14 +272,14 @@ async for response in solana_agent.process("user123", audio_content, output_form
272
272
 
273
273
  ## Tools
274
274
 
275
- Tools can be used from plugins like Solana Agent Kit (sakit) or via custom inline tools. Tools available via plugins integrate automatically with Solana Agent.
275
+ Tools can be used from plugins like Solana Agent Kit (sakit) or via inline tools. Tools available via plugins integrate automatically with Solana Agent.
276
276
 
277
277
  * Agents can only call one tool per response
278
278
  * Agents choose the best tool for the job
279
279
  * Tools do not use OpenAI function calling
280
280
  * Tools are async functions
281
281
 
282
- ### Tool Example
282
+ ### Plugin Tool Example
283
283
 
284
284
  `pip install sakit`
285
285
 
@@ -316,7 +316,7 @@ async for response in solana_agent.process("user123", "What are the latest AI de
316
316
  print(response, end="")
317
317
  ```
318
318
 
319
- ### Custom Inline Tool Example
319
+ ### Inline Tool Example
320
320
 
321
321
  ```python
322
322
  from solana_agent import SolanaAgent
@@ -398,11 +398,11 @@ async for response in solana_agent.process("user123", "What are the latest AI de
398
398
 
399
399
  ## Agent Training
400
400
 
401
- Many use-cases for Solana Agent require training your agents on your company data.
401
+ Many use cases for Solana Agent require training your agents on your company data.
402
402
 
403
403
  This can be accomplished via runtime prompt injection. Integrations that work well with this method are vector stores like Pinecone and FAQs.
404
404
 
405
- This knowledge applies to all your AI agents.
405
+ This knowledge is accessible to all your AI agents.
406
406
 
407
407
  ```python
408
408
  from solana_agent import SolanaAgent
@@ -29,7 +29,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
29
29
  solana_agent/services/agent.py,sha256=bIVC4VGCv8qS5AF0nh_hfUjz8nu70Owll-VuvHJ9X48,20047
30
30
  solana_agent/services/query.py,sha256=os_LRkDIwXQuWW_zJMtm__n0Lvi-AvItdanpCs1bXv0,11362
31
31
  solana_agent/services/routing.py,sha256=PMCSG5m3uLMaHMj3dxNvNfcFZaeaDi7kMr7AEBCzwDE,6499
32
- solana_agent-22.0.9.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
- solana_agent-22.0.9.dist-info/METADATA,sha256=6fVcnwypG7SywopzzbpeLmJy1rL6mLgzCpkcBK6AMt8,15005
34
- solana_agent-22.0.9.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
- solana_agent-22.0.9.dist-info/RECORD,,
32
+ solana_agent-22.0.11.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
+ solana_agent-22.0.11.dist-info/METADATA,sha256=JGqSU7639i_8jrUcdnXI0kcT_g9pD05ZOqm1Q6kcjhg,15007
34
+ solana_agent-22.0.11.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
+ solana_agent-22.0.11.dist-info/RECORD,,