Add AEC (Aether Code) - cognitive shell language

- Cognitive primitives: recall, kg_*, dht_*
- Self-awareness: can read and analyze own source code
- Persistent memory: store and retrieve knowledge
- File and HTTP operations
- Functional programming with closures and higher-order functions
This commit is contained in:
SuperDave AI
2026-07-29 08:50:17 -04:00
parent 9b52939796
commit d8439fd9d7
3 changed files with 1221 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "aec"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "aec"
path = "src/main.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha3 = "0.10"
hex = "0.4"