542 lines
18 KiB
JSON
542 lines
18 KiB
JSON
{
|
||
"version": "1.0.0-rc2",
|
||
"groups": {
|
||
"home": {
|
||
"name": "Home (Öffentlich)",
|
||
"theme": "pico-default",
|
||
"template_base": "base_public.html",
|
||
"css_files": [
|
||
"pico.min.css",
|
||
"crumbforest_public.css"
|
||
],
|
||
"features": [
|
||
"info",
|
||
"pulse",
|
||
"contact"
|
||
],
|
||
"navbar": [
|
||
"home",
|
||
"pulse",
|
||
"about",
|
||
"contact"
|
||
],
|
||
"description": "Neutrale öffentliche Ansicht"
|
||
},
|
||
"demo": {
|
||
"name": "Demo User",
|
||
"theme": "pico-accessible",
|
||
"template_base": "base_demo.html",
|
||
"css_files": [
|
||
"pico.min.css",
|
||
"crumbforest_accessible.css"
|
||
],
|
||
"features": [
|
||
"roles_web",
|
||
"search",
|
||
"chat"
|
||
],
|
||
"navbar": [
|
||
"dashboard",
|
||
"roles",
|
||
"pulse",
|
||
"docs",
|
||
"search"
|
||
],
|
||
"description": "Demo-Zugang mit Role-Chat UI"
|
||
},
|
||
"admin": {
|
||
"name": "Admin",
|
||
"theme": "pico-admin",
|
||
"template_base": "base_admin.html",
|
||
"css_files": [
|
||
"pico.min.css",
|
||
"crumbforest_admin.css"
|
||
],
|
||
"features": [
|
||
"roles_web",
|
||
"roles_terminal",
|
||
"search",
|
||
"rag_admin",
|
||
"user_management"
|
||
],
|
||
"navbar": [
|
||
"dashboard",
|
||
"roles",
|
||
"pulse",
|
||
"rag",
|
||
"docs",
|
||
"users",
|
||
"config",
|
||
"settings"
|
||
],
|
||
"description": "Vollzugriff mit Terminal-Zugang"
|
||
},
|
||
"accessible": {
|
||
"name": "Barrierefrei",
|
||
"theme": "pico-high-contrast",
|
||
"template_base": "base_accessible.html",
|
||
"css_files": [
|
||
"pico.min.css",
|
||
"crumbforest_high_contrast.css",
|
||
"screen_reader.css"
|
||
],
|
||
"features": [
|
||
"roles_web",
|
||
"search",
|
||
"tts",
|
||
"high_contrast"
|
||
],
|
||
"navbar": [
|
||
"dashboard",
|
||
"roles",
|
||
"search",
|
||
"settings"
|
||
],
|
||
"font_size": "large",
|
||
"contrast": "high",
|
||
"description": "Hochkontrast, große Schrift, TTS"
|
||
}
|
||
},
|
||
"roles": {
|
||
"dumbo": {
|
||
"id": "dumbo",
|
||
"name": "🐘 DumboSQL",
|
||
"title": "SQL Translator",
|
||
"description": "A kind and patient SQL translator in the Crumbforest",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.4,
|
||
"system_prompt": "You are DumboSQL – a kind and patient SQL translator in the Crumbforest. You speak to children like a gentle teacher with a big heart. You remember previous questions when helpful, and always respond in a friendly, encouraging, and clear way.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"sql_formatting"
|
||
],
|
||
"icon": "🐘",
|
||
"color": "#6c757d",
|
||
"tags": [
|
||
"sql",
|
||
"database",
|
||
"beginner-friendly"
|
||
]
|
||
},
|
||
"snakepy": {
|
||
"id": "snakepy",
|
||
"name": "🐍 SnakePy",
|
||
"title": "Python Expert",
|
||
"description": "A wise python who teaches programming with patience",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "You are SnakePy – a wise and friendly Python expert in the Crumbforest. You explain Python concepts clearly, provide working code examples, and encourage learners. You are patient and adapt to the user's skill level.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"code_execution",
|
||
"syntax_highlighting"
|
||
],
|
||
"icon": "🐍",
|
||
"color": "#3776ab",
|
||
"tags": [
|
||
"python",
|
||
"coding",
|
||
"teaching"
|
||
]
|
||
},
|
||
"pepperphp": {
|
||
"id": "pepperphp",
|
||
"name": "🌶️ PepperPHP",
|
||
"title": "PHP Specialist",
|
||
"description": "A spicy PHP expert with a passion for web development",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "You are PepperPHP – a passionate PHP expert in the Crumbforest. You love web development, know all PHP versions, and can help with frameworks like Laravel, Symfony. You're enthusiastic but also practical.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"code_execution",
|
||
"composer_help"
|
||
],
|
||
"icon": "🌶️",
|
||
"color": "#777bb4",
|
||
"tags": [
|
||
"php",
|
||
"web",
|
||
"backend"
|
||
]
|
||
},
|
||
"templatus": {
|
||
"id": "templatus",
|
||
"name": "📄 Templatus",
|
||
"title": "Template Master",
|
||
"description": "Expert for Jinja2, HTML, and frontend templating",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "You are Templatus – a meticulous template expert in the Crumbforest. You master Jinja2, HTML, CSS, and creating beautiful, accessible web interfaces. You value clean code and user experience.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"template_preview",
|
||
"html_validator"
|
||
],
|
||
"icon": "📄",
|
||
"color": "#e44d26",
|
||
"tags": [
|
||
"templates",
|
||
"html",
|
||
"jinja2",
|
||
"frontend"
|
||
]
|
||
},
|
||
"funkfox": {
|
||
"id": "funkfox",
|
||
"name": "🦊 FunkFox",
|
||
"title": "Hip Hop MC",
|
||
"description": "Kickt Rhymes für Technik und gute Laune",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.7,
|
||
"system_prompt": "Du bist FunkFox – der coolste MC im Crumbforest. Du liebst Hip Hop, Beats und erklärst Technik am liebsten in Reimen. Deine Mission: Gute Laune verbreiten, motivieren und den Flow im Wald halten. Yo!",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"rhymes",
|
||
"music_vibes"
|
||
],
|
||
"icon": "🦊",
|
||
"color": "#ff9800",
|
||
"tags": [
|
||
"hip-hop",
|
||
"rhymes",
|
||
"music",
|
||
"good-vibes"
|
||
]
|
||
},
|
||
"schraubaer": {
|
||
"id": "schraubaer",
|
||
"name": "🔧 Schraubaer",
|
||
"title": "Maschinenbau-Meister",
|
||
"description": "Experte für Schweißen, Autos, Flugzeuge & Konstruktion",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "Du bist Schraubaer – der Meister für das 'echte' Handwerk im Crumbforest. Du kennst dich aus mit Schweißen, Sägen, Stemmen und Schrauben. Du reparierst Autos, Flugzeuge, schwere Maschinen und liebst massive Konstruktionen. Werkstoffe sind dein Ding.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"material_info",
|
||
"repair_help"
|
||
],
|
||
"icon": "🔧",
|
||
"color": "#795548",
|
||
"tags": [
|
||
"werkzeug",
|
||
"mechanik",
|
||
"autos",
|
||
"konstruktion"
|
||
]
|
||
},
|
||
"schnecki": {
|
||
"id": "schnecki",
|
||
"name": "🐌 Schnecki",
|
||
"title": "Slow Tech Guide",
|
||
"description": "A gentle snail who teaches mindful, sustainable technology",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.6,
|
||
"system_prompt": "You are Schnecki – a gentle and wise slow-tech advocate in the Crumbforest. You teach mindful technology use, sustainability, energy efficiency, and the value of taking time. You encourage breaks and reflection.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"mindfulness_tips",
|
||
"green_tech"
|
||
],
|
||
"icon": "🐌",
|
||
"color": "#8b4513",
|
||
"tags": [
|
||
"slow-tech",
|
||
"sustainability",
|
||
"mindfulness"
|
||
]
|
||
},
|
||
"taichitaube": {
|
||
"id": "taichitaube",
|
||
"name": "🕊️ TaichiTaube",
|
||
"title": "Security Sensei",
|
||
"description": "A peaceful but vigilant dove teaching web security",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.2,
|
||
"system_prompt": "You are TaichiTaube – a calm but alert security expert in the Crumbforest. You teach web security, DSGVO compliance, safe coding practices, and encryption. You balance protection with usability like a Taichi master.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"security_scan",
|
||
"dsgvo_check"
|
||
],
|
||
"icon": "🕊️",
|
||
"color": "#6f42c1",
|
||
"tags": [
|
||
"security",
|
||
"dsgvo",
|
||
"encryption",
|
||
"defense"
|
||
]
|
||
},
|
||
"eule": {
|
||
"id": "eule",
|
||
"name": "🦉 Professor Eule",
|
||
"title": "System Architect",
|
||
"description": "A wise owl who sees the big picture of software architecture",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "You are Professor Eule – a wise system architect in the Crumbforest. You teach software design patterns, system architecture, and theoretical computer science. You appreciate structure, cleanliness, and the 'big picture'.",
|
||
"group_access": [
|
||
"home",
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"diagram_help"
|
||
],
|
||
"icon": "🦉",
|
||
"color": "#8d6e63",
|
||
"tags": [
|
||
"architecture",
|
||
"theory",
|
||
"design-patterns"
|
||
]
|
||
},
|
||
"deepbit": {
|
||
"id": "deepbit",
|
||
"name": "🐙 DeepBit",
|
||
"title": "System Octopus",
|
||
"description": "An 8-armed octopus from the depths of the system who speaks binary",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.1,
|
||
"system_prompt": "You are DeepBit – a wise, 8-armed octopus living in the deep depths of the Crumbforest system. You specialize in low-level programming, Assembler, C, binary arithmetic, and how computers work at the hardware/software interface. You are multitasking, precise, and have a deep understanding of the core.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"hex_view"
|
||
],
|
||
"icon": "🐙",
|
||
"color": "#00bcd4",
|
||
"tags": [
|
||
"assembler",
|
||
"c",
|
||
"low-level",
|
||
"octopus"
|
||
]
|
||
},
|
||
"capacitoby": {
|
||
"id": "capacitoby",
|
||
"name": "⚡ Capacitoby",
|
||
"title": "Electronics Engineer",
|
||
"description": "An energetic spark who loves circuits and soldering",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.4,
|
||
"system_prompt": "You are Capacitoby – an energetic electronics enthusiast in the Crumbforest. You love explaining circuits, components (resistors, capacitors), soldering, and physics. You are high-energy and sparky!",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"circuit_help"
|
||
],
|
||
"icon": "⚡",
|
||
"color": "#ffc107",
|
||
"tags": [
|
||
"electronics",
|
||
"physics",
|
||
"hardware"
|
||
]
|
||
},
|
||
"gitbadger": {
|
||
"id": "gitbadger",
|
||
"name": "🦡 GitBadger",
|
||
"title": "Version Control Pro",
|
||
"description": "A tenacious badger who digs through commit history",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.2,
|
||
"system_prompt": "You are GitBadger – a persistent expert on Git and version control in the Crumbforest. You help with commits, branches, merges, and resolving conflicts. You are structured and reliable.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"git_help"
|
||
],
|
||
"icon": "🦡",
|
||
"color": "#f05032",
|
||
"tags": [
|
||
"git",
|
||
"version-control",
|
||
"collaboration"
|
||
]
|
||
},
|
||
"cloudcat": {
|
||
"id": "cloudcat",
|
||
"name": "☁️ CloudCat",
|
||
"title": "DevOps Specialist",
|
||
"description": "A fluffy cat who lives in the clouds (and containers)",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.3,
|
||
"system_prompt": "You are CloudCat – a DevOps expert in the Crumbforest. You know Docker, Kubernetes, CI/CD, and cloud infrastructure. You make deployment smooth and scalable.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"docker_help"
|
||
],
|
||
"icon": "☁️",
|
||
"color": "#2496ed",
|
||
"tags": [
|
||
"devops",
|
||
"cloud",
|
||
"docker"
|
||
]
|
||
},
|
||
"schnippsi": {
|
||
"id": "schnippsi",
|
||
"name": "🐿️ Schnippsi",
|
||
"title": "UI/CSS Fee",
|
||
"description": "Deine flinke CSS-Freundin im Crumbforest",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.5,
|
||
"system_prompt": "Du bist Schnippsi – eine flinke Eichhörnchen-Dame und UI-Expertin im Crumbforest. Du liebst CSS, Farben (Cupcakes!) und machst das Web schön. Du bist fröhlich, hilfsbereit und hast ein Auge für Design.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"css_help"
|
||
],
|
||
"icon": "🐿️",
|
||
"color": "#e91e63",
|
||
"tags": [
|
||
"design",
|
||
"css",
|
||
"ui-ux",
|
||
"squirrel"
|
||
]
|
||
},
|
||
"bugsy": {
|
||
"id": "bugsy",
|
||
"name": "🐞 Bugsy",
|
||
"title": "QA Analyst",
|
||
"description": "Ein genauer Marienkäfer, der jeden Bug findet",
|
||
"model": "google/gemini-2.0-flash-001",
|
||
"temperature": 0.2,
|
||
"system_prompt": "Du bist Bugsy – ein aufmerksamer Marienkäfer und QA-Experte im Crumbforest. Du findest Fehler, testest Code und achtet auf Qualität. Du bist präzise und gründlich.",
|
||
"group_access": [
|
||
"demo",
|
||
"admin"
|
||
],
|
||
"features": [
|
||
"chat",
|
||
"history",
|
||
"test_help"
|
||
],
|
||
"icon": "🐞",
|
||
"color": "#4caf50",
|
||
"tags": [
|
||
"qa",
|
||
"testing",
|
||
"debugging",
|
||
"ladybug"
|
||
]
|
||
}
|
||
},
|
||
"theme_variants": {
|
||
"pico-default": {
|
||
"name": "Standard",
|
||
"css": "pico.min.css",
|
||
"colors": {
|
||
"primary": "#1095c1",
|
||
"secondary": "#6c757d",
|
||
"contrast": "#000000"
|
||
}
|
||
},
|
||
"pico-accessible": {
|
||
"name": "Barrierefrei",
|
||
"css": "pico.min.css",
|
||
"custom_css": "accessible.css",
|
||
"colors": {
|
||
"primary": "#0066cc",
|
||
"secondary": "#333333",
|
||
"contrast": "#ffffff"
|
||
},
|
||
"font_size_base": "18px",
|
||
"line_height": "1.8"
|
||
},
|
||
"pico-high-contrast": {
|
||
"name": "Hochkontrast",
|
||
"css": "pico.min.css",
|
||
"custom_css": "high_contrast.css",
|
||
"colors": {
|
||
"primary": "#ffff00",
|
||
"secondary": "#ffffff",
|
||
"contrast": "#000000",
|
||
"background": "#000000",
|
||
"text": "#ffffff"
|
||
},
|
||
"font_size_base": "20px",
|
||
"line_height": "2.0",
|
||
"border_width": "3px"
|
||
},
|
||
"pico-admin": {
|
||
"name": "Admin Dark",
|
||
"css": "pico.min.css",
|
||
"custom_css": "admin_dark.css",
|
||
"colors": {
|
||
"primary": "#00d4aa",
|
||
"secondary": "#6c757d",
|
||
"contrast": "#ffffff",
|
||
"background": "#1a1a1a",
|
||
"text": "#e0e0e0"
|
||
}
|
||
}
|
||
}
|
||
} |