Skip to content

Commit 19e3d55

Browse files
feat: Add memory-enhanced debugging wizard with web GUI
New wizard: - memory_enhanced_debugging_wizard.py: Level 4+ wizard with historical bug correlation and tiered web/local configuration Examples: - full_repo_test.py: 3-stage demo testing all memory-enhanced wizards - test_debugging_wizard.py: Dedicated debugging wizard test - streamlit_debug_wizard.py: Web GUI prototype with file upload - persistent_memory_showcase.py: Memory persistence demonstration - website_examples/: Bug correlation, tech debt, security learning demos Features: - DebuggingWizardConfig with web_config() and local_config() - File validation with tiered limits (5 files web, unlimited local) - Historical pattern matching with similarity scoring - Streamlit UI ready for deployment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b6045c7 commit 19e3d55

10 files changed

Lines changed: 3681 additions & 0 deletions

empathy_software_plugin/wizards/memory_enhanced_debugging_wizard.py

Lines changed: 805 additions & 0 deletions
Large diffs are not rendered by default.

examples/full_repo_test.py

Lines changed: 500 additions & 0 deletions
Large diffs are not rendered by default.

examples/persistent_memory_showcase.py

Lines changed: 590 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Streamlit Demo Dependencies
2+
# For running the Memory-Enhanced Debugging Wizard UI
3+
#
4+
# Install with: pip install -r examples/requirements-streamlit.txt
5+
#
6+
# Copyright 2025 Smart AI Memory, LLC
7+
# Licensed under Fair Source 0.9
8+
9+
streamlit>=1.28.0,<2.0.0

0 commit comments

Comments
 (0)