solana-agent 8.0.0__py3-none-any.whl → 8.0.1__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.
- {solana_agent-8.0.0.dist-info → solana_agent-8.0.1.dist-info}/METADATA +2 -2
- solana_agent-8.0.1.dist-info/RECORD +6 -0
- solana_agent-8.0.0.dist-info/RECORD +0 -6
- {solana_agent-8.0.0.dist-info → solana_agent-8.0.1.dist-info}/LICENSE +0 -0
- {solana_agent-8.0.0.dist-info → solana_agent-8.0.1.dist-info}/WHEEL +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")
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
+
solana_agent/ai.py,sha256=V-FnRpeelDXWFXtNo-nh2vJmokW-rh8YmMP0-ws5-AE,120530
|
|
3
|
+
solana_agent-8.0.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
+
solana_agent-8.0.1.dist-info/METADATA,sha256=ZV-kwsYBMRYTD-ijjrKZSs9gsfpubf6kc8iQlaiycck,10280
|
|
5
|
+
solana_agent-8.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
6
|
+
solana_agent-8.0.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
|
2
|
-
solana_agent/ai.py,sha256=V-FnRpeelDXWFXtNo-nh2vJmokW-rh8YmMP0-ws5-AE,120530
|
|
3
|
-
solana_agent-8.0.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
|
4
|
-
solana_agent-8.0.0.dist-info/METADATA,sha256=KbPPixmQEOH1ZzFmTofw9Veadmuo1niP_j00AqAm1VY,10283
|
|
5
|
-
solana_agent-8.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
6
|
-
solana_agent-8.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|