@monoes/monomindcli 1.11.6 → 1.11.7

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.
Files changed (58) hide show
  1. package/README.md +0 -1
  2. package/dist/src/commands/agent.d.ts.map +1 -1
  3. package/dist/src/commands/agent.js +8 -1
  4. package/dist/src/commands/agent.js.map +1 -1
  5. package/dist/src/commands/index.d.ts +0 -2
  6. package/dist/src/commands/index.d.ts.map +1 -1
  7. package/dist/src/commands/index.js +0 -7
  8. package/dist/src/commands/index.js.map +1 -1
  9. package/dist/src/commands/monograph.js +1 -1
  10. package/dist/src/commands/monograph.js.map +1 -1
  11. package/dist/src/commands/plugins.d.ts.map +1 -1
  12. package/dist/src/commands/plugins.js +1 -2
  13. package/dist/src/commands/plugins.js.map +1 -1
  14. package/dist/src/commands/route.d.ts.map +1 -1
  15. package/dist/src/commands/route.js +9 -1
  16. package/dist/src/commands/route.js.map +1 -1
  17. package/dist/src/index.d.ts.map +1 -1
  18. package/dist/src/index.js +6 -26
  19. package/dist/src/index.js.map +1 -1
  20. package/dist/src/mcp-server.js +1 -1
  21. package/dist/src/mcp-server.js.map +1 -1
  22. package/dist/src/mcp-tools/auto-install.d.ts +0 -8
  23. package/dist/src/mcp-tools/auto-install.d.ts.map +1 -1
  24. package/dist/src/mcp-tools/auto-install.js +0 -4
  25. package/dist/src/mcp-tools/auto-install.js.map +1 -1
  26. package/dist/src/mcp-tools/monograph-compat.d.ts +4 -313
  27. package/dist/src/mcp-tools/monograph-compat.d.ts.map +1 -1
  28. package/dist/src/mcp-tools/monograph-compat.js +11 -1051
  29. package/dist/src/mcp-tools/monograph-compat.js.map +1 -1
  30. package/dist/src/mcp-tools/monograph-tools.js +25 -25
  31. package/dist/src/mcp-tools/monograph-tools.js.map +1 -1
  32. package/dist/src/mcp-tools/neural-tools.d.ts +1 -1
  33. package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -1
  34. package/dist/src/mcp-tools/neural-tools.js +4 -30
  35. package/dist/src/mcp-tools/neural-tools.js.map +1 -1
  36. package/dist/src/memory/memory-initializer.d.ts.map +1 -1
  37. package/dist/src/memory/memory-initializer.js +0 -42
  38. package/dist/src/memory/memory-initializer.js.map +1 -1
  39. package/dist/src/plugins/store/discovery.d.ts.map +1 -1
  40. package/dist/src/plugins/store/discovery.js +0 -33
  41. package/dist/src/plugins/store/discovery.js.map +1 -1
  42. package/dist/src/routing/llm-caller.d.ts +24 -0
  43. package/dist/src/routing/llm-caller.d.ts.map +1 -0
  44. package/dist/src/routing/llm-caller.js +109 -0
  45. package/dist/src/routing/llm-caller.js.map +1 -0
  46. package/dist/src/ui/orgs.html +189 -0
  47. package/dist/src/ui/server.mjs +25 -0
  48. package/dist/src/update/checker.d.ts.map +1 -1
  49. package/dist/src/update/checker.js +0 -1
  50. package/dist/src/update/checker.js.map +1 -1
  51. package/dist/src/update/validator.d.ts.map +1 -1
  52. package/dist/src/update/validator.js +0 -10
  53. package/dist/src/update/validator.js.map +1 -1
  54. package/dist/tsconfig.tsbuildinfo +1 -1
  55. package/package.json +4 -10
  56. package/scripts/publish-registry.ts +0 -1
  57. package/dist/src/commands/embeddings.d.ts +0 -18
  58. package/dist/src/commands/embeddings.js +0 -1628
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "1.11.6",
3
+ "version": "1.11.7",
4
4
  "type": "module",
5
5
  "description": "Monomind CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",
@@ -87,26 +87,20 @@
87
87
  "dependencies": {
88
88
  "ws": "^8.18.0",
89
89
  "@noble/ed25519": "^2.1.0",
90
- "@monoes/monograph": "^1.1.0",
90
+ "@monoes/monograph": "^1.2.0",
91
91
  "@monomind/aidefence": "workspace:*",
92
- "@monomind/embeddings": "workspace:*",
93
92
  "@monomind/guidance": "workspace:*",
94
93
  "@monomind/mcp": "workspace:*",
94
+ "@monomind/routing": "workspace:*",
95
95
  "graphology": "^0.25.4",
96
- "graphology-communities-louvain": "^2.0.1",
97
96
  "graphology-metrics": "^2.4.0",
98
- "graphology-shortest-path": "^2.0.2",
99
- "graphology-traversal": "^0.3.1",
100
- "graphology-types": "^0.24.7",
101
- "chokidar": "^3.6.0",
102
97
  "semver": "^7.6.0"
103
98
  },
104
99
  "optionalDependencies": {
105
100
  "sql.js": "^1.14.1",
106
101
  "@monoes/memory": "workspace:*",
107
102
  "@monomind/plugin-gastown-bridge": "^0.1.3",
108
- "agentic-flow": "^3.0.0-alpha.1",
109
- "@anthropic-ai/sdk": "*"
103
+ "agentic-flow": "^3.0.0-alpha.1"
110
104
  },
111
105
  "publishConfig": {
112
106
  "access": "public",
@@ -195,7 +195,6 @@ async function generateRegistry(): Promise<PluginRegistry> {
195
195
  '@monomind/plugin-gastown-bridge',
196
196
  '@monomind/security',
197
197
  '@monomind/claims',
198
- '@monomind/embeddings',
199
198
  '@monomind/performance',
200
199
  '@monomind/plugins',
201
200
  ];
@@ -1,18 +0,0 @@
1
- /**
2
- * CLI Embeddings Command
3
- * Vector embeddings, semantic search, similarity operations
4
- *
5
- * Features:
6
- * - Multiple providers: OpenAI, Transformers.js, Agentic-Flow, Mock
7
- * - Document chunking with overlap
8
- * - L2/L1/minmax/zscore normalization
9
- * - Hyperbolic embeddings (Poincaré ball)
10
- * - Neural substrate integration
11
- * - Persistent SQLite cache
12
- *
13
- * github.com/nokhodian/monomind
14
- */
15
- import type { Command } from '../types.js';
16
- export declare const embeddingsCommand: Command;
17
- export default embeddingsCommand;
18
- //# sourceMappingURL=embeddings.d.ts.map