-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
28 lines (26 loc) · 3.98 KB
/
Copy pathconfig.yaml
File metadata and controls
28 lines (26 loc) · 3.98 KB
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
# config.yaml
domain_keywords:
Science: ["scientific", "research", "experiment", "data analysis", "hypothesis", "theory", "biology", "physics", "chemistry", "astronomy", "engineering", "algorithm", "computation", "quantum", "genetics", "ecology", "neuroscience", "medical", "diagnostic", "clinical", "biotech", "discovery", "innovation", "study", "model", "simulation", "observation", "analysis", "methodology", "findings", "journal", "publication", "lab", "laboratory", "theory", "empirical", "quantitative", "qualitative", "statistics", "mathematics", "logic", "reasoning"]
Business: ["business", "market", "strategy", "finance", "investment", "startup", "profit", "revenue", "marketing", "sales", "operations", "management", "economy", "entrepreneurship", "product", "customer", "competitor", "plan", "model", "growth", "tourism", "commercial", "enterprise", "corporate", "leadership", "innovation", "disruption", "ROI", "capital", "funding", "venture", "acquisition", "merger", "supply chain", "logistics", "branding", "advertising", "consumer", "analytics", "forecasting", "risk management", "compliance", "regulation", "ethics", "sustainability", "CSR"]
Creative: ["creative", "art", "story", "design", "narrative", "fiction", "poetry", "music", "film", "painting", "sculpture", "writing", "imagination", "concept", "aesthetic", "expression", "character", "plot", "world-building", "visual", "audio", "performance", "composition", "script", "screenplay", "novel", "short story", "poem", "lyrics", "melody", "harmony", "rhythm", "choreography", "photography", "illustration", "animation", "game design", "user experience", "UX", "UI", "branding", "advertising", "campaign", "pitch", "presentation", "idea", "innovation", "originality", "vision", "inspiration", "muse", "craft", "technique", "style", "genre", "theme", "symbolism", "metaphor", "allegory", "critique", "review", "audience", "impact", "emotion", "mood", "atmosphere", "tone", "voice"]
Software Engineering: ["code", "implement", "feature", "bug fix", "refactor", "application", "script", "software", "system design", "devops", "API", "database", "security", "testing", "architecture", "pipeline", "infrastructure", "programming", "framework", "container", "kubernetes", "CI/CD", "vulnerability", "patch", "agile", "scrum", "technical debt", "clean code", "code review", "design pattern", "distributed system", "concurrency", "data structure", "network", "protocol", "encryption", "authentication", "authorization", "threat model", "risk assessment", "unit test", "integration test", "end-to-end test", "QA", "quality assurance", "release", "production", "staging", "development environment", "IDE", "debugger", "compiler", "build", "deploy", "monitor", "alert", "incident response", "SRE", "reliability engineering", "chaos engineering", "fault injection", "circuit breaker", "load balancer", "CDN", "DNS", "firewall", "VPN", "SSL", "TLS", "OAuth", "JWT", "SAML", "LDAP", "Active Directory", "identity management", "access control list", "role-based access control", "RBAC", "least privilege", "OWASP", "CVE", "CVSS", "SQL injection", "XSS", "CSRF", "SSRF", "RCE"]
context_token_budget_ratio: 0.25
max_tokens_limit: 2000000 # NEW: Added for configurable max_value in UI
# ADDED: Self-improvement specific constraints
self_analysis:
max_suggestions: 5 # Enforce 80/20 principle by limiting to highest-impact items
max_tokens_per_suggestion: 8000 # Prevent overly verbose suggestions
# MODIFIED: Reallocated budget from debate to synthesis
self_analysis_context_ratio: 0.45 # MODIFIED: Changed from 0.40 to 0.45
self_analysis_debate_ratio: 0.30 # MODIFIED: Changed from 0.30 to 0.30 (no change from original suggestion, but reflects reallocation)
self_analysis_synthesis_ratio: 0.25 # MODIFIED: Changed from 0.15 to 0.25
max_tokens_per_persona:
Self_Improvement_Analyst: 65536
Security_Auditor: 12000
Code_Architect: 12000
Test_Engineer: 10000
DevOps_Engineer: 4000
Devils_Advocate: 4000
Generalist_Assistant: 3000
Constructive_Critic: 3500
Impartial_Arbitrator: 4000