solana-agent 22.0.5__py3-none-any.whl → 22.0.6__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.5
3
+ Version: 22.0.6
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -262,7 +262,12 @@ async for response in solana_agent.process("user123", audio_content, output_form
262
262
 
263
263
  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.
264
264
 
265
- ### Plugin Usage Example
265
+ * Agents can only call one tool per response
266
+ * Agents choose the best tool for the job
267
+ * Tools do not use OpenAI function calling
268
+ * Tools are async functions
269
+
270
+ ### Tool Usage Example
266
271
 
267
272
  `pip install sakit`
268
273
 
@@ -379,11 +384,13 @@ async for response in solana_agent.process("user123", "What are the latest AI de
379
384
  print(response, end="")
380
385
  ```
381
386
 
382
- ## Training your Agents
387
+ ## Agent Training
383
388
 
384
389
  Many use-cases for Solana Agent require training your agents on your company data.
385
390
 
386
- This can be accomplished via runtime prompt injection. Integrations that work well with this method are KBs like Pinecone and FAQs.
391
+ This can be accomplished via runtime prompt injection. Integrations that work well with this method are vector stores like Pinecone and FAQs.
392
+
393
+ This knowledge applies to all your AI agents.
387
394
 
388
395
  ```python
389
396
  from solana_agent import SolanaAgent
@@ -393,11 +400,6 @@ config = {
393
400
  "api_key": "your-openai-api-key",
394
401
  },
395
402
  "agents": [
396
- {
397
- "name": "research_specialist",
398
- "instructions": "You are an expert researcher who synthesizes complex information clearly.",
399
- "specialization": "Research and knowledge synthesis",
400
- },
401
403
  {
402
404
  "name": "customer_support",
403
405
  "instructions": "You provide friendly, helpful customer support responses.",
@@ -408,7 +410,7 @@ config = {
408
410
 
409
411
  solana_agent = SolanaAgent(config=config)
410
412
 
411
- async for response in solana_agent.process("user123", "What are the latest AI developments?", "This is my FAQ"):
413
+ async for response in solana_agent.process("user123", "How do replace the latch on my dishwasher?", "This is my corporate appliance fixing FAQ"):
412
414
  print(response, end="")
413
415
  ```
414
416
 
@@ -455,16 +457,6 @@ async for response in solana_agent.process("user123", "What are the latest AI de
455
457
  print(response, end="")
456
458
  ```
457
459
 
458
- ## Notes
459
- * Solana Agent agents can only call one tool per response.
460
- * Solana Agent agents choose the best tool for the job.
461
- * Solana Agent tools do not use OpenAI function calling.
462
- * Solana Agent tools are async functions.
463
-
464
- ## Local Setup
465
-
466
- A Docker Compose and Zep Config file is available at the root of this project
467
-
468
460
  ## API Documentation
469
461
 
470
462
  The official up-to-date documentation site
@@ -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.5.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
- solana_agent-22.0.5.dist-info/METADATA,sha256=8BZiXr6XrbOkbBAwaDxBzFuf3d267GBMIGnwwuX_XBY,14818
34
- solana_agent-22.0.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
- solana_agent-22.0.5.dist-info/RECORD,,
32
+ solana_agent-22.0.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
+ solana_agent-22.0.6.dist-info/METADATA,sha256=TTSOlQ4oTi2lhOsJ9i_eVoHkz3We63p5gE4umyPaVwc,14505
34
+ solana_agent-22.0.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
35
+ solana_agent-22.0.6.dist-info/RECORD,,