nika 0.35.4

Semantic YAML workflow engine for AI tasks - DAG execution, MCP integration, multi-provider LLM support
Documentation
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
//! Agent Completion Configuration
//!
//! Defines how agents signal task completion and what validation
//! is required before accepting the result.
//!
//! ## Completion Modes
//!
//! - **explicit**: Agent must call `nika:complete` tool (recommended)
//! - **natural**: Completes when agent has no more tool calls
//! - **pattern**: Completes when output matches a pattern
//!
//! ## Example
//!
//! ```yaml
//! agent:
//!   prompt: "Research {{topic}}"
//!   completion:
//!     mode: explicit
//!     signal:
//!       tool: nika:complete
//!       fields:
//!         required: [result]
//!         optional: [confidence, reason]
//!     instruction:
//!       tone: concise
//!       lang: en
//! ```

use regex::Regex;
use serde::Deserialize;

use crate::error::NikaError;

// ═══════════════════════════════════════════════════════════════════════════
// Constants
// ═══════════════════════════════════════════════════════════════════════════

/// Default tool for explicit completion
const DEFAULT_SIGNAL_TOOL: &str = "nika:complete";

/// Default confidence threshold
const DEFAULT_CONFIDENCE_THRESHOLD: f64 = 0.7;

/// Default max retries for low confidence
const DEFAULT_MAX_RETRIES: u32 = 2;

// ═══════════════════════════════════════════════════════════════════════════
// CompletionConfig
// ═══════════════════════════════════════════════════════════════════════════

/// Configuration for agent completion behavior.
///
/// Controls how an agent signals task completion and what validation
/// is performed before accepting the result.
#[derive(Debug, Clone, Default, Deserialize)]
pub struct CompletionConfig {
    /// Completion mode
    #[serde(default)]
    pub mode: CompletionMode,

    /// Signal configuration (for mode: explicit)
    #[serde(default)]
    pub signal: Option<SignalConfig>,

    /// Pattern matching (for mode: pattern)
    #[serde(default)]
    pub patterns: Vec<PatternConfig>,

    /// Confidence configuration
    #[serde(default)]
    pub confidence: Option<ConfidenceConfig>,

    /// Instruction generation settings
    #[serde(default)]
    pub instruction: Option<InstructionConfig>,
}

impl CompletionConfig {
    /// Generate system instruction for the agent based on completion config.
    ///
    /// This instruction is automatically injected into the agent's system prompt
    /// to inform it how to signal completion.
    pub fn generate_system_instruction(&self) -> String {
        match self.mode {
            CompletionMode::Explicit => self.generate_explicit_instruction(),
            CompletionMode::Natural => String::new(), // No instruction needed
            CompletionMode::Pattern => self.generate_pattern_instruction(),
        }
    }

    fn generate_explicit_instruction(&self) -> String {
        let signal = self
            .signal
            .as_ref()
            .map(|s| &s.tool)
            .map(String::as_str)
            .unwrap_or(DEFAULT_SIGNAL_TOOL);

        let fields = self.signal.as_ref().map(|s| &s.fields);

        let tone = self
            .instruction
            .as_ref()
            .map(|i| &i.tone)
            .unwrap_or(&InstructionTone::Concise);

        let lang = self
            .instruction
            .as_ref()
            .and_then(|i| i.lang.as_ref())
            .map(String::as_str)
            .unwrap_or("en");

        match (tone, lang) {
            (InstructionTone::Concise, "fr") => {
                let mut instruction =
                    format!("Quand tu as terminé, appelle l'outil {} avec:\n", signal);
                if let Some(f) = fields {
                    for field in &f.required {
                        instruction.push_str(&format!("{} (requis)\n", field));
                    }
                    for field in &f.optional {
                        instruction.push_str(&format!("{} (optionnel)\n", field));
                    }
                } else {
                    instruction.push_str("• result (requis)\n");
                }
                if let Some(conf) = &self.confidence {
                    instruction.push_str(&format!(
                        "\nConfidence minimum acceptée: {}\n",
                        conf.threshold
                    ));
                }
                instruction
            }
            (InstructionTone::Concise, _) => {
                let mut instruction = format!("When complete, call {} with:\n", signal);
                if let Some(f) = fields {
                    for field in &f.required {
                        instruction.push_str(&format!("{} (required)\n", field));
                    }
                    for field in &f.optional {
                        instruction.push_str(&format!("{} (optional)\n", field));
                    }
                } else {
                    instruction.push_str("• result (required)\n");
                }
                if let Some(conf) = &self.confidence {
                    instruction.push_str(&format!(
                        "\nMinimum accepted confidence: {}\n",
                        conf.threshold
                    ));
                }
                instruction
            }
            (InstructionTone::Detailed, "fr") => {
                let mut instruction = format!(
                    "INSTRUCTIONS DE COMPLÉTION:\n\
                     Quand vous avez terminé votre tâche, vous DEVEZ appeler l'outil {} \
                     pour signaler la complétion.\n\n\
                     Paramètres:\n",
                    signal
                );
                if let Some(f) = fields {
                    for field in &f.required {
                        instruction
                            .push_str(&format!("{} (REQUIS): Valeur obligatoire\n", field));
                    }
                    for field in &f.optional {
                        instruction
                            .push_str(&format!("{} (optionnel): Valeur recommandée\n", field));
                    }
                }
                instruction
            }
            (InstructionTone::Detailed, _) => {
                let mut instruction = format!(
                    "COMPLETION INSTRUCTIONS:\n\
                     When you have completed your task, you MUST call the {} tool \
                     to signal completion.\n\n\
                     Parameters:\n",
                    signal
                );
                if let Some(f) = fields {
                    for field in &f.required {
                        instruction.push_str(&format!("{} (REQUIRED): Mandatory value\n", field));
                    }
                    for field in &f.optional {
                        instruction
                            .push_str(&format!("{} (optional): Recommended value\n", field));
                    }
                }
                instruction
            }
        }
    }

