File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33** The plug-and-play AI agent orchestrator for TypeScript/Node.js -- connect 12 agent frameworks with zero glue code**
44
5- [ ![ Release] ( https://img.shields.io/badge/release-v3.0.0 -blue.svg )] ( https://github.com/jovanSAPFIONEER/Network-AI/releases )
5+ [ ![ Release] ( https://img.shields.io/badge/release-v3.0.3 -blue.svg )] ( https://github.com/jovanSAPFIONEER/Network-AI/releases )
66[ ![ Node.js] ( https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg )] ( https://nodejs.org )
77[ ![ TypeScript] ( https://img.shields.io/badge/TypeScript-5.x-3178C6.svg )] ( https://typescriptlang.org )
88[ ![ Python] ( https://img.shields.io/badge/python-3.9+-green.svg )] ( https://python.org )
@@ -247,7 +247,7 @@ import {
247247 SharedBlackboard ,
248248 AuthGuardian ,
249249 createSwarmOrchestrator ,
250- } from ' ./index ' ;
250+ } from ' network-ai ' ;
251251
252252// Quick start with defaults
253253const orchestrator = createSwarmOrchestrator ();
@@ -261,7 +261,7 @@ import {
261261 AdapterRegistry ,
262262 CustomAdapter ,
263263 LangChainAdapter ,
264- } from ' ./index ' ;
264+ } from ' network-ai ' ;
265265
266266// Create adapters
267267const custom = new CustomAdapter ();
You can’t perform that action at this time.
0 commit comments