Commit 6801983
ChidcGithub
Release v0.0.2 - Phase 6 complete: local models & observability
Features:
- Add LlamaCppProvider for llama.cpp GGUF model support
- Add QuantizationConfig for quantization settings
- Add observability module: logging, metrics, tracing
- Add OpenTelemetry exporter integration
- Fix thread safety in CognitiveContext (threading.local)
- Fix various bugs in runtime, scheduler, validation
Bug fixes:
- determinism.py: fix indentation in deterministic_call
- runtime.py: thread-safe context with stack structure
- scheduler.py: add _current_coro attribute to ScheduledTask
- validation.py: add max_results to FactCheckValidator
- cli.py: add --api-key parameter to repl command
- pyproject.toml: add aiohttp dependency
Tests: 241 passed, 2 skipped1 parent 8037f5a commit 6801983
13 files changed
Lines changed: 2755 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
| |||
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
107 | 125 | | |
108 | 126 | | |
109 | 127 | | |
| |||
173 | 191 | | |
174 | 192 | | |
175 | 193 | | |
| 194 | + | |
| 195 | + | |
176 | 196 | | |
177 | 197 | | |
178 | 198 | | |
| |||
187 | 207 | | |
188 | 208 | | |
189 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
190 | 225 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
89 | | - | |
| 93 | + | |
90 | 94 | | |
91 | 95 | | |
92 | | - | |
| 96 | + | |
93 | 97 | | |
94 | 98 | | |
95 | 99 | | |
96 | 100 | | |
97 | | - | |
| 101 | + | |
98 | 102 | | |
99 | | - | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | | - | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
144 | | - | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
562 | 561 | | |
563 | | - | |
564 | 562 | | |
565 | | - | |
566 | 563 | | |
567 | | - | |
568 | 564 | | |
569 | | - | |
570 | 565 | | |
571 | | - | |
572 | 566 | | |
573 | | - | |
574 | 567 | | |
575 | | - | |
576 | 568 | | |
577 | | - | |
578 | 569 | | |
579 | | - | |
580 | 570 | | |
581 | 571 | | |
582 | | - | |
583 | | - | |
584 | 572 | | |
585 | | - | |
586 | 573 | | |
587 | | - | |
588 | 574 | | |
589 | | - | |
590 | 575 | | |
591 | | - | |
592 | 576 | | |
593 | | - | |
594 | 577 | | |
595 | | - | |
596 | 578 | | |
597 | 579 | | |
598 | 580 | | |
599 | | - | |
600 | 581 | | |
601 | | - | |
602 | 582 | | |
603 | 583 | | |
604 | 584 | | |
605 | | - | |
| 585 | + | |
606 | 586 | | |
607 | 587 | | |
608 | | - | |
| 588 | + | |
609 | 589 | | |
610 | 590 | | |
611 | 591 | | |
| |||
616 | 596 | | |
617 | 597 | | |
618 | 598 | | |
619 | | - | |
| 599 | + | |
620 | 600 | | |
621 | 601 | | |
622 | | - | |
| 602 | + | |
623 | 603 | | |
624 | 604 | | |
625 | | - | |
| 605 | + | |
626 | 606 | | |
627 | 607 | | |
628 | 608 | | |
629 | | - | |
630 | | - | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
631 | 615 | | |
0 commit comments