    fn generate_pattern_instruction(&self) -> String {
        if self.patterns.is_empty() {
            return String::new();
        }

        let lang = self
            .instruction
            .as_ref()
            .and_then(|i| i.lang.as_ref())
            .map(String::as_str)
            .unwrap_or("en");

        let patterns: Vec<&str> = self
            .patterns
            .iter()
            .filter(|p| p.pattern_type != PatternType::Regex)
            .map(|p| p.value.as_str())
            .collect();

        if patterns.is_empty() {
            return String::new();
        }

        match lang {
            "fr" => format!(
                "Quand tu as terminé, termine ta réponse avec: {}\n",
                patterns.join(" ou ")
            ),
            _ => format!(
                "When complete, end your response with: {}\n",
                patterns.join(" or ")
            ),
        }
    }

    /// Check if the given output matches any completion pattern.
    ///
    /// Returns `true` if mode is Pattern and output matches a pattern,
    /// or if mode is Explicit/Natural (always returns false - handled elsewhere).
    pub fn check_pattern_match(&self, output: &str) -> bool {
        if self.mode != CompletionMode::Pattern {
            return false;
        }

        for pattern in &self.patterns {
            if pattern.matches(output) {
                return true;
            }
        }
        false
    }

    /// Get the effective completion mode.
    pub fn effective_mode(&self) -> CompletionMode {
        self.mode.clone()
    }

    /// Validate the completion configuration.
    pub fn validate(&self) -> Result<(), NikaError> {
        // Pattern mode requires at least one pattern
        if self.mode == CompletionMode::Pattern && self.patterns.is_empty() {
            return Err(NikaError::ValidationError {
                reason: "completion.mode: pattern requires at least one pattern definition".into(),
            });
        }

        // Validate confidence threshold
        if let Some(conf) = &self.confidence {
            if conf.threshold < 0.0 || conf.threshold > 1.0 {
                return Err(NikaError::ValidationError {
                    reason: format!(
                        "confidence.threshold must be between 0.0 and 1.0, got {}",
                        conf.threshold
                    ),
                });
            }
        }

        // Validate regex patterns
        for pattern in &self.patterns {
            if pattern.pattern_type == PatternType::Regex && Regex::new(&pattern.value).is_err() {
                return Err(NikaError::ValidationError {
                    reason: format!("Invalid regex pattern: {}", pattern.value),
                });
            }
        }

        Ok(())
    }
}

// ═══════════════════════════════════════════════════════════════════════════
// CompletionMode
// ═══════════════════════════════════════════════════════════════════════════

/// How the agent signals task completion.
#[derive(Debug, Clone, Default, PartialEq, Eq, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum CompletionMode {
    /// Agent must call `nika:complete` tool (recommended for complex tasks)
    #[default]
    Explicit,

    /// Completes when agent has no more tool calls (simple tasks)
    Natural,

    /// Completes when output matches a pattern
    Pattern,
}

