Skip to content

Commit eeecfa7

Browse files
committed
docs: Add documentation updates, diagrams, and archive summary
- Update custom_tags.yaml configuration - Add comprehensive documentation for new modules: - conversation.rst (Phase 3 conversational AI) - exploration.rst (document exploration engine) - qa.rst (Q&A system) - synthesis.rst (multi-document synthesis) - Update CodeDocs index and skills documentation - Add 39 new call graph diagrams for all modules - Add ARCHIVE_REORGANIZATION_SUMMARY.md - Update analyze_missing_requirements.py script - Add runtime data patterns to .gitignore (metrics, ab_tests)
1 parent 6514914 commit eeecfa7

File tree

50 files changed

+172
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+172
-152
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,7 @@ documentation-output/
342342
# External dependencies (now managed as pip packages, reference in oss/)
343343
requirements_agent/docling/
344344
.env
345+
# Runtime data files (metrics and experiments)
346+
data/metrics/*.csv
347+
data/metrics/*.json
348+
data/ab_tests/*.json

config/custom_tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ tag_templates:
55
extraction_strategy: rag_ready
66
output_format: markdown
77
rag_enabled: true
8-
last_updated: '2025-10-07T02:14:18.540659'
8+
last_updated: '2025-10-07T09:56:00.042931'
677 KB
54.4 KB
924 KB
312 KB
1.53 MB
604 KB
562 KB
514 KB

0 commit comments

Comments
 (0)