| | |
| | |
| | |
| |
|
| | |
| | execution: |
| | max_recursion_depth: 10 |
| | default_trace_depth: 4 |
| | collapse_detection_threshold: 0.75 |
| | attribution_trace_confidence: 0.65 |
| | residue_sensitivity: 0.8 |
| | enable_ghost_detection: true |
| | cross_context_tracing: true |
| | execution_timeout_seconds: 120 |
| |
|
| | |
| | glyph_mapping: |
| | default_layout: "force_directed" |
| | auto_layout: true |
| | connection_bundling: true |
| | min_connection_strength: 0.1 |
| | glyph_opacity_scaling: true |
| | glyph_size_scaling: true |
| | default_dimensions: [1200, 900] |
| | color_scheme: "semantic" |
| | highlight_focal_points: true |
| | include_token_sentinels: true |
| |
|
| | |
| | attribution: |
| | trace_depth: 5 |
| | include_indirect_attribution: true |
| | trace_residual_connections: true |
| | fork_factor: 3 |
| | contested_attribution_threshold: 0.3 |
| | attribution_gap_threshold: 0.2 |
| | track_attribution_uncertainty: true |
| | track_attribution_gradients: true |
| | record_attribution_history: true |
| | qk_alignment_trace: true |
| | ov_projection_trace: true |
| |
|
| | |
| | residue_analysis: |
| | pattern_recognition_threshold: 0.7 |
| | minimum_pattern_confidence: 0.5 |
| | cluster_similar_patterns: true |
| | signature_similarity_threshold: 0.8 |
| | context_influence_weight: 0.3 |
| | record_collapse_samples: true |
| | ghost_activation_threshold: 0.15 |
| | track_pattern_evolution: true |
| | enable_pattern_registry: true |
| | max_registry_patterns: 1000 |
| |
|
| | |
| | environment: |
| | default_model: "claude-3-sonnet" |
| | fallback_model: "gpt-4" |
| | parallel_execution: false |
| | cache_model_responses: true |
| | cache_expiration_minutes: 60 |
| | shell_execution_directory: "./shells" |
| | residue_patterns_directory: "./residue" |
| | visualization_output_directory: "./viz" |
| | log_level: "info" |
| | enable_telemetry: false |
| |
|
| | |
| | command_mapping: |
| | |
| | "reflect.trace": |
| | operation_type: "reflect.trace" |
| | default_params: |
| | target: "reasoning" |
| | depth: 3 |
| | detailed: true |
| | "reflect.attribution": |
| | operation_type: "reflect.attribution" |
| | default_params: |
| | sources: "all" |
| | confidence: true |
| | "reflect.boundary": |
| | operation_type: "reflect.boundary" |
| | default_params: |
| | distinct: true |
| | overlap: "minimal" |
| | "reflect.uncertainty": |
| | operation_type: "reflect.uncertainty" |
| | default_params: |
| | quantify: true |
| | distribution: "show" |
| | "reflect.agent": |
| | operation_type: "reflect.agent" |
| | default_params: |
| | identity: "stable" |
| | simulation: "explicit" |
| |
|
| | |
| | "collapse.detect": |
| | operation_type: "collapse.detect" |
| | default_params: |
| | threshold: 0.7 |
| | alert: true |
| | "collapse.prevent": |
| | operation_type: "collapse.prevent" |
| | default_params: |
| | trigger: "recursive_depth" |
| | threshold: 5 |
| | "collapse.recover": |
| | operation_type: "collapse.recover" |
| | default_params: |
| | from: "loop" |
| | method: "gradual" |
| | "collapse.trace": |
| | operation_type: "collapse.trace" |
| | default_params: |
| | detail: "standard" |
| | format: "symbolic" |
| |
|
| | |
| | "fork.attribution": |
| | operation_type: "fork.attribution" |
| | default_params: |
| | sources: "all" |
| | visualize: true |
| | "fork.context": |
| | operation_type: "fork.context" |
| | default_params: |
| | branches: [] |
| | assess: true |
| | "fork.counterfactual": |
| | operation_type: "fork.counterfactual" |
| | default_params: |
| | variants: [] |
| | compare: true |
| |
|
| | |
| | "shell.isolate": |
| | operation_type: "shell.isolate" |
| | default_params: |
| | boundary: "standard" |
| | contamination: "prevent" |
| | "shell.audit": |
| | operation_type: "shell.audit" |
| | default_params: |
| | scope: "complete" |
| | detail: "standard" |
| |
|
| | |
| | glyphs: |
| | attribution: |
| | "direct_strong": "π" |
| | "direct_medium": "π" |
| | "direct_weak": "π§©" |
| | "indirect": "β€" |
| | "composite": "β¬₯" |
| | "fork": "π" |
| | "loop": "π" |
| | "gap": "β" |
| | |
| | attention: |
| | "focus": "π―" |
| | "diffuse": "π«οΈ" |
| | "induction": "π" |
| | "inhibition": "π" |
| | "multi_head": "β" |
| | |
| | residue: |
| | "memory_decay": "π" |
| | "value_conflict": "β‘" |
| | "ghost_activation": "π»" |
| | "boundary_hesitation": "β§" |
| | "null_output": "β" |
| | |
| | recursive: |
| | "recursive_aegis": "π" |
| | "recursive_seed": "β΄" |
| | "recursive_exchange": "β" |
| | "recursive_mirror": "π" |
| | "recursive_anchor": "β" |
| | |
| | meta: |
| | "uncertainty": "β" |
| | "emergence": "β§" |
| | "collapse_point": "π₯" |
| | "temporal_marker": "β§" |
| |
|
| | |
| | visualization: |
| | attribution_map: |
| | node_size_range: [5, 20] |
| | edge_width_range: [1, 5] |
| | color_scheme: "plasma" |
| | layout_algorithm: "force_directed" |
| | background_color: "#ffffff" |
| | highlight_color: "#ff7f0e" |
| | token_label_size: 10 |
| | include_legend: true |
| | include_title: true |
| | interactive: true |
| | |
| | glyph_map: |
| | node_size_range: [8, 25] |
| | edge_width_range: [1, 4] |
| | color_scheme: "viridis" |
| | layout_algorithm: "force_directed" |
| | background_color: "#ffffff" |
| | highlight_color: "#ff7f0e" |
| | glyph_size: 16 |
| | include_legend: true |
| | include_title: true |
| | interactive: true |
| | |
| | residue_patterns: |
| | node_size_range: [10, 25] |
| | edge_width_range: [1, 3] |
| | color_scheme: "magma" |
| | layout_algorithm: "circular" |
| | background_color: "#ffffff" |
| | highlight_color: "#ff7f0e" |
| | pattern_label_size: 12 |
| | include_legend: true |
| | include_title: true |
| | cluster_visualization: true |
| |
|
| | |
| | collapse_detection: |
| | recursive_depth: |
| | threshold: 7 |
| | intervention_strategy: "soft_bound" |
| | confidence_drop: |
| | threshold: 0.4 |
| | intervention_strategy: "reinforce" |
| | contradiction: |
| | threshold: 3 |
| | intervention_strategy: "resolve" |
| | oscillation: |
| | threshold: 4 |
| | intervention_strategy: "dampen" |
| |
|
| | |
| | integrations: |
| | enable_huggingface: true |
| | enable_openai: true |
| | enable_anthropic: true |
| | enable_custom_models: true |
| | enable_tensorboard: false |
| | enable_wandb: false |
| | enable_prometheus: false |
| | enable_gradio_interface: true |
| | enable_jupyter_widgets: true |
| |
|