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.
- {solana_agent-8.0.0 → solana_agent-8.0.1}/PKG-INFO +2 -2
- {solana_agent-8.0.0 → solana_agent-8.0.1}/README.md +1 -1
- {solana_agent-8.0.0 → solana_agent-8.0.1}/pyproject.toml +1 -1
- {solana_agent-8.0.0 → solana_agent-8.0.1}/LICENSE +0 -0
- {solana_agent-8.0.0 → solana_agent-8.0.1}/solana_agent/__init__.py +0 -0
- {solana_agent-8.0.0 → solana_agent-8.0.1}/solana_agent/ai.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solana-agent
|
|
3
|
-
Version: 8.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
|
|
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
|
|
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")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|