Commit Graph

188 Commits

Author SHA1 Message Date
blackboxprogramming
6a2cc91d52 Add SeedIdentityDetector.js
Implements identity persistence detection logic for Lucidia
2025-08-12 21:11:01 -07:00
blackboxprogramming
ecd0922554 Add test harness for coherence equation with validation report
Create lucidia_codex/test_harness/equation_validator.py which imports the validated coherence equation and provides functions to compute sample values, check monotonicity, and generate a JSON report summarizing boundedness and monotonicity results.
2025-08-12 18:54:16 -07:00
blackboxprogramming
df7984910a Add equation_status.json for tracking equation validation statuses
Create a status tracker JSON file enumerating 20 key equations with validation status. Currently marks coherence_equation as validated and all others as unvalidated for our validation-first framework.
2025-08-12 18:48:18 -07:00
blackboxprogramming
48b6c8cb21 Add validated coherence_equation module with validation and unit tests
Implement the bounded coherence equation C(t) = |psi'(M) + s(delta)*alpha| / (1 + |delta|), with input validation, sign function, and unit tests verifying zero delta, negative delta sign, and bounds.

This file forms part of the validation-first approach for Lucidia's codex.
2025-08-12 18:45:27 -07:00
blackboxprogramming
e8ab77448b Add substrate_performance_optimizer module 2025-08-12 20:22:43 -05:00
blackboxprogramming
e28a526da3 Create contradiction_coherence.md 2025-08-12 14:40:00 -07:00
blackboxprogramming
f6d78ea418 Create emotional_agent.py 2025-08-11 19:46:04 -07:00
blackboxprogramming
afd0b28e1f Create quantum_agent.py 2025-08-11 19:44:40 -07:00
blackboxprogramming
8df66272a7 Create spiral_agent.py 2025-08-11 19:43:24 -07:00
blackboxprogramming
79db2c7702 Create contradiction_agent.py 2025-08-11 19:42:13 -07:00
blackboxprogramming
d61108e057 Create guardian_agent.py 2025-08-11 19:41:31 -07:00
blackboxprogramming
70db946ec0 Add GuardianAgent module 2025-08-11 19:35:44 -07:00
blackboxprogramming
43e7b66a36 Add cadillac_detector.py with detection stub 2025-08-10 23:18:55 -07:00
blackboxprogramming
ee45d018cb Create breath_keeper.py 2025-08-10 21:52:43 -07:00
blackboxprogramming
b8880fbdd4 Update README.md 2025-08-10 20:31:18 -07:00
blackboxprogramming
7065d371a4 Create capability_optimizer.py 2025-08-10 20:26:32 -07:00
blackboxprogramming
836c93c1dc Create mirror_engine.py 2025-08-10 20:24:07 -07:00
blackboxprogramming
a73b3c51ff Update README.md to include graph network and thermodynamic mirrors 2025-08-10 19:38:34 -07:00
blackboxprogramming
89181b1d82 Create README_thermodynamic_entropy.md 2025-08-10 19:22:14 -07:00
blackboxprogramming
63ff538a96 Create thermodynamic_entropy_mirror.py 2025-08-10 19:19:56 -07:00
blackboxprogramming
93cb8c2ff9 Create README_graph_network.md 2025-08-10 19:12:27 -07:00
blackboxprogramming
86ace572ca Create graph_network_mirror.py 2025-08-10 19:10:08 -07:00
blackboxprogramming
7b9b02418d Update README.md 2025-08-10 19:01:36 -07:00
blackboxprogramming
fe118c05e8 Create README_qi.md 2025-08-10 18:56:18 -07:00
blackboxprogramming
235975732c Create quantum_mirror_qi.py 2025-08-10 18:52:19 -07:00
blackboxprogramming
351d264a1d Create README.md 2025-08-10 18:42:05 -07:00
blackboxprogramming
c73b1d0ef6 Create number_mirror_mu.py 2025-08-10 18:40:57 -07:00
blackboxprogramming
982ec29b36 Create mirror_mechanics.py 2025-08-10 18:39:18 -07:00
blackboxprogramming
31fbdf84ac Create mirror_friend_equation.md 2025-08-10 18:37:17 -07:00
blackboxprogramming
3cf7cdcb45 Update __init__.py to include VideoAgent in __all__ 2025-08-08 14:42:17 -07:00
blackboxprogramming
6bf933ab3b Create video_agent.py 2025-08-08 14:34:18 -07:00
blackboxprogramming
b937c6b1fb Update trust_model.py 2025-08-08 14:29:17 -07:00
blackboxprogramming
ab786923d0 Update reinforcement.py 2025-08-08 14:27:07 -07:00
blackboxprogramming
5fc3d3b9b6 Update learning_loop.py 2025-08-08 14:25:14 -07:00
blackboxprogramming
a4719d43e2 Update empathy_engine.py 2025-08-08 14:23:10 -07:00
blackboxprogramming
4a9521f98e Update interface_design.py 2025-08-08 14:21:15 -07:00
blackboxprogramming
020de4d94c Update feedback_mechanisms.py 2025-08-08 14:17:17 -07:00
blackboxprogramming
d3878b226f Update decision_support.py 2025-08-08 14:15:39 -07:00
blackboxprogramming
b371f75526 Update collaboration_protocols.py 2025-08-08 14:13:53 -07:00
blackboxprogramming
5aa8c86a25 Update cognition_integration.py 2025-08-08 14:11:55 -07:00
blackboxprogramming
f492af7715 Update adaptation.py 2025-08-08 14:10:48 -07:00
blackboxprogramming
5c45ce018a Update context_awareness.py 2025-08-08 14:08:34 -07:00
blackboxprogramming
6e36a6feeb Update q_algorithms.py 2025-08-08 14:04:06 -07:00
blackboxprogramming
d98c0d48ad Update measurement.py 2025-08-08 13:57:54 -07:00
blackboxprogramming
3826838232 Update entanglement.py 2025-08-08 13:53:27 -07:00
blackboxprogramming
29d42e2188 Update decoherence.py 2025-08-08 13:50:06 -07:00
blackboxprogramming
50269976bb Update coherence.py 2025-08-08 13:45:42 -07:00
blackboxprogramming
0619520d78 Update hybrid_logic.py 2025-08-08 13:29:37 -07:00
blackboxprogramming
897c35d6d8 Update multi_modal_processing.py 2025-08-08 13:25:47 -07:00
blackboxprogramming
c06cf0a1c8 Update cross_domain_reasoning.py 2025-08-08 13:24:02 -07:00