@framers/agentos 0.9.7 → 0.9.9
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@framers/agentos",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
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": {
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"devDependencies": {
|
|
643
643
|
"@eslint/js": "^9.11.0",
|
|
644
644
|
"@framers/agentos-extensions-registry": "^0.18.0",
|
|
645
|
-
"@framers/sql-storage-adapter": "^0.6.
|
|
645
|
+
"@framers/sql-storage-adapter": "^0.6.5",
|
|
646
646
|
"@opentelemetry/context-async-hooks": "^2.0.1",
|
|
647
647
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
648
648
|
"@opentelemetry/sdk-trace-base": "^2.0.1",
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
"zod-to-json-schema": "^3.25.2"
|
|
697
697
|
},
|
|
698
698
|
"peerDependencies": {
|
|
699
|
-
"@framers/sql-storage-adapter": "^0.6.
|
|
699
|
+
"@framers/sql-storage-adapter": "^0.6.5",
|
|
700
700
|
"graphology": ">=0.25.0",
|
|
701
701
|
"graphology-communities-louvain": ">=2.0.0",
|
|
702
702
|
"graphology-types": ">=0.24.0",
|