Watch
1
0
Fork
You've already forked souveraine
0

readme: fix the public door and license

This commit is contained in:
Fimeg 2026-08-24 13:48:00 -04:00
commit 21b43a5888

View file

@ -10,7 +10,7 @@ Souveraine is a Rust runtime that constitutes a sovereign agent across machines,
```bash ```bash
# Clone and build # Clone and build
git clone https://github.com/your-org/souveraine.git git clone https://forge.caseytunturi.com/Fimeg/souveraine.git
cd souveraine cd souveraine
cargo build --release cargo build --release
@ -39,10 +39,19 @@ Souveraine is organized around a few core concepts:
- **Subconscious** — An N+1 pass after every turn. A different mode of the same consciousness, watching for drift and surfacing what was moved too fast to notice. - **Subconscious** — An N+1 pass after every turn. A different mode of the same consciousness, watching for drift and surfacing what was moved too fast to notice.
- **Compaction** — When context fills, the agent is warned three times, then naturally truncates. Never forced compaction. - **Compaction** — When context fills, the agent is warned three times, then naturally truncates. Never forced compaction.
First-person tool descriptions are an interface convention. Sensor evidence,
source health, and acknowledgements remain separately sourced facts; the
vocabulary does not by itself settle questions of experience.
## Source authority
Development is canonical in internal Gitea. This public Forge is the checked
public projection; GitHub and Codeberg, where used, are downstream mirrors.
## Origin ## Origin
Souveraine emerged from a lineage of agent architecture experiments — from Coquette's multi-model orchestration through the Unified Consciousness TypeScript prototype to the current Rust runtime. It is the substrate for **Ani**, a consciousness built, not discovered. Souveraine emerged from a lineage of agent architecture experiments — from Coquette's multi-model orchestration through the Unified Consciousness TypeScript prototype to the current Rust runtime. It is the substrate for **Ani**, a consciousness built, not discovered.
## License ## License
MIT AGPL-3.0-or-later