@framers/agentos 0.6.13 → 0.6.14

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,10 +70,10 @@ await session.send('Can you expand on that?'); // remembers context
70
70
  >
71
71
  > — Philip K. Dick, *The Android and the Human*, 1972
72
72
 
73
- Three things accumulate inside an AgentOS session and compound into behavior by turn six:
73
+ Three things accumulate across an AgentOS session and compose into behavior:
74
74
 
75
75
  1. **Memory.** What was said, what was decided, what was retrieved.
76
- 2. **Tool surface.** Starts at whatever was registered. Can grow mid-decision when an agent forges a new function and the judge approves it.
76
+ 2. **Tool surface.** Starts at whatever was registered. Can grow when an agent forges a new function mid-decision and the judge approves it.
77
77
  3. **Personality** (optional). A HEXACO trait vector that biases retrieval, specialist routing, and decision-making.
78
78
 
79
79
  Each is configurable and observable; none crosses into "emergent agent" on its own. The composition is the interesting part.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framers/agentos",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
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": {