@rizom/brain 0.2.0-alpha.123 → 0.2.0-alpha.125
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/brain.js +937 -930
- package/dist/entities.d.ts +3 -3
- package/dist/entities.js +2 -2
- package/dist/entities.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/migrations/entity-service/0002_rename_base_notes.sql +3 -0
- package/dist/migrations/entity-service/meta/_journal.json +7 -0
- package/dist/migrations/job-queue/0001_rename_base_note_jobs.sql +15 -0
- package/dist/migrations/job-queue/meta/_journal.json +8 -1
- package/dist/migrations/runtime-state/0000_tidy_jackal.sql +10 -0
- package/dist/migrations/runtime-state/meta/0000_snapshot.json +74 -0
- package/dist/migrations/runtime-state/meta/_journal.json +13 -0
- package/dist/plugins.d.ts +114 -102
- package/dist/plugins.js +2 -2
- package/dist/plugins.js.map +8 -8
- package/dist/services.js.map +3 -3
- package/dist/site.js +127 -127
- package/dist/site.js.map +15 -15
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
function t(i){return i}var e={name:"@rizom/brain",version:"0.2.0-alpha.
|
|
2
|
+
function t(i){return i}var e={name:"@rizom/brain",version:"0.2.0-alpha.125",description:"Brain runtime + CLI \u2014 scaffold, run, and manage AI brain instances",type:"module",bin:{brain:"./dist/brain.js"},exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js"},"./cli":"./dist/brain.js","./plugins":{types:"./dist/plugins.d.ts",import:"./dist/plugins.js"},"./entities":{types:"./dist/entities.d.ts",import:"./dist/entities.js"},"./services":{types:"./dist/services.d.ts",import:"./dist/services.js"},"./interfaces":{types:"./dist/interfaces.d.ts",import:"./dist/interfaces.js"},"./templates":{types:"./dist/templates.d.ts",import:"./dist/templates.js"},"./site":{types:"./dist/site.d.ts",import:"./dist/site.js"},"./themes":{types:"./dist/themes.d.ts",import:"./dist/themes.js"},"./deploy":{types:"./dist/deploy.d.ts",import:"./dist/deploy.js"},"./tsconfig.instance.json":"./tsconfig.instance.json"},files:["dist","templates","tsconfig.instance.json"],scripts:{build:"bun scripts/build.ts",prepublishOnly:"bun scripts/build.ts","dev:start":"bun scripts/build.ts && bun dist/brain.js start",typecheck:"tsc --noEmit",test:"bun test",lint:"eslint . --ext .ts"},dependencies:{"@clack/prompts":"^0.11.0","@modelcontextprotocol/sdk":"^1.24.0","@tailwindcss/postcss":"^4.1.13","@tailwindcss/typography":"^0.5.19",postcss:"^8.5.6",preact:"^10.27.2","preact-render-to-string":"^6.3.1",tailwindcss:"^4.1.11"},optionalDependencies:{"@bitwarden/sdk-napi":"^1.0.0","@libsql/client":"^0.15.7","@tailwindcss/oxide":"^4.1.4","better-sqlite3":"^11.8.1",lightningcss:"^1.29.2","playwright-core":"^1.56.0","react-devtools-core":"^6.1.1",sharp:"^0.34.5"},devDependencies:{"@brains/app":"workspace:*","@brains/content-formatters":"workspace:*","@brains/deploy-support":"workspace:*","@brains/eslint-config":"workspace:*","@brains/mcp-service":"workspace:*","@brains/plugins":"workspace:*","@brains/ranger":"workspace:*","@brains/relay":"workspace:*","@brains/rover":"workspace:*","@brains/site-composition":"workspace:*","@brains/site-default":"workspace:*","@brains/site-personal":"workspace:*","@brains/site-professional":"workspace:*","@brains/theme-default":"workspace:*","@brains/theme-rizom":"workspace:*","@brains/typescript-config":"workspace:*","@brains/utils":"workspace:*","@types/bun":"latest",rollup:"^4.60.2","rollup-plugin-dts":"^6.4.1",typescript:"^5.3.3"},publishConfig:{access:"public"},repository:{type:"git",url:"https://github.com/rizom-ai/brains.git",directory:"packages/brain-cli"},license:"Apache-2.0",author:"Yeehaa <yeehaa@rizom.ai> (https://rizom.ai)",homepage:"https://github.com/rizom-ai/brains/tree/main/packages/brain-cli#readme",bugs:"https://github.com/rizom-ai/brains/issues",engines:{bun:">=1.3.3"},keywords:["brain","ai","cli","mcp","agent","personal-ai","knowledge-management"]};var n=e.version;export{t as defineBrain,n as PLUGIN_API_VERSION};
|
|
3
3
|
|
|
4
|
-
//# debugId=
|
|
4
|
+
//# debugId=FF29D032C828F0A264756E2164756E21
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -6,6 +6,6 @@
|
|
|
6
6
|
"import packageJson from \"../package.json\" with { type: \"json\" };\n\n/**\n * Pre-v1 external plugin API marker.\n *\n * During alpha, the external plugin API compatibility marker tracks the\n * published @rizom/brain package version. Once the plugin API is declared\n * stable, this can move to an independent semver contract such as 1.0.0.\n */\nexport const PLUGIN_API_VERSION = packageJson.version;\n"
|
|
7
7
|
],
|
|
8
8
|
"mappings": ";AAkEO,SAAS,CAAW,CAAC,EAA8C,CACxE,OAAO,iuFC1DF,IAAM,EAAqB,EAAY",
|
|
9
|
-
"debugId": "
|
|
9
|
+
"debugId": "FF29D032C828F0A264756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
UPDATE `job_queue`
|
|
2
|
+
SET `type` = 'note:generation'
|
|
3
|
+
WHERE `type` = 'base:generation';
|
|
4
|
+
--> statement-breakpoint
|
|
5
|
+
UPDATE `job_queue`
|
|
6
|
+
SET `data` = replace(`data`, '"entityType":"base"', '"entityType":"note"')
|
|
7
|
+
WHERE `data` LIKE '%"entityType":"base"%';
|
|
8
|
+
--> statement-breakpoint
|
|
9
|
+
UPDATE `job_queue`
|
|
10
|
+
SET `data` = replace(`data`, '"sourceEntityType":"base"', '"sourceEntityType":"note"')
|
|
11
|
+
WHERE `data` LIKE '%"sourceEntityType":"base"%';
|
|
12
|
+
--> statement-breakpoint
|
|
13
|
+
UPDATE `job_queue`
|
|
14
|
+
SET `data` = replace(`data`, '"targetEntityType":"base"', '"targetEntityType":"note"')
|
|
15
|
+
WHERE `data` LIKE '%"targetEntityType":"base"%';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
CREATE TABLE `runtime_state_records` (
|
|
2
|
+
`namespace` text NOT NULL,
|
|
3
|
+
`key` text NOT NULL,
|
|
4
|
+
`value` text NOT NULL,
|
|
5
|
+
`created_at` integer NOT NULL,
|
|
6
|
+
`updated_at` integer NOT NULL,
|
|
7
|
+
PRIMARY KEY(`namespace`, `key`)
|
|
8
|
+
);
|
|
9
|
+
--> statement-breakpoint
|
|
10
|
+
CREATE INDEX `idx_runtime_state_namespace_updated_at` ON `runtime_state_records` (`namespace`,`updated_at`);
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "6",
|
|
3
|
+
"dialect": "sqlite",
|
|
4
|
+
"id": "c491af4c-c0c6-4011-9615-a0bcbc710e2d",
|
|
5
|
+
"prevId": "00000000-0000-0000-0000-000000000000",
|
|
6
|
+
"tables": {
|
|
7
|
+
"runtime_state_records": {
|
|
8
|
+
"name": "runtime_state_records",
|
|
9
|
+
"columns": {
|
|
10
|
+
"namespace": {
|
|
11
|
+
"name": "namespace",
|
|
12
|
+
"type": "text",
|
|
13
|
+
"primaryKey": false,
|
|
14
|
+
"notNull": true,
|
|
15
|
+
"autoincrement": false
|
|
16
|
+
},
|
|
17
|
+
"key": {
|
|
18
|
+
"name": "key",
|
|
19
|
+
"type": "text",
|
|
20
|
+
"primaryKey": false,
|
|
21
|
+
"notNull": true,
|
|
22
|
+
"autoincrement": false
|
|
23
|
+
},
|
|
24
|
+
"value": {
|
|
25
|
+
"name": "value",
|
|
26
|
+
"type": "text",
|
|
27
|
+
"primaryKey": false,
|
|
28
|
+
"notNull": true,
|
|
29
|
+
"autoincrement": false
|
|
30
|
+
},
|
|
31
|
+
"created_at": {
|
|
32
|
+
"name": "created_at",
|
|
33
|
+
"type": "integer",
|
|
34
|
+
"primaryKey": false,
|
|
35
|
+
"notNull": true,
|
|
36
|
+
"autoincrement": false
|
|
37
|
+
},
|
|
38
|
+
"updated_at": {
|
|
39
|
+
"name": "updated_at",
|
|
40
|
+
"type": "integer",
|
|
41
|
+
"primaryKey": false,
|
|
42
|
+
"notNull": true,
|
|
43
|
+
"autoincrement": false
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"indexes": {
|
|
47
|
+
"idx_runtime_state_namespace_updated_at": {
|
|
48
|
+
"name": "idx_runtime_state_namespace_updated_at",
|
|
49
|
+
"columns": ["namespace", "updated_at"],
|
|
50
|
+
"isUnique": false
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"foreignKeys": {},
|
|
54
|
+
"compositePrimaryKeys": {
|
|
55
|
+
"runtime_state_records_namespace_key_pk": {
|
|
56
|
+
"columns": ["namespace", "key"],
|
|
57
|
+
"name": "runtime_state_records_namespace_key_pk"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"uniqueConstraints": {},
|
|
61
|
+
"checkConstraints": {}
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"views": {},
|
|
65
|
+
"enums": {},
|
|
66
|
+
"_meta": {
|
|
67
|
+
"schemas": {},
|
|
68
|
+
"tables": {},
|
|
69
|
+
"columns": {}
|
|
70
|
+
},
|
|
71
|
+
"internal": {
|
|
72
|
+
"indexes": {}
|
|
73
|
+
}
|
|
74
|
+
}
|