TEMM1E
THE AI AGENT WITH A BUDGET.
Autonomous AI runtime in Rust. Lambda-Memory. Swarm intelligence. AES-256 encryption. 15 MB RAM. 31 ms cold start. Deploys on a $5 VPS.
Research-backed. Battle-tested.
LAMBDA-MEMORY
Exponential-decay memory system where memories fade but never truly disappear. 4 fidelity layers -- hot, warm, cool, faded -- selected at read time by decay score.
Faded memories are recallable by hash -- the agent sees the shape of what it forgot and pulls it back. No embedding model needed. SQLite FTS5 with BM25.
FINITE BRAIN MODEL
Context window as working memory with a hard limit. Every resource declares its token cost upfront. Every context rebuild shows the LLM a resource budget dashboard.
7 priority categories. Graceful degradation: when a Blueprint is too large, it falls back from full body to outline to catalog listing. Never crashes from overflow.
MANY TEMS -- SWARM INTELLIGENCE
Stigmergic coordination inspired by ant colonies. Workers share signals through a scent field, not LLM-to-LLM chat. Zero coordination tokens.
AES-256-GCM + CHACHA20-POLY1305
- OTK (One-Time Key) setup -- fragment never leaves browser
- Vault: secrets at rest with ChaCha20-Poly1305
- Deny-by-default access. Credential auto-detection.
4-LAYER PANIC RESILIENCE
- Born from a real crash: Vietnamese 'e' at invalid UTF-8 boundary
- Provider circuit breaker (Closed/Open/Half-Open)
- Result: 0 panic paths in 73K lines
Performance vs. competition.
Measured on real hardware. No synthetic benchmarks. Temm1e runs where others can't.
17-crate Cargo workspace.
Modular by design. Each crate has a single responsibility.
Keep Temm1e independent.
No VC. No corporate backers. Community-powered. Every dollar keeps this project alive and shipping.