From da47f9072f52a18b8aecf776a8805399b55261bb Mon Sep 17 00:00:00 2001 From: Leon van Bokhorst Date: Sat, 14 Dec 2024 11:45:42 +0100 Subject: [PATCH] Update 03_kafka_nova_poc.py --- predictive_coding/03_kafka_nova_poc.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/predictive_coding/03_kafka_nova_poc.py b/predictive_coding/03_kafka_nova_poc.py index c6a2610..2ffbc36 100644 --- a/predictive_coding/03_kafka_nova_poc.py +++ b/predictive_coding/03_kafka_nova_poc.py @@ -1,8 +1,7 @@ """ -NOVA (Neural Oscillation Virtual Architecture) - Kafka Implementation POC +NOVA - Kafka Implementation POC -This experiment implements a three-layer cognitive architecture inspired by -predictive processing and neural oscillation patterns in the brain. Each layer +This experiment implements a three-layer cognitive architecture. Each layer operates at different temporal scales and processing depths. System Architecture: @@ -27,7 +26,7 @@ ------------ - Docker containers for Kafka and Zookeeper - confluent-kafka-python client -- Python 3.7+ for async/await support +- Python 3.12+ for async/await support Docker Setup: ------------