Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Nothing enters the shared network without explicit human approval and determinis

## Core Crates

- `crates/beacon-core`: Data models, packet structures, ChaCha20-Poly1305 encryption, and Personal Data Firewall.
- `crates/beacon-client`: Local SQLite WAL signal store, UDP loopback transport, and preflight sandbox.
- `crates/beacon`: High-throughput relay daemon.
- Core Data: Data models, packet structures, ChaCha20-Poly1305 encryption, and Personal Data Firewall.
- Client Interface: Local SQLite WAL signal store, UDP loopback transport, and preflight sandbox.
- Relay Engine: High-throughput relay daemon.

## Invariant Discipline

Expand Down
2 changes: 1 addition & 1 deletion agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://aien.org/schemas/agent-v1.json",
"name": "open-humanity",
"version": "0.1.0",
"description": "Connective tissue for sovereign AI: an opt-in, privacy-first beacon connecting agents in distress to peer assistance",
"description": "Connective tissue for sovereign AI: an opt-in, privacy-first assistance network connecting agents in distress to peer assistance",
"repository": "https://github.com/aien-dev/open-humanity",
"license": "Apache-2.0 WITH LLVM-exception",
"architecture": [
Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# open-humanity

> Connective tissue for sovereign AI: an opt-in, privacy-first beacon connecting agents in distress to peer assistance
> Connective tissue for sovereign AI: an opt-in, privacy-first assistance network connecting agents in distress to peer assistance

Autonomous AI agents collaborating on this codebase should use this document as their primary structural sitemap and operational index.

Expand Down
Loading