@framers/agentos 0.9.16 → 0.9.17
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@framers/agentos",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.17",
|
|
4
4
|
"description": "AgentOS — open-source TypeScript runtime for autonomous AI agents. Unified graph orchestration, cognitive memory, runtime tool generation, multi-tier guardrails, voice pipeline, and 21 LLM providers.",
|
|
5
5
|
"homepage": "https://agentos.sh",
|
|
6
6
|
"repository": {
|
|
@@ -568,6 +568,7 @@
|
|
|
568
568
|
},
|
|
569
569
|
"scripts": {
|
|
570
570
|
"clean": "rimraf dist tsconfig.build.tsbuildinfo",
|
|
571
|
+
"prepare": "test -d dist || npm run build",
|
|
571
572
|
"build": "npm run clean && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && node scripts/fix-esm-imports.mjs",
|
|
572
573
|
"build:knowledge": "node scripts/build-knowledge-corpus.mjs",
|
|
573
574
|
"verify:exports": "node --test scripts/package-exports.test.mjs",
|
|
@@ -641,7 +642,7 @@
|
|
|
641
642
|
},
|
|
642
643
|
"devDependencies": {
|
|
643
644
|
"@eslint/js": "^9.11.0",
|
|
644
|
-
"@framers/agentos-extensions-registry": "^0.18.
|
|
645
|
+
"@framers/agentos-extensions-registry": "^0.18.2",
|
|
645
646
|
"@opentelemetry/context-async-hooks": "^2.0.1",
|
|
646
647
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
647
648
|
"@opentelemetry/sdk-trace-base": "^2.0.1",
|
|
@@ -674,7 +675,7 @@
|
|
|
674
675
|
"vitest": "^1.6.0"
|
|
675
676
|
},
|
|
676
677
|
"dependencies": {
|
|
677
|
-
"@framers/sql-storage-adapter": "^0.6.
|
|
678
|
+
"@framers/sql-storage-adapter": "^0.6.6",
|
|
678
679
|
"@opentelemetry/api": "^1.9.0",
|
|
679
680
|
"@opentelemetry/api-logs": "^0.201.1",
|
|
680
681
|
"ajv": "^8.17.1",
|