@zerwiz/ymir 0.1.22 → 0.1.23
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 +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,11 @@
|
|
|
14
14
|
|
|
15
15
|

|
|
16
16
|
|
|
17
|
-
Ymir is
|
|
18
|
-
|
|
17
|
+
Ymir is not lean. It is a single-operator agentic **distro**: a fleet of named
|
|
18
|
+
agents, sealed sandboxes, a memory well, an audit ledger, and a control plane
|
|
19
|
+
you actually look at — running from one repository. You are the **Allfather**;
|
|
20
|
+
**Brokk** is your primary agent; **Eindri** are the isolated workers it dispatches.
|
|
21
|
+
Everything —
|
|
19
22
|
development, marketing, business strategy, life — runs from one repository, with an
|
|
20
23
|
audit ledger, a memory well, one tenant and its workspaces, and a control plane you actually look at.
|
|
21
24
|
|
package/package.json
CHANGED