// ═══════════════════════════════════════════════════════════════════════════
// SignalConfig
// ═══════════════════════════════════════════════════════════════════════════

/// Configuration for the completion signal tool.
#[derive(Debug, Clone, Deserialize)]
pub struct SignalConfig {
    /// Tool name to call for completion (default: nika:complete)
    #[serde(default = "default_signal_tool")]
    pub tool: String,

    /// Field requirements for the completion call
    #[serde(default)]
    pub fields: SignalFields,
}

impl Default for SignalConfig {
    fn default() -> Self {
        Self {
            tool: DEFAULT_SIGNAL_TOOL.to_string(),
            fields: SignalFields::default(),
        }
    }
}

fn default_signal_tool() -> String {
    DEFAULT_SIGNAL_TOOL.to_string()
}

/// Field requirements for completion signal.
#[derive(Debug, Clone, Deserialize)]
pub struct SignalFields {
    /// Required fields (must be present in completion call)
    #[serde(default = "default_required_fields")]
    pub required: Vec<String>,

    /// Optional fields (can be included)
    #[serde(default)]
    pub optional: Vec<String>,
}

impl Default for SignalFields {
    fn default() -> Self {
        Self {
            required: default_required_fields(),
            optional: Vec::new(),
        }
    }
}

fn default_required_fields() -> Vec<String> {
    vec!["result".to_string()]
}

// ═══════════════════════════════════════════════════════════════════════════
// PatternConfig
// ═══════════════════════════════════════════════════════════════════════════

/// Pattern matching configuration for pattern-based completion.
#[derive(Debug, Clone, Deserialize)]
pub struct PatternConfig {
    /// Pattern value to match
    pub value: String,

    /// How to match the pattern
    #[serde(default, rename = "type")]
    pub pattern_type: PatternType,

    /// Cached compiled regex (avoids recompiling every agent turn)
    #[serde(skip)]
    compiled_regex: std::sync::OnceLock<Option<Regex>>,
}

impl PatternConfig {
    /// Create a new PatternConfig.
    pub fn new(value: impl Into<String>, pattern_type: PatternType) -> Self {
        Self {
            value: value.into(),
            pattern_type,
            compiled_regex: std::sync::OnceLock::new(),
        }
    }

    /// Check if the given output matches this pattern.
    pub fn matches(&self, output: &str) -> bool {
        match self.pattern_type {
            PatternType::Exact => output == self.value,
            PatternType::Contains => output.contains(&self.value),
            PatternType::Regex => {
                let regex = self
                    .compiled_regex
                    .get_or_init(|| Regex::new(&self.value).ok());
                regex
                    .as_ref()
                    .map(|re| re.is_match(output))
                    .unwrap_or(false)
            }
        }
    }
}

/// How to match a completion pattern.
#[derive(Debug, Clone, Default, PartialEq, Eq, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum PatternType {
    /// Exact string match
    Exact,

    /// Substring match (default)
    #[default]
    Contains,

    /// Regular expression match
    Regex,
}

// ═══════════════════════════════════════════════════════════════════════════
// ConfidenceConfig
// ═══════════════════════════════════════════════════════════════════════════

/// Confidence-based completion validation.
#[derive(Debug, Clone, Deserialize)]
pub struct ConfidenceConfig {
    /// Minimum confidence to accept (0.0-1.0)
    #[serde(default = "default_confidence_threshold")]
    pub threshold: f64,

    /// Action when confidence is below threshold
    #[serde(default)]
    pub on_low: OnLowConfidenceConfig,

    /// Advanced confidence-based routing
    #[serde(default)]
    pub routing: Option<ConfidenceRouting>,
}

impl Default for ConfidenceConfig {
    fn default() -> Self {
        Self {
            threshold: DEFAULT_CONFIDENCE_THRESHOLD,
            on_low: OnLowConfidenceConfig::default(),
            routing: None,
        }
    }
}

fn default_confidence_threshold() -> f64 {
    DEFAULT_CONFIDENCE_THRESHOLD
}

/// Action to take when confidence is below threshold.
#[derive(Debug, Clone, Default, Deserialize)]
pub struct OnLowConfidenceConfig {
    /// Action to take
    #[serde(default)]
    pub action: LowConfidenceAction,

