solana-agent 11.1.0__tar.gz → 11.1.1__tar.gz

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: 11.1.0
3
+ Version: 11.1.1
4
4
  Summary: The Future of Work
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -263,7 +263,6 @@ Solana Agent transforms organizations into living systems that continuously lear
263
263
  Tool registry for AI agent capability extension.
264
264
  Permission-based tool access for security and control.
265
265
  Clean interface for third-party integrations through standard Python APIs.
266
- Built-in internet search capabilities via Perplexity API.
267
266
  Runtime tool discovery without service restarts.
268
267
 
269
268
  ## Implementation Technologies
@@ -235,7 +235,6 @@ Solana Agent transforms organizations into living systems that continuously lear
235
235
  Tool registry for AI agent capability extension.
236
236
  Permission-based tool access for security and control.
237
237
  Clean interface for third-party integrations through standard Python APIs.
238
- Built-in internet search capabilities via Perplexity API.
239
238
  Runtime tool discovery without service restarts.
240
239
 
241
240
  ## Implementation Technologies
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "11.1.0"
3
+ version = "11.1.1"
4
4
  description = "The Future of Work"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
File without changes