Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1e0c583
Add comprehensive design vs implementation comparison analysis
claude Nov 10, 2025
87a3ffa
Merge branch 'claude/complete-pipeline-integration-011CUuZhQUNrd48jPF…
claude Nov 10, 2025
4802eb3
Add comprehensive design implementation review
claude Nov 10, 2025
d3e161f
Implement complete modular experimentation framework for KB analysis
claude Nov 10, 2025
9502d3b
Add integration layer and comprehensive usage examples
claude Nov 10, 2025
9cfd74c
Add comprehensive design implementation review
claude Nov 10, 2025
961560f
Refactor agent architecture for better modularity and clarity
claude Nov 10, 2025
05b1e5d
Remove old agent files after refactoring
claude Nov 10, 2025
a604470
Complete architecture refactoring: tool-first design and LLM-driven p…
claude Nov 10, 2025
129076e
Add architectural improvements: ConfigService, LLMResponseParser, tra…
claude Nov 10, 2025
86cb0e5
Add final architectural improvements: MultiPassCoordinator, MetricsCo…
claude Nov 10, 2025
a09cd95
Remove last hardcoded pattern: use LLM classification instead of keyw…
claude Nov 10, 2025
d4a6ab6
Add cache invalidation and fix syntax error
claude Nov 10, 2025
fde6a1a
Add comprehensive architecture validation report
claude Nov 10, 2025
0787d11
Add enhanced tracing: hierarchical spans, metrics, correlation
claude Nov 10, 2025
618bafb
Update validation report with enhanced tracing scores
claude Nov 10, 2025
f3a4ed0
Add comprehensive design conformance analysis
claude Nov 11, 2025
5ba8a9e
Separate code and documentation KBs, complete tool specifications
claude Nov 11, 2025
0d2add7
Fix missing imports: Add Any to typing imports, create LLM factory mo…
claude Nov 11, 2025
60a15db
Add cf_trace/ to gitignore for runtime trace files
claude Nov 11, 2025
8b5ae6b
Disable web agent for code-only KB focus, clarify 6-layer architectur…
claude Nov 11, 2025
4bc40bf
Add fact verification to prevent LLM hallucinations
claude Nov 11, 2025
3b1e2f1
Remove extra analysis and documentation .md files
claude Nov 11, 2025
047dac3
Add Azure OpenAI support
claude Nov 11, 2025
7068a76
Improve Azure + Anthropic configuration documentation
claude Nov 11, 2025
11c3659
Implement comprehensive anti-hallucination and robustness improvements
claude Nov 11, 2025
73a7640
Add SQLite backend for lightweight deployments
claude Nov 11, 2025
da63cd5
Add per-model configuration system for flexible multi-provider LLM su…
claude Nov 11, 2025
1c8e092
Fix critical code quality issues from design analysis
claude Nov 11, 2025
d6412c9
Add Priority 2-3 architectural improvements from design analysis
claude Nov 11, 2025
ac0db81
Complete remaining Priority 2-3 improvements: Life-of-X integration a…
claude Nov 11, 2025
d717e33
resolve errors
anamsarfraz Nov 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ __marimo__/
kb/
kb_*/
output/
cf_trace/
*_config.yaml
.env
.env.*
Loading