    /// Max retries before escalating
    #[serde(default = "default_max_retries")]
    pub max_retries: u32,

    /// Feedback message for retry
    #[serde(default)]
    pub feedback: Option<String>,
}

fn default_max_retries() -> u32 {
    DEFAULT_MAX_RETRIES
}

/// Action when confidence is too low.
#[derive(Debug, Clone, Default, PartialEq, Eq, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum LowConfidenceAction {
    /// Retry with feedback (default)
    #[default]
    Retry,

    /// Escalate to human or senior agent
    Escalate,

    /// Accept anyway (not recommended)
    Accept,
}

/// Advanced confidence-based routing.
#[derive(Debug, Clone, Deserialize)]
pub struct ConfidenceRouting {
    /// High confidence route (>= 0.85 typically)
    pub high: ConfidenceRoute,

    /// Medium confidence route (>= threshold)
    pub medium: ConfidenceRoute,

    /// Low confidence route (< threshold)
    pub low: ConfidenceRoute,
}

/// A single confidence route configuration.
#[derive(Debug, Clone, Deserialize)]
pub struct ConfidenceRoute {
    /// Minimum confidence for this route (optional)
    #[serde(default)]
    pub min: Option<f64>,

    /// Action to take
    pub action: RouteAction,

    /// Target for escalation (if action is escalate)
    #[serde(default)]
    pub escalate_to: Option<String>,
}

/// Route action type.
#[derive(Debug, Clone, PartialEq, Eq, Deserialize)]
#[serde(rename_all = "snake_case")]
pub enum RouteAction {
    /// Accept the result
    Accept,

    /// Accept but flag for review
    AcceptWithFlag,

    /// Retry with feedback
    Retry,

    /// Escalate to human or other agent
    Escalate,
}

// ═══════════════════════════════════════════════════════════════════════════
// InstructionConfig
// ═══════════════════════════════════════════════════════════════════════════

/// Configuration for generated completion instructions.
#[derive(Debug, Clone, Default, Deserialize)]
pub struct InstructionConfig {
    /// Tone of the instruction
    #[serde(default)]
    pub tone: InstructionTone,

    /// Language for the instruction (en, fr, auto)
    #[serde(default)]
    pub lang: Option<String>,
}

/// Tone of generated completion instructions.
#[derive(Debug, Clone, Default, PartialEq, Eq, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum InstructionTone {
    /// Brief, minimal instruction
    #[default]
    Concise,

    /// Detailed, explicit instruction
    Detailed,
}

// ═══════════════════════════════════════════════════════════════════════════
// Tests
// ═══════════════════════════════════════════════════════════════════════════

#[cfg(test)]
mod tests {
    use super::*;
    use crate::serde_yaml;

    // ========================================================================
    // CompletionMode parsing tests
    // ========================================================================

    #[test]
    fn parse_completion_mode_explicit() {
        let yaml = r#"
mode: explicit
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        assert_eq!(config.mode, CompletionMode::Explicit);
    }

    #[test]
    fn parse_completion_mode_natural() {
        let yaml = r#"
mode: natural
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        assert_eq!(config.mode, CompletionMode::Natural);
    }

    #[test]
    fn parse_completion_mode_pattern() {
        let yaml = r#"
mode: pattern
patterns:
  - value: "COMPLETE"
    type: exact
  - value: "DONE"
    type: contains
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        assert_eq!(config.mode, CompletionMode::Pattern);
        assert_eq!(config.patterns.len(), 2);
        assert_eq!(config.patterns[0].value, "COMPLETE");
        assert_eq!(config.patterns[0].pattern_type, PatternType::Exact);
        assert_eq!(config.patterns[1].pattern_type, PatternType::Contains);
    }

    #[test]
    fn parse_completion_mode_default_is_explicit() {
        let yaml = "";
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        assert_eq!(config.mode, CompletionMode::Explicit);
    }

    // ========================================================================
    // SignalConfig parsing tests
    // ========================================================================

    #[test]
    fn parse_signal_config_full() {
        let yaml = r#"
mode: explicit
signal:
  tool: nika:complete
  fields:
    required:
      - result
    optional:
      - confidence
      - reason
      - sources
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        let signal = config.signal.unwrap();
        assert_eq!(signal.tool, "nika:complete");
        assert_eq!(signal.fields.required, vec!["result"]);
        assert_eq!(
            signal.fields.optional,
            vec!["confidence", "reason", "sources"]
        );
    }

