@framers/agentos 0.6.5 → 0.6.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.
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "@framers/agentos",
3
- "version": "0.6.5",
4
- "description": "Modular AgentOS orchestration library",
3
+ "version": "0.6.7",
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
+ "homepage": "https://agentos.sh",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/framersai/agentos.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/framersai/agentos/issues"
12
+ },
5
13
  "type": "module",
6
14
  "main": "dist/index.js",
7
15
  "module": "dist/index.js",
@@ -73,6 +81,41 @@
73
81
  "types": "./dist/core/llm/routing/UncensoredModelCatalog.d.ts"
74
82
  },
75
83
  "./config/extension-secrets.json": "./dist/config/extension-secrets.json",
84
+ "./provenance": {
85
+ "import": "./dist/provenance/index.js",
86
+ "default": "./dist/provenance/index.js",
87
+ "types": "./dist/provenance/index.d.ts"
88
+ },
89
+ "./channels": {
90
+ "import": "./dist/channels/index.js",
91
+ "default": "./dist/channels/index.js",
92
+ "types": "./dist/channels/index.d.ts"
93
+ },
94
+ "./channels/social-posting": {
95
+ "import": "./dist/channels/social-posting/index.js",
96
+ "default": "./dist/channels/social-posting/index.js",
97
+ "types": "./dist/channels/social-posting/index.d.ts"
98
+ },
99
+ "./social-posting": {
100
+ "import": "./dist/channels/social-posting/index.js",
101
+ "default": "./dist/channels/social-posting/index.js",
102
+ "types": "./dist/channels/social-posting/index.d.ts"
103
+ },
104
+ "./emergent": {
105
+ "import": "./dist/emergent/index.js",
106
+ "default": "./dist/emergent/index.js",
107
+ "types": "./dist/emergent/index.d.ts"
108
+ },
109
+ "./sandbox/subprocess": {
110
+ "import": "./dist/sandbox/subprocess/index.js",
111
+ "default": "./dist/sandbox/subprocess/index.js",
112
+ "types": "./dist/sandbox/subprocess/index.d.ts"
113
+ },
114
+ "./orchestration/checkpoint": {
115
+ "import": "./dist/orchestration/checkpoint/index.js",
116
+ "default": "./dist/orchestration/checkpoint/index.js",
117
+ "types": "./dist/orchestration/checkpoint/index.d.ts"
118
+ },
76
119
  "./skills": {
77
120
  "import": "./dist/skills.js",
78
121
  "default": "./dist/skills.js",
@@ -348,12 +391,54 @@
348
391
  },
349
392
  "keywords": [
350
393
  "agentos",
351
- "orchestration",
352
- "typescript",
394
+ "framers-agentos",
395
+ "ai-agents",
396
+ "ai-agent-framework",
397
+ "ai-agent-runtime",
398
+ "autonomous-agents",
399
+ "agent-framework",
400
+ "agentic-ai",
401
+ "multi-agent",
402
+ "multi-agent-orchestration",
403
+ "agent-graph",
404
+ "agent-graph-orchestration",
405
+ "cognitive-memory",
406
+ "cognitive-pipeline",
407
+ "memory-router",
408
+ "ebbinghaus-decay",
409
+ "rag",
410
+ "multimodal-rag",
411
+ "vector-search",
412
+ "guardrails",
413
+ "ai-guardrails",
414
+ "voice-pipeline",
415
+ "speech-to-text",
416
+ "text-to-speech",
417
+ "tool-use",
418
+ "tool-generation",
419
+ "runtime-tool-generation",
420
+ "specialist-spawning",
421
+ "hexaco",
422
+ "personality",
423
+ "emergent-behavior",
353
424
  "llm",
354
- "tools"
425
+ "llm-orchestration",
426
+ "openai",
427
+ "anthropic",
428
+ "claude",
429
+ "gpt",
430
+ "typescript",
431
+ "nodejs",
432
+ "open-source",
433
+ "apache-2.0",
434
+ "framers",
435
+ "frame-dev"
355
436
  ],
356
- "author": "Voice Chat Assistant Team",
437
+ "author": {
438
+ "name": "Frame.dev",
439
+ "email": "team@frame.dev",
440
+ "url": "https://frame.dev"
441
+ },
357
442
  "license": "Apache-2.0",
358
443
  "optionalDependencies": {
359
444
  "@huggingface/transformers": "^3.8.1",
@@ -362,7 +447,7 @@
362
447
  "devDependencies": {
363
448
  "@eslint/js": "^9.11.0",
364
449
  "@framers/agentos-extensions-registry": "^0.18.0",
365
- "@framers/sql-storage-adapter": "^0.6.3",
450
+ "@framers/sql-storage-adapter": "^0.6.4",
366
451
  "@opentelemetry/context-async-hooks": "^2.0.1",
367
452
  "@opentelemetry/sdk-metrics": "^2.0.1",
368
453
  "@opentelemetry/sdk-trace-base": "^2.0.1",
@@ -415,7 +500,7 @@
415
500
  "zod-to-json-schema": "^3.25.2"
416
501
  },
417
502
  "peerDependencies": {
418
- "@framers/sql-storage-adapter": "^0.6.3",
503
+ "@framers/sql-storage-adapter": "^0.6.4",
419
504
  "graphology": ">=0.25.0",
420
505
  "graphology-communities-louvain": ">=2.0.0",
421
506
  "graphology-types": ">=0.24.0",