@framers/agentos 0.9.9 → 0.9.11
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/README.md +55 -51
- package/dist/api/AgentOS.d.ts +2 -0
- package/dist/api/AgentOS.d.ts.map +1 -1
- package/dist/api/AgentOS.js +2 -0
- package/dist/api/AgentOS.js.map +1 -1
- package/dist/api/agency-provenance.d.ts +69 -0
- package/dist/api/agency-provenance.d.ts.map +1 -0
- package/dist/api/agency-provenance.js +138 -0
- package/dist/api/agency-provenance.js.map +1 -0
- package/dist/api/agency.d.ts +2 -0
- package/dist/api/agency.d.ts.map +1 -1
- package/dist/api/agency.js +28 -0
- package/dist/api/agency.js.map +1 -1
- package/dist/api/agent.d.ts +4 -0
- package/dist/api/agent.d.ts.map +1 -1
- package/dist/api/agent.js +37 -2
- package/dist/api/agent.js.map +1 -1
- package/dist/api/generateText.d.ts +25 -25
- package/dist/api/generateText.d.ts.map +1 -1
- package/dist/api/generateText.js +95 -25
- package/dist/api/generateText.js.map +1 -1
- package/dist/api/runtime/AgentOSOrchestrator.d.ts.map +1 -1
- package/dist/api/runtime/AgentOSOrchestrator.js +1 -0
- package/dist/api/runtime/AgentOSOrchestrator.js.map +1 -1
- package/dist/api/runtime/GMIChunkTransformer.d.ts.map +1 -1
- package/dist/api/runtime/GMIChunkTransformer.js +13 -0
- package/dist/api/runtime/GMIChunkTransformer.js.map +1 -1
- package/dist/api/runtime/StreamChunkEmitter.d.ts.map +1 -1
- package/dist/api/runtime/StreamChunkEmitter.js +1 -0
- package/dist/api/runtime/StreamChunkEmitter.js.map +1 -1
- package/dist/api/streamText.d.ts +5 -5
- package/dist/api/streamText.d.ts.map +1 -1
- package/dist/api/streamText.js +41 -2
- package/dist/api/streamText.js.map +1 -1
- package/dist/api/types.d.ts +48 -7
- package/dist/api/types.d.ts.map +1 -1
- package/dist/api/types.js.map +1 -1
- package/dist/cognition/memory/AgentMemory.d.ts +18 -1
- package/dist/cognition/memory/AgentMemory.d.ts.map +1 -1
- package/dist/cognition/memory/AgentMemory.js +2 -0
- package/dist/cognition/memory/AgentMemory.js.map +1 -1
- package/dist/cognition/memory/CognitiveMemoryManager.d.ts +22 -0
- package/dist/cognition/memory/CognitiveMemoryManager.d.ts.map +1 -1
- package/dist/cognition/memory/CognitiveMemoryManager.js +42 -1
- package/dist/cognition/memory/CognitiveMemoryManager.js.map +1 -1
- package/dist/cognition/memory/core/types.d.ts +107 -2
- package/dist/cognition/memory/core/types.d.ts.map +1 -1
- package/dist/cognition/memory/core/types.js +118 -1
- package/dist/cognition/memory/core/types.js.map +1 -1
- package/dist/cognition/memory/index.d.ts +2 -1
- package/dist/cognition/memory/index.d.ts.map +1 -1
- package/dist/cognition/memory/index.js +1 -0
- package/dist/cognition/memory/index.js.map +1 -1
- package/dist/cognition/memory/mechanisms/defaults.d.ts.map +1 -1
- package/dist/cognition/memory/mechanisms/defaults.js +23 -0
- package/dist/cognition/memory/mechanisms/defaults.js.map +1 -1
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationLoop.d.ts.map +1 -1
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationLoop.js +32 -12
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationLoop.js.map +1 -1
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationPipeline.d.ts.map +1 -1
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationPipeline.js +39 -0
- package/dist/cognition/memory/pipeline/consolidation/ConsolidationPipeline.js.map +1 -1
- package/dist/cognition/memory/pipeline/observation/PerspectiveObserver.d.ts +8 -0
- package/dist/cognition/memory/pipeline/observation/PerspectiveObserver.d.ts.map +1 -1
- package/dist/cognition/memory/pipeline/observation/PerspectiveObserver.js +8 -0
- package/dist/cognition/memory/pipeline/observation/PerspectiveObserver.js.map +1 -1
- package/dist/cognition/memory/retrieval/store/MemoryStore.d.ts +11 -0
- package/dist/cognition/memory/retrieval/store/MemoryStore.d.ts.map +1 -1
- package/dist/cognition/memory/retrieval/store/MemoryStore.js +58 -1
- package/dist/cognition/memory/retrieval/store/MemoryStore.js.map +1 -1
- package/dist/cognition/rag/IRetrievalAugmentor.d.ts +75 -0
- package/dist/cognition/rag/IRetrievalAugmentor.d.ts.map +1 -1
- package/dist/cognition/rag/RetrievalAugmentor.d.ts +7 -0
- package/dist/cognition/rag/RetrievalAugmentor.d.ts.map +1 -1
- package/dist/cognition/rag/RetrievalAugmentor.js +66 -3
- package/dist/cognition/rag/RetrievalAugmentor.js.map +1 -1
- package/dist/cognition/rag/citation/index.d.ts +1 -1
- package/dist/cognition/rag/citation/index.d.ts.map +1 -1
- package/dist/cognition/rag/citation/types.d.ts +17 -1
- package/dist/cognition/rag/citation/types.d.ts.map +1 -1
- package/dist/cognition/rag/index.d.ts +2 -2
- package/dist/cognition/rag/index.d.ts.map +1 -1
- package/dist/cognition/rag/index.js.map +1 -1
- package/dist/cognition/rag/scopeFilter.d.ts +43 -0
- package/dist/cognition/rag/scopeFilter.d.ts.map +1 -0
- package/dist/cognition/rag/scopeFilter.js +92 -0
- package/dist/cognition/rag/scopeFilter.js.map +1 -0
- package/dist/cognition/substrate/GMI.d.ts.map +1 -1
- package/dist/cognition/substrate/GMI.js +14 -1
- package/dist/cognition/substrate/GMI.js.map +1 -1
- package/dist/cognition/substrate/IGMI.d.ts +15 -1
- package/dist/cognition/substrate/IGMI.d.ts.map +1 -1
- package/dist/cognition/substrate/IGMI.js +7 -0
- package/dist/cognition/substrate/IGMI.js.map +1 -1
- package/dist/core/safety/LLMProviderHealthRegistry.d.ts +175 -0
- package/dist/core/safety/LLMProviderHealthRegistry.d.ts.map +1 -0
- package/dist/core/safety/LLMProviderHealthRegistry.js +261 -0
- package/dist/core/safety/LLMProviderHealthRegistry.js.map +1 -0
- package/dist/core/safety/index.d.ts +2 -0
- package/dist/core/safety/index.d.ts.map +1 -1
- package/dist/core/safety/index.js +1 -0
- package/dist/core/safety/index.js.map +1 -1
- package/dist/safety/guardrails/ParallelGuardrailDispatcher.d.ts.map +1 -1
- package/dist/safety/guardrails/ParallelGuardrailDispatcher.js +26 -4
- package/dist/safety/guardrails/ParallelGuardrailDispatcher.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
3
|
<a href="https://agentos.sh">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/framersai/agentos/master/assets/agentos-primary-no-tagline-transparent-2x.png" alt="AgentOS
|
|
4
|
+
<img src="https://raw.githubusercontent.com/framersai/agentos/master/assets/agentos-primary-no-tagline-transparent-2x.png" alt="AgentOS: TypeScript AI Agent Framework with Cognitive Memory" height="100" />
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
|
-
# **AgentOS
|
|
9
|
+
# **AgentOS**: Open-Source TypeScript AI Agent Runtime with Cognitive Memory, HEXACO Personality, and Runtime Tool Forging
|
|
10
10
|
|
|
11
|
-
**85.6% on LongMemEval-S** at $0.0090/correct, +1.4 above Mastra OM gpt-4o (84.23%)
|
|
11
|
+
**85.6% on LongMemEval-S** at $0.0090/correct, +1.4 above Mastra OM gpt-4o (84.23%) * **70.2% on LongMemEval-M** (1.5M-token variant), the only open-source library on the public record above 65% on M with publicly reproducible methodology * 16 LLM providers * 8 neuroscience-backed memory mechanisms * Apache-2.0
|
|
12
12
|
|
|
13
13
|
[](https://www.npmjs.com/package/@framers/agentos)
|
|
14
14
|
[](https://github.com/framersai/agentos/actions/workflows/ci.yml)
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
[](https://github.com/framersai/agentos-bench)
|
|
22
22
|
[](https://wilds.ai/discord)
|
|
23
23
|
|
|
24
|
-
[**Benchmarks**](https://github.com/framersai/agentos-bench/blob/master/results/LEADERBOARD.md)
|
|
24
|
+
[**Benchmarks**](https://github.com/framersai/agentos-bench/blob/master/results/LEADERBOARD.md) * [Website](https://agentos.sh) * [Docs](https://docs.agentos.sh) * [npm](https://www.npmjs.com/package/@framers/agentos) * [Discord](https://wilds.ai/discord) * [Blog](https://docs.agentos.sh/blog)
|
|
25
25
|
|
|
26
26
|
</div>
|
|
27
27
|
|
|
@@ -49,18 +49,22 @@ npm install @framers/agentos
|
|
|
49
49
|
import { agent } from '@framers/agentos';
|
|
50
50
|
|
|
51
51
|
const tutor = agent({
|
|
52
|
-
provider: 'anthropic',
|
|
52
|
+
provider: 'anthropic', // -> claude-sonnet-4-5-20250929 (provider default)
|
|
53
|
+
// model: 'claude-opus-4-7', // explicit override: accepts "provider:model" or plain id
|
|
53
54
|
instructions: 'You are a patient CS tutor.',
|
|
54
55
|
personality: { openness: 0.9, conscientiousness: 0.95 },
|
|
55
56
|
memory: { types: ['episodic', 'semantic'], working: { enabled: true } },
|
|
56
57
|
});
|
|
57
58
|
|
|
59
|
+
// Provider auto-detected from env when `provider` is omitted; all 21 providers
|
|
60
|
+
// and their default models: https://docs.agentos.sh/features/llm-providers
|
|
61
|
+
|
|
58
62
|
const session = tutor.session('student-1');
|
|
59
63
|
await session.send('Explain recursion with an analogy.');
|
|
60
64
|
await session.send('Can you expand on that?'); // remembers context
|
|
61
65
|
```
|
|
62
66
|
|
|
63
|
-
[Full quickstart](https://docs.agentos.sh/getting-started)
|
|
67
|
+
[Full quickstart](https://docs.agentos.sh/getting-started) * [Examples cookbook](https://docs.agentos.sh/getting-started/examples) * [API reference](https://docs.agentos.sh/api)
|
|
64
68
|
|
|
65
69
|
---
|
|
66
70
|
|
|
@@ -68,7 +72,7 @@ await session.send('Can you expand on that?'); // remembers context
|
|
|
68
72
|
|
|
69
73
|
> "So we and our elaborately evolving computers may meet each other halfway."
|
|
70
74
|
>
|
|
71
|
-
|
|
75
|
+
>: Philip K. Dick, *The Android and the Human*, 1972
|
|
72
76
|
|
|
73
77
|
Three things accumulate across an AgentOS session and compose into behavior:
|
|
74
78
|
|
|
@@ -91,45 +95,45 @@ Personality is opt-in. The runtime behaves identically with or without a trait v
|
|
|
91
95
|
```ts
|
|
92
96
|
// Personality-neutral (most production agents)
|
|
93
97
|
const support = agent({
|
|
94
|
-
provider: 'openai',
|
|
98
|
+
provider: 'openai', // -> gpt-4o (provider default; `gpt-4o-mini` is the cheap-tier fallback)
|
|
95
99
|
instructions: 'Resolve customer tickets.',
|
|
96
100
|
memory: { types: ['episodic', 'semantic'] },
|
|
97
101
|
});
|
|
98
102
|
|
|
99
103
|
// Opt-in HEXACO (when persona consistency across sessions matters)
|
|
100
104
|
const coach = agent({
|
|
101
|
-
provider: 'openai',
|
|
105
|
+
provider: 'openai', // -> gpt-4o
|
|
102
106
|
instructions: "Long-running career coach. Hold the user accountable to their stated goals across weekly check-ins; flag drift, push back on excuses, escalate when goals shift.",
|
|
103
107
|
personality: {
|
|
104
108
|
conscientiousness: 0.9, // won't let goals drift between sessions
|
|
105
|
-
|
|
109
|
+
honesty: 0.85, // honesty-humility: won't tell the user what they want to hear
|
|
106
110
|
emotionality: 0.3, // stays steady when the user is reactive
|
|
107
111
|
},
|
|
108
112
|
memory: { types: ['episodic', 'semantic'] },
|
|
109
113
|
});
|
|
110
114
|
```
|
|
111
115
|
|
|
112
|
-
When a vector is supplied, the kernel weights retrieval, specialist routing, and tool selection by the trait values. Same agent, same prompt, same tools: a high-Openness leader and a high-Conscientiousness leader produce measurably different decision sequences. Personality lives in the kernel, not in the prompt
|
|
116
|
+
When a vector is supplied, the kernel weights retrieval, specialist routing, and tool selection by the trait values. Same agent, same prompt, same tools: a high-Openness leader and a high-Conscientiousness leader produce measurably different decision sequences. Personality lives in the kernel, not in the prompt: prompt-only personality dissolves under context pressure while kernel-encoded bias persists. The vector remains editable, inspectable, and removable on consent.
|
|
113
117
|
|
|
114
118
|
### Soul Files (per-agent identity in markdown)
|
|
115
119
|
|
|
116
|
-
Identity, voice, hard limits, and HEXACO scores can live in a `SOUL.md` workspace alongside companion files (`STYLE.md`, `IDENTITY.md`, `AGENTS.md`, `MEMORY.md`, `examples/`). The runtime parses YAML frontmatter into structured config and injects the markdown body as the first system message
|
|
120
|
+
Identity, voice, hard limits, and HEXACO scores can live in a `SOUL.md` workspace alongside companion files (`STYLE.md`, `IDENTITY.md`, `AGENTS.md`, `MEMORY.md`, `examples/`). The runtime parses YAML frontmatter into structured config and injects the markdown body as the first system message: before instructions, skills, or chain-of-thought. Compatible with the [aaronjmars/soul.md](https://github.com/aaronjmars/soul.md) and OpenClaw conventions.
|
|
117
121
|
|
|
118
122
|
```ts
|
|
119
|
-
// Workspace path
|
|
123
|
+
// Workspace path: loads SOUL.md + companion files from the directory
|
|
120
124
|
const aria = agent({
|
|
121
|
-
provider: 'anthropic',
|
|
125
|
+
provider: 'anthropic', // -> claude-sonnet-4-5-20250929 (SOUL.md frontmatter `model:` overrides per-agent)
|
|
122
126
|
soul: '~/.agentos/agents/aria',
|
|
123
127
|
});
|
|
124
128
|
|
|
125
|
-
// Inline content
|
|
129
|
+
// Inline content: for tests and ephemeral agents
|
|
126
130
|
const ephemeral = agent({
|
|
127
|
-
provider: 'openai',
|
|
131
|
+
provider: 'openai', // -> gpt-4o
|
|
128
132
|
soul: { content: SOUL_MARKDOWN_STRING },
|
|
129
133
|
});
|
|
130
134
|
```
|
|
131
135
|
|
|
132
|
-
The HEXACO frontmatter in `SOUL.md` flows into the same `PersonaDriftMechanism` and `PersonaOverlayManager` machinery as the inline `personality:` config above
|
|
136
|
+
The HEXACO frontmatter in `SOUL.md` flows into the same `PersonaDriftMechanism` and `PersonaOverlayManager` machinery as the inline `personality:` config above: the two paths produce identical runtime behavior. See [docs/SOUL_FILES.md](./docs/SOUL_FILES.md) for the full 6-file workspace spec.
|
|
133
137
|
|
|
134
138
|
---
|
|
135
139
|
|
|
@@ -163,11 +167,11 @@ M's haystacks exceed every production context window; most vendors only publish
|
|
|
163
167
|
| LongMemEval paper, GPT-4o session Top-5 | 71.4% | open repo |
|
|
164
168
|
| **AgentOS** (sem-embed + reader-router + Top-5) | **70.2%** | **Apache-2.0** |
|
|
165
169
|
| LongMemEval paper, GPT-4o round Top-5 | 65.7% | open repo |
|
|
166
|
-
| Mem0 v3, Mastra, Hindsight, Zep, EmergenceMem, Supermemory, Letta | not published
|
|
170
|
+
| Mem0 v3, Mastra, Hindsight, Zep, EmergenceMem, Supermemory, Letta | not published |: |
|
|
167
171
|
|
|
168
172
|
At matched Top-5 retrieval, +4.5 above the round-level paper baseline (65.7%) and 1.2 below the session-level (71.4%); the paper's overall strongest GPT-4o result is 72.0% at Top-10. Of open-source libraries with publicly reproducible runs, AgentOS is the only one above 65% on M.
|
|
169
173
|
|
|
170
|
-
> **[Full leaderboard
|
|
174
|
+
> **[Full leaderboard ->](https://github.com/framersai/agentos-bench/blob/master/results/LEADERBOARD.md)** * **[Run JSONs ->](https://github.com/framersai/agentos-bench/tree/master/results/runs)** * **[Transparency audit ->](https://agentos.sh/en/blog/memory-benchmark-transparency-audit/)** * **[LongMemEval paper](https://arxiv.org/abs/2410.10813)** (Wu et al., ICLR 2025, Table 3)
|
|
171
175
|
|
|
172
176
|
Methodology stack: bootstrap 95% CIs at 10k Mulberry32 resamples (seed 42), per-benchmark judge-FPR probes (S 1%, M 2%, LOCOMO 0%), per-case run JSONs, single-CLI reproduction. The [transparency audit](https://agentos.sh/en/blog/memory-benchmark-transparency-audit/) covers what the headline numbers don't: LOCOMO's ~6.4% answer-key error rate, the LongMemEval-S context-window confound, and the Mem0-vs-Zep comparison gaming case study, alongside which vendors disclose which methodology dimensions.
|
|
173
177
|
|
|
@@ -185,13 +189,13 @@ Methodology stack: bootstrap 95% CIs at 10k Mulberry32 resamples (seed 42), per-
|
|
|
185
189
|
| [`@framers/agentos-bench`](https://github.com/framersai/agentos-bench) | Open benchmark harness. Bootstrap 95% CIs at 10k resamples, judge false-positive-rate probes, per-case run JSONs at fixed seed. MIT (the rest of AgentOS is Apache 2.0). |
|
|
186
190
|
| [`@framers/sql-storage-adapter`](https://www.npmjs.com/package/@framers/sql-storage-adapter) | Cross-platform SQL persistence: SQLite, Postgres, IndexedDB, Capacitor SQLite. |
|
|
187
191
|
| [`paracosm`](https://www.npmjs.com/package/paracosm) | AI agent swarm simulation engine that uses AgentOS as its substrate. |
|
|
188
|
-
| [`wunderland`](https://www.npmjs.com/package/wunderland) | Sister project (preview)
|
|
192
|
+
| [`wunderland`](https://www.npmjs.com/package/wunderland) | Sister project (preview): batteries-included CLI plus daemon over the AgentOS extension and skill registries. 28-command CLI, 5-tier security, 8 agent presets, step-up HITL. Apache-2.0. |
|
|
189
193
|
|
|
190
194
|
**Extensions and skills auto-load at startup.** The runtime walks each registry plus any user-supplied paths, resolves each pack's `createExtensionPack(context)` factory or `SKILL.md` frontmatter, and registers tools, guardrails, channels, and skills without manual wiring. Capability gating and HITL approval gates apply to side-effecting installs. See [extensions architecture](https://docs.agentos.sh/architecture/extension-loading) for the full loading model.
|
|
191
195
|
|
|
192
196
|
---
|
|
193
197
|
|
|
194
|
-
## 📄 Technical Whitepaper
|
|
198
|
+
## 📄 Technical Whitepaper * Coming Soon
|
|
195
199
|
|
|
196
200
|
The full architecture and benchmark methodology, written for engineers and researchers who want a citable PDF instead of scrolling docs. Cognitive memory pipeline, classifier-driven dispatch, HEXACO personality modulation, runtime tool forging, full LongMemEval-S/M and LOCOMO benchmark methodology with confidence interval math, judge-FPR probes, per-stage retention metrics, and reproducibility recipes.
|
|
197
201
|
|
|
@@ -201,7 +205,7 @@ The full architecture and benchmark methodology, written for engineers and resea
|
|
|
201
205
|
| **Benchmarks** | LongMemEval-S 85.6%, LongMemEval-M 70.2%, vendor landscape, confidence interval methodology, judge FPR probes, full transparency stack |
|
|
202
206
|
| **Reproducibility** | Per-case run JSONs at `--seed 42`, single-CLI reproduction, Apache-2.0 bench at [github.com/framersai/agentos-bench](https://github.com/framersai/agentos-bench) |
|
|
203
207
|
|
|
204
|
-
**[Join Discord for the announcement
|
|
208
|
+
**[Join Discord for the announcement ->](https://wilds.ai/discord)** * **[Read the benchmarks now ->](https://github.com/framersai/agentos-bench/blob/master/results/LEADERBOARD.md)**
|
|
205
209
|
|
|
206
210
|
---
|
|
207
211
|
|
|
@@ -215,8 +219,8 @@ User query
|
|
|
215
219
|
▼ Stage 1: QueryClassifier (gpt-5-mini, ~$0.0001/query)
|
|
216
220
|
│ T0=none ─────► answer from context, skip retrieval
|
|
217
221
|
│ T1+=needs memory
|
|
218
|
-
▼ Stage 2: MemoryRouter
|
|
219
|
-
▼ Stage 3: ReaderRouter
|
|
222
|
+
▼ Stage 2: MemoryRouter -> canonical-hybrid * OM-v10 * OM-v11
|
|
223
|
+
▼ Stage 3: ReaderRouter -> gpt-4o (TR/SSU) * gpt-5-mini (SSA/SSP/KU/MS)
|
|
220
224
|
▼
|
|
221
225
|
Grounded answer
|
|
222
226
|
```
|
|
@@ -229,7 +233,7 @@ Stages 2 and 3 reuse the Stage 1 classification, so the full pipeline costs **on
|
|
|
229
233
|
| `MemoryRouter` | [`@framers/agentos/memory-router`](https://docs.agentos.sh/features/memory-router) | canonical-hybrid vs observational-memory-v10 vs v11 |
|
|
230
234
|
| `ReaderRouter` | [`@framers/agentos/memory-router`](https://docs.agentos.sh/features/memory-router) | gpt-4o vs gpt-5-mini per category |
|
|
231
235
|
|
|
232
|
-
[Cognitive Memory docs
|
|
236
|
+
[Cognitive Memory docs ->](https://docs.agentos.sh/features/cognitive-memory) * [Cognitive Pipeline ->](https://docs.agentos.sh/features/cognitive-pipeline) * [Memory System Overview ->](https://docs.agentos.sh/features/memory-system-overview)
|
|
233
237
|
|
|
234
238
|
---
|
|
235
239
|
|
|
@@ -241,7 +245,7 @@ Stages 2 and 3 reuse the Stage 1 classification, so the full pipeline costs **on
|
|
|
241
245
|
| **Vercel AI SDK** | Multi-agent teams (6 strategies), 7 vector backends, [guardrails](https://docs.agentos.sh/features/guardrails-architecture), voice/telephony |
|
|
242
246
|
| **CrewAI / Mastra** | Unified orchestration (DAGs + graphs + missions), personality-driven routing, **published reproducible numbers on LongMemEval-S (85.6%) and LongMemEval-M (70.2%) with full methodology disclosure** |
|
|
243
247
|
|
|
244
|
-
[Full framework comparison
|
|
248
|
+
[Full framework comparison ->](https://docs.agentos.sh/blog/2026/02/20/agentos-vs-langgraph-vs-crewai)
|
|
245
249
|
|
|
246
250
|
---
|
|
247
251
|
|
|
@@ -252,14 +256,14 @@ Stages 2 and 3 reuse the Stage 1 classification, so the full pipeline costs **on
|
|
|
252
256
|
| **LLM Providers** | 16: OpenAI, Anthropic, Gemini, Groq, Ollama, OpenRouter, Together, Mistral, xAI, Claude/Gemini CLI, + 5 image/video |
|
|
253
257
|
| **Cognitive Memory** | 8 mechanisms: reconsolidation, retrieval-induced forgetting, involuntary recall, FOK, gist extraction, schema encoding, source decay, emotion regulation |
|
|
254
258
|
| **HEXACO Personality** | 6 traits modulate memory, retrieval bias, response style |
|
|
255
|
-
| **RAG Pipeline** | 7 vector backends
|
|
256
|
-
| **Multi-Agent Teams** | 6 coordination strategies
|
|
257
|
-
| **Orchestration** | `workflow()` DAGs
|
|
258
|
-
| **Guardrails** | 5 security tiers
|
|
259
|
-
| **Emergent Capabilities** | Runtime tool forging
|
|
260
|
-
| **Voice & Telephony** | ElevenLabs, Deepgram, Whisper
|
|
259
|
+
| **RAG Pipeline** | 7 vector backends * 4 retrieval strategies * GraphRAG * HyDE * Cohere rerank-v3.5 |
|
|
260
|
+
| **Multi-Agent Teams** | 6 coordination strategies * shared memory * inter-agent messaging * HITL gates |
|
|
261
|
+
| **Orchestration** | `workflow()` DAGs * `AgentGraph` cycles * `mission()` goal-driven planning * checkpointing |
|
|
262
|
+
| **Guardrails** | 5 security tiers * 6 packs (PII, ML classifiers, topicality, code safety, grounding, content policy) |
|
|
263
|
+
| **Emergent Capabilities** | Runtime tool forging * 4 self-improvement tools * tiered promotion * skill export |
|
|
264
|
+
| **Voice & Telephony** | ElevenLabs, Deepgram, Whisper * Twilio, Telnyx, Plivo |
|
|
261
265
|
| **Channels** | 37 platform adapters (Telegram, Discord, Slack, WhatsApp, webchat, ...) |
|
|
262
|
-
| **Observability** | OpenTelemetry
|
|
266
|
+
| **Observability** | OpenTelemetry * usage ledger * cost guard * circuit breaker |
|
|
263
267
|
|
|
264
268
|
---
|
|
265
269
|
|
|
@@ -271,16 +275,16 @@ import { agency } from '@framers/agentos';
|
|
|
271
275
|
const team = agency({
|
|
272
276
|
strategy: 'graph',
|
|
273
277
|
agents: {
|
|
274
|
-
researcher: { provider: 'anthropic', instructions: 'Find relevant facts.' },
|
|
275
|
-
writer: { provider: 'openai', instructions: 'Summarize clearly.',
|
|
276
|
-
reviewer: { provider: 'gemini', instructions: 'Check accuracy.',
|
|
278
|
+
researcher: { provider: 'anthropic', instructions: 'Find relevant facts.' }, // -> claude-sonnet-4-5-20250929
|
|
279
|
+
writer: { provider: 'openai', instructions: 'Summarize clearly.', dependsOn: ['researcher'] }, // -> gpt-4o
|
|
280
|
+
reviewer: { provider: 'gemini', instructions: 'Check accuracy.', dependsOn: ['writer'] }, // -> gemini-2.5-flash
|
|
277
281
|
},
|
|
278
282
|
});
|
|
279
283
|
|
|
280
284
|
const result = await team.generate('Compare TCP vs UDP for game networking.');
|
|
281
285
|
```
|
|
282
286
|
|
|
283
|
-
Strategies: `sequential`
|
|
287
|
+
Strategies: `sequential` * `parallel` * `debate` * `review-loop` * `hierarchical` * `graph`. With `strategy: 'hierarchical'` + `emergent: { enabled: true }`, the manager LLM gets a `spawn_specialist` tool that mints new sub-agents at runtime when the static roster doesn't cover a sub-task. `agency()` is for single-request multi-agent coordination: for long-running world simulations or per-turn parallel agent loops, build your own orchestration with `agent()` + the lower-level primitives. [Multi-agent docs ->](https://docs.agentos.sh/features/multi-agent) * [Hierarchical + emergent ->](https://docs.agentos.sh/architecture/emergent-agency-system) * [Scope guide ->](https://docs.agentos.sh/orchestration/agency-api#scope-when-to-reach-for-agency)
|
|
284
288
|
|
|
285
289
|
---
|
|
286
290
|
|
|
@@ -307,7 +311,7 @@ console.log(result.tiersUsed); // which tiers actually fired
|
|
|
307
311
|
console.log(result.grounding); // per-claim verdicts when verifyCitations is on
|
|
308
312
|
```
|
|
309
313
|
|
|
310
|
-
The router classifies each query into a tier (T0 trivial
|
|
314
|
+
The router classifies each query into a tier (T0 trivial -> T3 deep research), retrieves only as much context as that tier needs, and degrades gracefully to keyword search if no embedding key is configured. 260 platform-knowledge entries (tools, skills, FAQ, API, troubleshooting) are bundled with `@framers/agentos` and merged into your corpus automatically. [Query Router docs ->](https://docs.agentos.sh/features/query-routing)
|
|
311
315
|
|
|
312
316
|
---
|
|
313
317
|
|
|
@@ -328,7 +332,7 @@ const docsAgent = agent({
|
|
|
328
332
|
|
|
329
333
|
const result = await docsAgent.generate('How do I configure a guardrail?');
|
|
330
334
|
console.log(result.text);
|
|
331
|
-
console.log(result.grounding?.overallGrounded); // single boolean
|
|
335
|
+
console.log(result.grounding?.overallGrounded); // single boolean: safe to ship?
|
|
332
336
|
for (const claim of result.grounding?.claims ?? []) {
|
|
333
337
|
if (claim.verdict !== 'supported') console.warn(claim);
|
|
334
338
|
}
|
|
@@ -336,13 +340,13 @@ for (const claim of result.grounding?.claims ?? []) {
|
|
|
336
340
|
|
|
337
341
|
The agent calls your `retrieve` hook before generation to fetch sources, runs the model, then decomposes the response into atomic claims and scores each against the sources via cosine similarity (with optional NLI for contradiction detection). Verdicts: `supported`, `weak`, `unverifiable`, `contradicted`. Reach for the low-level [`CitationVerifier`](https://docs.agentos.sh/features/citation-verification) directly only when you own both sides of the generate/retrieve pair yourself.
|
|
338
342
|
|
|
339
|
-
When you do reach for it directly, `verifier.verify(input, sources)` takes two shapes
|
|
343
|
+
When you do reach for it directly, `verifier.verify(input, sources)` takes two shapes: raw text (lets the verifier decompose into claims itself) or a pre-decomposed `string[]` of claims (skips internal extraction, scores each item as-is). Use the array shape when you've already split the prose with your own parser or want to verify a curated subset; use the string shape when you have one block of LLM output and want the built-in sentence splitter / configured `extractClaims` LLM decomposer to handle it. `verifier.extractClaims(text)` exposes the same decomposition path the string form uses, so you can inspect / filter the claim list before scoring.
|
|
340
344
|
|
|
341
345
|
---
|
|
342
346
|
|
|
343
347
|
## See It In Action
|
|
344
348
|
|
|
345
|
-
### 🌀 Paracosm
|
|
349
|
+
### 🌀 Paracosm: AI Agent Swarm Simulation
|
|
346
350
|
|
|
347
351
|
Define any scenario as JSON. Run it with AI commanders that have different HEXACO personalities. Same starting conditions, different decisions, divergent civilizations. Built on AgentOS.
|
|
348
352
|
|
|
@@ -350,7 +354,7 @@ Define any scenario as JSON. Run it with AI commanders that have different HEXAC
|
|
|
350
354
|
npm install paracosm
|
|
351
355
|
```
|
|
352
356
|
|
|
353
|
-
[Live Demo](https://paracosm.agentos.sh/sim)
|
|
357
|
+
[Live Demo](https://paracosm.agentos.sh/sim) * [GitHub](https://github.com/framersai/paracosm) * [npm](https://www.npmjs.com/package/paracosm)
|
|
354
358
|
|
|
355
359
|
---
|
|
356
360
|
|
|
@@ -362,7 +366,7 @@ Three layers, highest priority first:
|
|
|
362
366
|
// 1. Inline on the call (per-tenant, per-test, per-customer)
|
|
363
367
|
generateText({ apiKey: 'sk-customer', prompt: '...' });
|
|
364
368
|
|
|
365
|
-
// 2. Module-level default
|
|
369
|
+
// 2. Module-level default: set once at boot, no .env needed
|
|
366
370
|
import { setDefaultProvider } from '@framers/agentos';
|
|
367
371
|
setDefaultProvider({ provider: 'openai', apiKey: process.env.MY_OWN_KEY });
|
|
368
372
|
|
|
@@ -371,8 +375,8 @@ import { setProviderPriority } from '@framers/agentos';
|
|
|
371
375
|
setProviderPriority(['anthropic', 'openai', 'ollama']);
|
|
372
376
|
|
|
373
377
|
// 3. Environment variable auto-detect chain (default order)
|
|
374
|
-
// OpenRouter
|
|
375
|
-
//
|
|
378
|
+
// OpenRouter -> OpenAI -> Anthropic -> Gemini -> Groq -> Together -> Mistral
|
|
379
|
+
// -> xAI -> claude CLI -> gemini CLI -> Ollama -> image providers
|
|
376
380
|
```
|
|
377
381
|
|
|
378
382
|
```bash
|
|
@@ -384,7 +388,7 @@ export GEMINI_API_KEY=AIza...
|
|
|
384
388
|
export OPENAI_API_KEY=sk-key1,sk-key2,sk-key3
|
|
385
389
|
```
|
|
386
390
|
|
|
387
|
-
[Full credential resolution + default models per provider
|
|
391
|
+
[Full credential resolution + default models per provider ->](https://docs.agentos.sh/architecture/llm-providers)
|
|
388
392
|
|
|
389
393
|
---
|
|
390
394
|
|
|
@@ -395,9 +399,9 @@ export OPENAI_API_KEY=sk-key1,sk-key2,sk-key3
|
|
|
395
399
|
- **`generateText()` / `streamText()` / `generateObject()` / `generateImage()` / `generateVideo()` / `generateMusic()` / `performOCR()` / `embedText()`**: low-level multi-modal helpers with native tool calling.
|
|
396
400
|
- **`workflow()` / `AgentGraph` / `mission()`**: three orchestration authoring APIs over one graph runtime.
|
|
397
401
|
|
|
398
|
-
Provider fallback is an explicit opt-in via `agent({ fallbackProviders: [...] })` (or `buildFallbackChain()` for programmatic chains). Defaults to off
|
|
402
|
+
Provider fallback is an explicit opt-in via `agent({ fallbackProviders: [...] })` (or `buildFallbackChain()` for programmatic chains). Defaults to off: the runtime never silently retries against a different provider unless you configured a chain.
|
|
399
403
|
|
|
400
|
-
[Full API reference
|
|
404
|
+
[Full API reference ->](https://docs.agentos.sh/api) * [High-Level API guide ->](https://docs.agentos.sh/getting-started/high-level-api)
|
|
401
405
|
|
|
402
406
|
---
|
|
403
407
|
|
|
@@ -410,7 +414,7 @@ Provider fallback is an explicit opt-in via `agent({ fallbackProviders: [...] })
|
|
|
410
414
|
- **[Guardrails](https://docs.agentos.sh/features/guardrails-architecture)**: 5 tiers, 6 packs
|
|
411
415
|
- **[Voice Pipeline](https://docs.agentos.sh/features/voice-pipeline)**: TTS, STT, telephony
|
|
412
416
|
- **[Blog](https://docs.agentos.sh/blog)**: engineering posts, benchmark publications, transparency audits
|
|
413
|
-
- **[Discord](https://wilds.ai/discord)**
|
|
417
|
+
- **[Discord](https://wilds.ai/discord)** * **[GitHub Issues](https://github.com/framersai/agentos/issues)** * **[Wilds.ai](https://wilds.ai)** (AI game worlds powered by AgentOS)
|
|
414
418
|
|
|
415
419
|
---
|
|
416
420
|
|
|
@@ -421,7 +425,7 @@ git clone https://github.com/framersai/agentos.git && cd agentos
|
|
|
421
425
|
pnpm install && pnpm build && pnpm test
|
|
422
426
|
```
|
|
423
427
|
|
|
424
|
-
[Contributing Guide](https://github.com/framersai/agentos/blob/master/CONTRIBUTING.md)
|
|
428
|
+
[Contributing Guide](https://github.com/framersai/agentos/blob/master/CONTRIBUTING.md) * We use [Conventional Commits](https://www.conventionalcommits.org/).
|
|
425
429
|
|
|
426
430
|
---
|
|
427
431
|
|
|
@@ -439,6 +443,6 @@ pnpm install && pnpm build && pnpm test
|
|
|
439
443
|
<img src="https://raw.githubusercontent.com/framersai/agentos/master/assets/frame-logo-green-no-tagline.svg" alt="Frame.dev" height="40" />
|
|
440
444
|
</a>
|
|
441
445
|
|
|
442
|
-
**Built by [Manic Agency LLC](https://manic.agency)
|
|
446
|
+
**Built by [Manic Agency LLC](https://manic.agency) * [Frame.dev](https://frame.dev) * [Wilds.ai](https://wilds.ai)**
|
|
443
447
|
|
|
444
448
|
</div>
|
package/dist/api/AgentOS.d.ts
CHANGED
|
@@ -530,6 +530,8 @@ export interface AgentOSRuntimeSnapshot {
|
|
|
530
530
|
* components, and orchestrating complex AI interactions. This class ensures that all
|
|
531
531
|
* operations adhere to the defined architectural tenets, including robust error handling,
|
|
532
532
|
* comprehensive documentation, and strict type safety.
|
|
533
|
+
*
|
|
534
|
+
* @category Core
|
|
533
535
|
*/
|
|
534
536
|
export declare class AgentOS implements IAgentOS {
|
|
535
537
|
private readonly logger;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentOS.d.ts","sourceRoot":"","sources":["../../src/api/AgentOS.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"AgentOS.d.ts","sourceRoot":"","sources":["../../src/api/AgentOS.ts"],"names":[],"mappings":"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"}
|
package/dist/api/AgentOS.js
CHANGED
|
@@ -161,6 +161,8 @@ export { AgentOSServiceError } from './errors.js';
|
|
|
161
161
|
* components, and orchestrating complex AI interactions. This class ensures that all
|
|
162
162
|
* operations adhere to the defined architectural tenets, including robust error handling,
|
|
163
163
|
* comprehensive documentation, and strict type safety.
|
|
164
|
+
*
|
|
165
|
+
* @category Core
|
|
164
166
|
*/
|
|
165
167
|
export class AgentOS {
|
|
166
168
|
/**
|