    #[test]
    fn parse_signal_config_defaults() {
        let yaml = r#"
mode: explicit
signal: {}
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        let signal = config.signal.unwrap();
        assert_eq!(signal.tool, "nika:complete");
        assert_eq!(signal.fields.required, vec!["result"]);
    }

    // ========================================================================
    // PatternConfig tests
    // ========================================================================

    #[test]
    fn pattern_matches_exact() {
        let pattern = PatternConfig::new("DONE", PatternType::Exact);
        assert!(pattern.matches("DONE"));
        assert!(!pattern.matches("DONE!"));
        assert!(!pattern.matches("Task is DONE"));
    }

    #[test]
    fn pattern_matches_contains() {
        let pattern = PatternConfig::new("DONE", PatternType::Contains);
        assert!(pattern.matches("DONE"));
        assert!(pattern.matches("Task is DONE!"));
        assert!(!pattern.matches("Task is complete"));
    }

    #[test]
    fn pattern_matches_regex() {
        let pattern = PatternConfig::new(r"\[DONE:\w+\]", PatternType::Regex);
        assert!(pattern.matches("[DONE:SUCCESS]"));
        assert!(pattern.matches("Result: [DONE:COMPLETE]"));
        assert!(!pattern.matches("[DONE:]"));
        assert!(!pattern.matches("DONE"));
    }

    // ========================================================================
    // ConfidenceConfig parsing tests
    // ========================================================================

    #[test]
    fn parse_confidence_config() {
        let yaml = r#"
mode: explicit
confidence:
  threshold: 0.8
  on_low:
    action: retry
    max_retries: 3
    feedback: "Please verify your sources"
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        let conf = config.confidence.unwrap();
        assert_eq!(conf.threshold, 0.8);
        assert_eq!(conf.on_low.action, LowConfidenceAction::Retry);
        assert_eq!(conf.on_low.max_retries, 3);
        assert_eq!(
            conf.on_low.feedback,
            Some("Please verify your sources".to_string())
        );
    }

    #[test]
    fn parse_confidence_routing() {
        let yaml = r#"
confidence:
  threshold: 0.7
  routing:
    high:
      min: 0.85
      action: accept
    medium:
      min: 0.7
      action: accept_with_flag
    low:
      action: escalate
      escalate_to: human
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        let routing = config.confidence.unwrap().routing.unwrap();
        assert_eq!(routing.high.min, Some(0.85));
        assert_eq!(routing.high.action, RouteAction::Accept);
        assert_eq!(routing.medium.action, RouteAction::AcceptWithFlag);
        assert_eq!(routing.low.action, RouteAction::Escalate);
        assert_eq!(routing.low.escalate_to, Some("human".to_string()));
    }

    // ========================================================================
    // InstructionConfig tests
    // ========================================================================

    #[test]
    fn parse_instruction_config() {
        let yaml = r#"
mode: explicit
instruction:
  tone: detailed
  lang: fr
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();
        let instr = config.instruction.unwrap();
        assert_eq!(instr.tone, InstructionTone::Detailed);
        assert_eq!(instr.lang, Some("fr".to_string()));
    }

    // ========================================================================
    // System instruction generation tests
    // ========================================================================

    #[test]
    fn generate_instruction_explicit_concise_en() {
        let config = CompletionConfig {
            mode: CompletionMode::Explicit,
            signal: Some(SignalConfig {
                tool: "nika:complete".to_string(),
                fields: SignalFields {
                    required: vec!["result".to_string()],
                    optional: vec!["confidence".to_string()],
                },
            }),
            instruction: Some(InstructionConfig {
                tone: InstructionTone::Concise,
                lang: Some("en".to_string()),
            }),
            ..Default::default()
        };

        let instruction = config.generate_system_instruction();
        assert!(instruction.contains("nika:complete"));
        assert!(instruction.contains("result"));
        assert!(instruction.contains("required"));
        assert!(instruction.contains("confidence"));
        assert!(instruction.contains("optional"));
    }

    #[test]
    fn generate_instruction_explicit_concise_fr() {
        let config = CompletionConfig {
            mode: CompletionMode::Explicit,
            signal: Some(SignalConfig::default()),
            instruction: Some(InstructionConfig {
                tone: InstructionTone::Concise,
                lang: Some("fr".to_string()),
            }),
            ..Default::default()
        };

        let instruction = config.generate_system_instruction();
        assert!(instruction.contains("Quand tu as terminé"));
        assert!(instruction.contains("nika:complete"));
        assert!(instruction.contains("requis"));
    }

