stringray-ai 1.0.36 → 1.0.38
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stringray-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.38",
|
|
4
4
|
"description": "⚡ StringRay ⚡: Bulletproof AI orchestration with systematic error prevention. Zero dead ends. Ship clean, tested, optimized code — every time.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/plugin/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
console.log('Testing complex multi-agent orchestration...');
|
|
11
11
|
|
|
12
12
|
// Import the orchestrator
|
|
13
|
-
const { StringRayOrchestrator } = await import('
|
|
13
|
+
const { StringRayOrchestrator } = await import('stringray-ai');
|
|
14
14
|
|
|
15
15
|
// Create orchestrator instance
|
|
16
16
|
const orchestrator = new StringRayOrchestrator({
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
console.log('Testing simple prompt orchestration...');
|
|
11
11
|
|
|
12
12
|
// Import the orchestrator
|
|
13
|
-
const { StringRayOrchestrator } = await import('
|
|
13
|
+
const { StringRayOrchestrator } = await import('stringray-ai');
|
|
14
14
|
|
|
15
15
|
// Create orchestrator instance
|
|
16
16
|
const orchestrator = new StringRayOrchestrator({
|