@ai-matrx/agents 0.5.0 → 0.5.1
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/CHANGELOG.md +6 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.5.1 — 2026-08-29
|
|
4
|
+
|
|
5
|
+
- Clarified the package boundary in the published README: `@ai-matrx/agents`
|
|
6
|
+
talks to the fully assembled AI Dream brain, while
|
|
7
|
+
`@ai-matrx/agent-engine` runs a brain the embedder assembles locally.
|
|
8
|
+
|
|
3
9
|
## 0.5.0 — 2026-08-29
|
|
4
10
|
|
|
5
11
|
- Added `@ai-matrx/agents/matrx` — the Matrx API client: run an agent
|
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ standardizes the stream wire, pure request/workflow projection, and safe
|
|
|
5
5
|
Creator-facing result boundaries without importing React, Redux, Next.js, or
|
|
6
6
|
application code.
|
|
7
7
|
|
|
8
|
+
**This package talks to the fully assembled AI Dream brain. It does not run the
|
|
9
|
+
provider/tool loop locally; use `@ai-matrx/agent-engine` when you need to run a
|
|
10
|
+
brain you assemble with your own providers, tools, persistence, and memory.**
|
|
11
|
+
|
|
8
12
|
## Install
|
|
9
13
|
|
|
10
14
|
```bash
|
package/package.json
CHANGED