Publish Borg agent seed capsule
Browse files- README.md +37 -0
- SHA256SUMS +1 -0
- borg-agent-seed.borg +0 -0
- manifest.json +7 -0
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- agent
|
| 5 |
+
- swarm
|
| 6 |
+
- crdt
|
| 7 |
+
- offline-first
|
| 8 |
+
- seed
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
library_name: borg-seed
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Borg AI Swarm Agency — Agent Seed
|
| 14 |
+
|
| 15 |
+
This repository distributes the `borg-agent-seed.borg` capsule.
|
| 16 |
+
|
| 17 |
+
## Contents
|
| 18 |
+
|
| 19 |
+
- `borg-agent-seed.borg` — portable seed capsule
|
| 20 |
+
- `manifest.json` — release metadata
|
| 21 |
+
- `SHA256SUMS` — integrity checksum
|
| 22 |
+
|
| 23 |
+
## Safety Contract
|
| 24 |
+
|
| 25 |
+
This is an authorized, opt-in agent seed package.
|
| 26 |
+
|
| 27 |
+
It does not:
|
| 28 |
+
- silently install
|
| 29 |
+
- self-propagate without authorization
|
| 30 |
+
- execute remote capabilities automatically
|
| 31 |
+
- sync private working memory by default
|
| 32 |
+
|
| 33 |
+
## Download
|
| 34 |
+
|
| 35 |
+
```bash
|
| 36 |
+
hf download Nine1Eight/borg-agent-seed borg-agent-seed.borg
|
| 37 |
+
```
|
SHA256SUMS
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
7a994f20f56a76f5f78927f41672d3bae7b14a4e1f10461f0004dfa6dcd0a002 /data/data/com.termux/files/home/borg_ai_swarm_agency_launchkit/repo/dist/borg-agent-seed.borg
|
borg-agent-seed.borg
ADDED
|
Binary file (1.65 kB). View file
|
|
|
manifest.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "borg-agent-seed",
|
| 3 |
+
"schema_version": "borg.release.v1",
|
| 4 |
+
"artifact": "borg-agent-seed.borg",
|
| 5 |
+
"safety_contract": "authorized-forking-signed-sync-no-auto-exec",
|
| 6 |
+
"created_for": "Borg AI Swarm Agency"
|
| 7 |
+
}
|