Add analysis engine: batch pipeline, interactive Q&A, context builder

This commit is contained in:
n0mad1k
2026-03-19 08:53:27 -04:00
parent 10435118a9
commit c79f81d9c6
4 changed files with 635 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from .claude_batch import BatchAnalyzer
from .claude_interactive import InteractiveAnalyzer
from .context_builder import ContextBuilder