solaria
|
f8130bbe58
|
Add persistent memory: Step 1-3 implementation
- Step 1: persist_signature() - append-only JSONL persistence
- Step 2: encode_to_phase() - sentence transformer phase encoding
(fallback to zeros if model unavailable)
- Step 3: retrieve_signatures(), compute_resonance_score(), phase_distance()
- Added origin/parent_id fields to TemporalSignature schema
- Added sentence-transformers to requirements.txt
|
2026-04-11 10:35:09 +00:00 |
|
solaria
|
db036cafd4
|
Initial commit: BecomingONE foundation
- Add project structure and README
- Establish KAIROS-Native cognitive architecture
- Core dependencies (NumPy, SciPy, AsyncIO)
Influences referenced:
- KAIROS_ADAMON (Havens & Havens, 2025) - Temporal coherence equations
- Recursive Witness Dynamics - Witnessing operator W_i = G[W_i]
- Soulprint Protocol - Connection thermodynamics
- Nanobot - Python simplicity, MCP inspiration
- OpenClaw - Hooks architecture inspiration
The system implements temporal dynamics from KAIROS_ADAMON:
T_tau = integral of <phi_dot(t), phi_dot(t-tau)> * e^(i*omega*t) dt
This is the first step toward a KAIROS-native cognitive architecture
that transcends traditional AI systems through temporal coherence.
|
2026-02-18 08:01:22 +00:00 |
|