@automagik/omni 2.260326.1 → 2.260331.1
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/dist/commands/connect.d.ts +12 -0
- package/dist/commands/connect.d.ts.map +1 -0
- package/dist/commands/instances.d.ts.map +1 -1
- package/dist/commands/providers-setup.d.ts.map +1 -1
- package/dist/commands/providers.d.ts.map +1 -1
- package/dist/index.js +634 -563
- package/dist/server/index.js +1208 -1704
- package/package.json +2 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Connect Command — omni connect <instance-id> <agent-name>
|
|
3
|
+
*
|
|
4
|
+
* One-command setup for Omni ↔ Genie NATS integration:
|
|
5
|
+
* 1. Discovers agent via `genie dir get <agent-name> --json`
|
|
6
|
+
* 2. Creates/updates Omni provider with schema `nats-genie`
|
|
7
|
+
* 3. Creates Omni agent record linked to provider
|
|
8
|
+
* 4. Updates instance to use the new agent
|
|
9
|
+
*/
|
|
10
|
+
import { Command } from 'commander';
|
|
11
|
+
export declare function createConnectCommand(): Command;
|
|
12
|
+
//# sourceMappingURL=connect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connect.d.ts","sourceRoot":"","sources":["../../src/commands/connect.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0EpC,wBAAgB,oBAAoB,IAAI,OAAO,CA6D9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instances.d.ts","sourceRoot":"","sources":["../../src/commands/instances.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoJpC,wBAAgB,sBAAsB,IAAI,OAAO,
|
|
1
|
+
{"version":3,"file":"instances.d.ts","sourceRoot":"","sources":["../../src/commands/instances.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoJpC,wBAAgB,sBAAsB,IAAI,OAAO,CAinChD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers-setup.d.ts","sourceRoot":"","sources":["../../src/commands/providers-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AASH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"providers-setup.d.ts","sourceRoot":"","sources":["../../src/commands/providers-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AASH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwqBpC,wBAAgB,kBAAkB,IAAI,OAAO,CAgF5C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/commands/providers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/commands/providers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA0TpC,wBAAgB,sBAAsB,IAAI,OAAO,CA0JhD"}
|