Commit c9812b4
Mateusz
refactor: unify request processing, archive completed specs, and remove legacy pytest compression
- Archive composite-model-routing and compression-layer specs to .kiro/specs/archive/
- Add unification-of-request-processing spec
- Refactor connectors (anthropic, hybrid, opencode_go) and orchestrator
- Simplify request_processor_service and remove legacy compression compatibility code
- Remove deprecated CLI arguments and session applicator features
- Update documentation: token-saving guide, config examples, schema cleanup
- Add tests for composite failure recovery bridge and routing state
- Clean up config schema by removing deprecated compression options1 parent 9b6c70f commit c9812b4
94 files changed
Lines changed: 10660 additions & 7488 deletions
File tree
- .kiro/specs
- archive
- composite-model-routing-failover-weighted-random
- compression-layer-rtk-inspired
- composite-model-routing-failover-weighted-random
- unification-of-request-processing
- config
- schemas
- dev
- routing
- scripts
- docs
- development_guide
- user_guide
- features
- src
- connectors
- hybrid_backend
- orchestration
- services
- core
- cli_support
- applicators
- config
- env
- models
- domain
- configuration
- streaming
- interfaces
- ports
- services
- backend_completion_flow
- resilience/handlers
- tests
- integration/core/services
- unit
- connectors
- gemini_base
- hybrid_backend
- core
- cli_support
- applicators
- config
- domain/streaming
- services
- backend_completion_flow
- resilience
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments