Skip to content

Commit 963e65e

Browse files
author
Mateusz
committed
refactor(request-processing): consolidate unified flow and remove legacy migration scaffolding
Align connectors, controllers, and tests with the unified request-processing path while removing deprecated promotion/legacy steering artifacts to reduce maintenance overhead.
1 parent 39950f9 commit 963e65e

91 files changed

Lines changed: 2679 additions & 3469 deletions

File tree

Some content is hidden

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

config/schemas/app_config.schema.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ properties:
298298
properties:
299299
enabled: { type: boolean }
300300
unified_steering_enabled: { type: boolean }
301-
emit_legacy_steering_log: { type: boolean }
302301
steering_policy_priorities: { type: ["object", "null"] }
303302
steering_session_ttl_seconds: { type: integer, minimum: 0 }
304303
steering_max_sessions: { type: integer, minimum: 1 }
@@ -646,13 +645,6 @@ properties:
646645
minimum: 0
647646
maximum: 5
648647
description: "Maximum number of empty stream retry attempts before failing"
649-
properties:
650-
require_characterization_tests: { type: boolean }
651-
require_equivalence_tests: { type: boolean }
652-
max_non_stream_p95_latency_delta_pct: { type: number, minimum: 0 }
653-
max_stream_ttft_delta_pct: { type: number, minimum: 0 }
654-
max_memory_delta_pct: { type: number, minimum: 0 }
655-
require_cleanup_checks: { type: boolean }
656648
usage_tracking:
657649
type: object
658650
additionalProperties: false
@@ -798,10 +790,7 @@ properties:
798790
additionalProperties: { type: boolean }
799791
methods:
800792
type: object
801-
additionalProperties:
802-
anyOf:
803-
- { type: boolean }
804-
- { type: string, enum: [inherit_legacy] }
793+
additionalProperties: { type: boolean }
805794
noise_directories:
806795
type: array
807796
items: { type: string }

config/schemas/tool_call_reactor_config.schema.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ properties:
77
type: boolean
88
unified_steering_enabled:
99
type: boolean
10-
emit_legacy_steering_log:
11-
type: boolean
1210
steering_policy_priorities:
1311
type: ["object", "null"]
1412
steering_session_ttl_seconds:

0 commit comments

Comments
 (0)