solana-agent 11.0.0__py3-none-any.whl → 11.1.0__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/ai.py +1279 -6
- {solana_agent-11.0.0.dist-info → solana_agent-11.1.0.dist-info}/METADATA +15 -2
- solana_agent-11.1.0.dist-info/RECORD +6 -0
- solana_agent-11.0.0.dist-info/RECORD +0 -6
- {solana_agent-11.0.0.dist-info → solana_agent-11.1.0.dist-info}/LICENSE +0 -0
- {solana_agent-11.0.0.dist-info → solana_agent-11.1.0.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 11.
|
3
|
+
Version: 11.1.0
|
4
4
|
Summary: The Future of Work
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
14
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
15
15
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
16
16
|
Requires-Dist: ntplib (>=0.4.0,<0.5.0)
|
17
|
-
Requires-Dist: openai (>=1.66.
|
17
|
+
Requires-Dist: openai (>=1.66.2,<2.0.0)
|
18
18
|
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
19
19
|
Requires-Dist: pinecone (>=6.0.1,<7.0.0)
|
20
20
|
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
|
@@ -187,6 +187,19 @@ Solana Agent transforms organizations into living systems that continuously lear
|
|
187
187
|
Auto-reassignment system for stalled tickets.
|
188
188
|
Human agent activity tracking and status management.
|
189
189
|
|
190
|
+
- **📅 Comprehensive Scheduling System:**
|
191
|
+
Intelligent task scheduling based on agent specialization and availability.
|
192
|
+
Time-off request management with automated approval workflows.
|
193
|
+
Conflict detection and resolution for overlapping assignments.
|
194
|
+
Schedule optimization for maximum efficiency and workload balancing.
|
195
|
+
Human agent availability tracking with timezone support.
|
196
|
+
Recurring schedule patterns with exception handling.
|
197
|
+
Focus time protection to ensure uninterrupted deep work.
|
198
|
+
Automated task reassignment when agents become unavailable.
|
199
|
+
Command-line interface for viewing and managing schedules.
|
200
|
+
Capacity-aware scheduling to prevent agent overloading.
|
201
|
+
Schedule analytics and efficiency metrics.
|
202
|
+
|
190
203
|
- **📊 Performance Optimization Framework:**
|
191
204
|
Integrated Net Promoter Score (NPS) system for interaction quality measurement.
|
192
205
|
Automatic satisfaction surveys after ticket resolution.
|
@@ -0,0 +1,6 @@
|
|
1
|
+
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
2
|
+
solana_agent/ai.py,sha256=5bmnf1ipsdk3aQsiYFDhLUSVyUCQPamxAJ6QEawKp5s,237431
|
3
|
+
solana_agent-11.1.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
4
|
+
solana_agent-11.1.0.dist-info/METADATA,sha256=ijTLk43YwFb_fC-zvOGnxVgv4hFBCprnHzB0J6lYxQA,18528
|
5
|
+
solana_agent-11.1.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
+
solana_agent-11.1.0.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
2
|
-
solana_agent/ai.py,sha256=XM_bqGz5XLga5SEaKIgSD8_H09DbB6_ir7Tt1tbuJFw,188008
|
3
|
-
solana_agent-11.0.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
4
|
-
solana_agent-11.0.0.dist-info/METADATA,sha256=Ufhql8QGmSGdcQeu5FnFMmnd8qhgVEFDOFb5amIFlQY,17761
|
5
|
-
solana_agent-11.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
-
solana_agent-11.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|