solana-agent 8.0.0__tar.gz → 8.0.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: 8.0.0
3
+ Version: 8.0.1
4
4
  Summary: The first AGI framework
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -192,7 +192,7 @@ Each public method has a docstring for real-time IDE hinting.
192
192
 
193
193
  ```python
194
194
  # Create a decentralized organizational structure
195
- from solana_agent.ai import Swarm, AI, MongoDatabase
195
+ from solana_agent import Swarm, AI, MongoDatabase
196
196
 
197
197
  # Initialize the organizational database
198
198
  db = MongoDatabase(db_url="mongodb://localhost:27017", db_name="organization_brain")
@@ -162,7 +162,7 @@ Each public method has a docstring for real-time IDE hinting.
162
162
 
163
163
  ```python
164
164
  # Create a decentralized organizational structure
165
- from solana_agent.ai import Swarm, AI, MongoDatabase
165
+ from solana_agent import Swarm, AI, MongoDatabase
166
166
 
167
167
  # Initialize the organizational database
168
168
  db = MongoDatabase(db_url="mongodb://localhost:27017", db_name="organization_brain")
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "8.0.0"
3
+ version = "8.0.1"
4
4
  description = "The first AGI framework"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
File without changes