Skip to content

Commit

Permalink
Update 03_kafka_nova_poc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvanbokhorst authored Dec 14, 2024
1 parent 0da29fb commit da47f90
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions predictive_coding/03_kafka_nova_poc.py
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
------------
Expand Down

0 comments on commit da47f90

Please sign in to comment.