    #[test]
    fn generate_instruction_natural_is_empty() {
        let config = CompletionConfig {
            mode: CompletionMode::Natural,
            ..Default::default()
        };

        let instruction = config.generate_system_instruction();
        assert!(instruction.is_empty());
    }

    #[test]
    fn generate_instruction_pattern() {
        let config = CompletionConfig {
            mode: CompletionMode::Pattern,
            patterns: vec![
                PatternConfig::new("COMPLETE", PatternType::Contains),
                PatternConfig::new("DONE", PatternType::Contains),
            ],
            ..Default::default()
        };

        let instruction = config.generate_system_instruction();
        assert!(instruction.contains("COMPLETE"));
        assert!(instruction.contains("DONE"));
    }

    // ========================================================================
    // Validation tests
    // ========================================================================

    #[test]
    fn validate_confidence_threshold_valid() {
        let config = CompletionConfig {
            confidence: Some(ConfidenceConfig {
                threshold: 0.7,
                ..Default::default()
            }),
            ..Default::default()
        };
        assert!(config.validate().is_ok());
    }

    #[test]
    fn validate_confidence_threshold_too_high() {
        let config = CompletionConfig {
            confidence: Some(ConfidenceConfig {
                threshold: 1.5,
                ..Default::default()
            }),
            ..Default::default()
        };
        let err = config.validate().unwrap_err();
        assert!(err.to_string().contains("confidence.threshold"));
    }

    #[test]
    fn validate_confidence_threshold_negative() {
        let config = CompletionConfig {
            confidence: Some(ConfidenceConfig {
                threshold: -0.1,
                ..Default::default()
            }),
            ..Default::default()
        };
        assert!(config.validate().is_err());
    }

    #[test]
    fn validate_invalid_regex() {
        let config = CompletionConfig {
            mode: CompletionMode::Pattern,
            patterns: vec![PatternConfig::new("[invalid(", PatternType::Regex)],
            ..Default::default()
        };
        let err = config.validate().unwrap_err();
        assert!(err.to_string().contains("Invalid regex"));
    }

    // ========================================================================
    // Pattern match check tests
    // ========================================================================

    #[test]
    fn check_pattern_match_explicit_mode_always_false() {
        let config = CompletionConfig {
            mode: CompletionMode::Explicit,
            patterns: vec![PatternConfig::new("DONE", PatternType::Contains)],
            ..Default::default()
        };
        // Even with patterns, explicit mode doesn't use them
        assert!(!config.check_pattern_match("DONE"));
    }

    #[test]
    fn check_pattern_match_pattern_mode() {
        let config = CompletionConfig {
            mode: CompletionMode::Pattern,
            patterns: vec![
                PatternConfig::new("DONE", PatternType::Contains),
                PatternConfig::new(r"\[COMPLETE\]", PatternType::Regex),
            ],
            ..Default::default()
        };
        assert!(config.check_pattern_match("Task is DONE"));
        assert!(config.check_pattern_match("[COMPLETE]"));
        assert!(!config.check_pattern_match("Still working"));
    }

    // ========================================================================
    // Full config parsing test
    // ========================================================================

    #[test]
    fn parse_full_completion_config() {
        let yaml = r#"
mode: explicit
signal:
  tool: nika:complete
  fields:
    required: [result]
    optional: [confidence, reason, sources]
confidence:
  threshold: 0.7
  on_low:
    action: retry
    max_retries: 2
    feedback: "Confidence too low"
instruction:
  tone: concise
  lang: en
"#;
        let config: CompletionConfig = serde_yaml::from_str(yaml).unwrap();

        assert_eq!(config.mode, CompletionMode::Explicit);

        let signal = config.signal.clone().unwrap();
        assert_eq!(signal.tool, "nika:complete");
        assert_eq!(signal.fields.required, vec!["result"]);
        assert_eq!(signal.fields.optional.len(), 3);

        let conf = config.confidence.clone().unwrap();
        assert_eq!(conf.threshold, 0.7);
        assert_eq!(conf.on_low.action, LowConfidenceAction::Retry);

        let instr = config.instruction.clone().unwrap();
        assert_eq!(instr.tone, InstructionTone::Concise);

        assert!(config.validate().is_ok());
    }
}