open-agents-ai 0.187.260 → 0.187.263
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 +47 -0
- package/dist/index.js +755 -269
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -40,6 +40,32 @@ An autonomous multi-turn tool-calling agent that reads your code, makes changes,
|
|
|
40
40
|
- [JSON Output Mode](#json-output-mode)
|
|
41
41
|
- [Process Management](#process-management)
|
|
42
42
|
- [REST API Service (Port 11435)](#rest-api-service-port-11435)
|
|
43
|
+
- [Access Policy & Binding](#access-policy--binding)
|
|
44
|
+
- [Working Directory](#working-directory)
|
|
45
|
+
- [Health & Observability](#health--observability)
|
|
46
|
+
- [OpenAI-Compatible Inference](#openai-compatible-inference)
|
|
47
|
+
- [Agentic Task Execution](#agentic-task-execution)
|
|
48
|
+
- [Configuration](#configuration-1)
|
|
49
|
+
- [Slash Commands via REST](#slash-commands-via-rest)
|
|
50
|
+
- [Auth Scopes](#auth-scopes)
|
|
51
|
+
- [Tool-Use Profiles](#tool-use-profiles)
|
|
52
|
+
- [Parallelism & Concurrency](#parallelism--concurrency)
|
|
53
|
+
- [Endpoint Reference](#endpoint-reference)
|
|
54
|
+
- [Stateful Chat — `/v1/chat` + `/api/chat` (OpenAI drop-in with full agent under the hood)](#stateful-chat--v1chat--apichat-openai-drop-in-with-full-agent-under-the-hood)
|
|
55
|
+
- [Live Comparison: Ollama vs OA Full Agent](#live-comparison-ollama-vs-oa-full-agent)
|
|
56
|
+
- [One-Off Completions — `/api/generate` + `/v1/generate`](#one-off-completions--apigenerate--v1generate)
|
|
57
|
+
- [Embeddings — `/v1/embeddings` + `/api/embed`](#embeddings--v1embeddings--apiembed)
|
|
58
|
+
- [Memory Recall + Knowledge Graph — `/v1/memory/*`](#memory-recall--knowledge-graph--v1memory)
|
|
59
|
+
- [Generate/Embed/Memory Test Harness](#generateembedmemory-test-harness)
|
|
60
|
+
- [AIWG Cascade — `/v1/aiwg/*`](#aiwg-cascade--v1aiwg)
|
|
61
|
+
- [ISO/IEC 42001:2023 AIMS — `/v1/aims/*`](#isoiec-420012023-aims--v1aims)
|
|
62
|
+
- [Event Bus — `/v1/events` (SSE fanout)](#event-bus--v1events-sse-fanout)
|
|
63
|
+
- [Memory + Skills + MCP + Tools + Engines (parity surface)](#memory--skills--mcp--tools--engines-parity-surface)
|
|
64
|
+
- [Sessions, Context, Cost, Sponsors, Nexus](#sessions-context-cost-sponsors-nexus)
|
|
65
|
+
- [RFC 7807 Problem Details (error envelope)](#rfc-7807-problem-details-error-envelope)
|
|
66
|
+
- [Pagination envelope](#pagination-envelope)
|
|
67
|
+
- [ETag + Conditional GET](#etag--conditional-get)
|
|
68
|
+
- [Web Interface](#web-interface)
|
|
43
69
|
- [Architecture](#architecture)
|
|
44
70
|
- [Context Engineering](#context-engineering)
|
|
45
71
|
- [Model-Tier Awareness](#model-tier-awareness)
|
|
@@ -72,6 +98,7 @@ An autonomous multi-turn tool-calling agent that reads your code, makes changes,
|
|
|
72
98
|
- [Cross-Modal Binding](#cross-modal-binding)
|
|
73
99
|
- [Gist Compression](#gist-compression)
|
|
74
100
|
- [Near-Critical Cognitive Architecture](#near-critical-cognitive-architecture)
|
|
101
|
+
- [Cross‑Modality Identity & Association (CLIP + Voice)](#crossmodality-identity--association-clip--voice)
|
|
75
102
|
- [Ralph Loop — Iteration-First Design](#ralph-loop--iteration-first-design)
|
|
76
103
|
- [Task Control](#task-control)
|
|
77
104
|
- [Pause, Stop, Resume, Destroy](#pause-stop-resume-destroy)
|
|
@@ -423,6 +450,14 @@ OA_API_KEYS="key1:admin:alice:30:50000:5,key2:run:ci:60::3,key3:read:grafana" oa
|
|
|
423
450
|
|
|
424
451
|
> **Every example below is verified against `open-agents-ai@0.187.189` on a live daemon.** Examples from earlier versions are deprecated.
|
|
425
452
|
|
|
453
|
+
#### Access Policy & Binding
|
|
454
|
+
|
|
455
|
+
Control who can reach the daemon and where it binds:
|
|
456
|
+
|
|
457
|
+
- TUI commands: `/access loopback|lan|any`, `/host <host[:port]>`, `/network config` (interactive), `--local` to save per‑project.
|
|
458
|
+
- Environment: `OA_ACCESS=loopback|lan|any`, `OA_HOST=host[:port]`.
|
|
459
|
+
- See Configuration → [Network Access & Binding](#network-access--binding) for full details and security guidance.
|
|
460
|
+
|
|
426
461
|
#### Working Directory
|
|
427
462
|
|
|
428
463
|
Pass `X-Working-Directory` header to run commands in your current terminal directory:
|
|
@@ -3636,6 +3671,18 @@ Post-task, the [ReadAgent](https://arxiv.org/abs/2402.09727) gist compressor cre
|
|
|
3636
3671
|
|
|
3637
3672
|
### Near-Critical Cognitive Architecture
|
|
3638
3673
|
|
|
3674
|
+
### Cross‑Modality Identity & Association (CLIP + Voice)
|
|
3675
|
+
|
|
3676
|
+
Open Agents binds entities across image, audio, and text using joint‑embedding models:
|
|
3677
|
+
|
|
3678
|
+
- CLIP‑based visual ID: person/object embeddings extracted from frames are matched to persistent entity nodes; cosine similarity > τ promotes to identity with temporal smoothing. Supports multi‑appearance tracking and re‑identification across sessions.
|
|
3679
|
+
- Voiceprint linkage: speaker embeddings (x‑vector/ECAPA) are associated with entities when co‑occurring in time with a visual track and a transcribed utterance; robust to background noise via median pooling across windows.
|
|
3680
|
+
- Text label fusion: natural‑language labels (names, roles, tags) are bound to the same entity when co‑referents appear in proximate context windows (heuristics + clustering).
|
|
3681
|
+
- Association graph: cross‑modal edges (image↔voice↔text) consolidate into a unified entity node with provenance (model, score, timestamp) and decay‑based confidence.
|
|
3682
|
+
- Privacy & safety: raw media never leaves the machine; embeddings are stored locally under `.oa/memory/`. Redaction controls can drop embeddings by label or recency.
|
|
3683
|
+
|
|
3684
|
+
This enables queries like: “Find where Alex spoke about deployment,” “Show files edited after the person in the red sweater approved the PR,” or “Summarize conversations where Speaker‑B and Alice appear together.”
|
|
3685
|
+
|
|
3639
3686
|
The associative memory integrates with a near-critical cognitive framework inspired by [Beggs & Plenz (2003)](https://doi.org/10.1523/JNEUROSCI.23-35-11167.2003) neuronal avalanche dynamics:
|
|
3640
3687
|
|
|
3641
3688
|
- **Auto-consolidation**: At task boundaries, the system writes consolidation snapshots to `.oa/consolidations/` with lessons learned and key patterns
|