Add real-time pipeline, biofeedback fusion, embodied interaction, and evaluation modules#10
Merged
curiousbrutus merged 3 commits intomainfrom Feb 14, 2026
Merged
Conversation
… evaluation modules with 59 tests Co-authored-by: curiousbrutus <115472478+curiousbrutus@users.noreply.github.com>
Co-authored-by: curiousbrutus <115472478+curiousbrutus@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Analyze repository for doctoral research in interactive AI
Add real-time pipeline, biofeedback fusion, embodied interaction, and evaluation modules
Feb 14, 2026
Copilot stopped work on behalf of
curiousbrutus due to an error
February 14, 2026 19:08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository needed to demonstrate capability for WP1 MishMash doctoral research in real-time human-AI co-creation for musical performance. The existing system had strong foundations (hybrid agent, DDSP synths, EEG mapper) but lacked the streaming architecture, multimodal biofeedback integration, embodied interaction, and research evaluation infrastructure that WP1 specifically requires.
New modules
performance_system/realtime/— Event-driven streaming pipeline:EventBus(thread-safe pub/sub with latency tracking),StreamingPipeline(configurable stage chain with per-stage metrics),PerformanceState(session state with human-AI synchrony computation)performance_system/biofeedback/— Multimodal physiological signal fusion:MultimodalFusion(weighted fusion with staleness detection and confidence decay),HRVProcessor(SDNN/RMSSD from IBI),GSRProcessor(tonic/phasic decomposition),PhysiologicalMapper(direct, affective circumplex, adaptive strategies)performance_system/embodied/— Gesture and spatial interaction:GestureController(classifies sustained/percussive/sweeping/tremolo from 3D position),SpatialAudioMapper(position→pan/reverb/brightness),InteractionModeManager(responsive/collaborative/autonomous/mirroring with smooth blending)performance_system/evaluation/— Research metrics:InteractionMetrics(synchrony via Pearson correlation, latency percentiles, adaptation rate, coherence),SessionLogger(timestamped frames with JSON export)Usage
Tests
59 new tests across 4 files (70 total). All passing. Version bumped to
0.2.0.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.