readme: fix the public door and license
This commit is contained in:
parent
db593a2036
commit
21b43a5888
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -10,7 +10,7 @@ Souveraine is a Rust runtime that constitutes a sovereign agent across machines,
|
|||
|
||||
```bash
|
||||
# Clone and build
|
||||
git clone https://github.com/your-org/souveraine.git
|
||||
git clone https://forge.caseytunturi.com/Fimeg/souveraine.git
|
||||
cd souveraine
|
||||
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.
|
||||
- **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
|
||||
|
||||
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
|
||||
|
||||
MIT
|
||||
AGPL-3.0-or-later
|
||||
|
|
|
|||
Loading…
Reference in a new issue