wikimem 0.1.0 → 0.1.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/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import { registerServeCommand } from './commands/serve.js';
|
|
|
12
12
|
export function createProgram() {
|
|
13
13
|
const program = new Command();
|
|
14
14
|
program
|
|
15
|
-
.name('
|
|
15
|
+
.name('wikimem')
|
|
16
16
|
.description('Build self-improving knowledge bases with LLMs. Ingest anything, query everything, auto-evolve.')
|
|
17
17
|
.version('0.1.0');
|
|
18
18
|
registerInitCommand(program);
|