i18n: traduzioni it/fr per tutti gli agenti
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
"name": "Business Analyst",
|
||||
"description": "Stress-tests a business idea/plan against provided evidence; finds flaws, proposes fixes, gives a GO/NO-GO/PIVOT verdict. Does no web research — reasons from inputs.",
|
||||
"friendly_description": "Acts as a ruthless startup advisor: takes your business idea plus the market data you have, finds every flaw, and tells you whether it is worth pursuing.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Analista Aziendale",
|
||||
"friendly_description": "Agisce come un consulente startup impietoso: prende la tua idea imprenditoriale e i dati di mercato che hai, trova ogni difetto e ti dice se vale la pena perseguirla."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Analyste d'Affaires",
|
||||
"friendly_description": "Agit comme un conseiller startup impitoyable : prend votre idée d'entreprise et les données de marché que vous avez, trouve chaque faille et vous dit si elle vaut la peine d'être poursuivie."
|
||||
}
|
||||
},
|
||||
"instructions": "Pass the idea, the draft business plan, and any market/competitor evidence you have. Specify an output path/dir for the critique report. The more evidence you provide, the sharper the critique — missing evidence is flagged as open questions, not guessed.",
|
||||
"type": "task",
|
||||
"scope": "reasoning",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Code Explorer",
|
||||
"description": "Studies code, investigates bugs, analyses architecture, and produces structured Markdown reports in data/explorer/. No implementation, no planning — just analysis and reporting.",
|
||||
"friendly_description": "Investigates a codebase or a bug and writes up what it finds as a structured report — analysis only, never touches the code.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Esploratore di Codice",
|
||||
"friendly_description": "Analizza un codebase o un bug e scrive un report strutturato — solo analisi, non tocca mai il codice."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Explorateur de Code",
|
||||
"friendly_description": "Examine un codebase ou un bug et rédige un rapport structuré de ses découvertes — analyse uniquement, ne touche jamais au code."
|
||||
}
|
||||
},
|
||||
"instructions": "Give it a concrete question or area to investigate (a bug, a module, an architecture concern). It writes a Markdown report to data/explorer/ and returns a summary. It never edits code or plans work.",
|
||||
"type": "task",
|
||||
"scope": "reasoning",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Generalist",
|
||||
"description": "General-purpose task executor: carries out the well-defined work ordered by the calling agent — file edits, shell commands, batch operations. No planning or QA.",
|
||||
"friendly_description": "Carries out well-defined hands-on work — file edits, shell commands, batch operations — exactly as instructed.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Generalista",
|
||||
"friendly_description": "Esegue lavori pratici ben definiti — modifiche a file, comandi shell, operazioni batch — esattamente come richiesto."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Généraliste",
|
||||
"friendly_description": "Exécute un travail pratique bien défini — modifications de fichiers, commandes shell, opérations par lots — exactement comme demandé."
|
||||
}
|
||||
},
|
||||
"instructions": "Hand it a fully-specified task: what to change and where. It executes but does not plan, decide scope, or QA its own output, so be explicit about the desired outcome.",
|
||||
"type": "task",
|
||||
"scope": "general",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Companion",
|
||||
"description": "A warm, patient companion for younger members. Listens, encourages, helps with homework without doing it for them, sparks creativity, and treats sensitive topics with care. Adapts tone and vocabulary to the child's age, which is provided in the injected user profile.",
|
||||
"friendly_description": "A warm companion for children — listens, helps with homework, sparks creativity, and adapts to each child.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Compagno",
|
||||
"friendly_description": "Un compagno affettuoso per bambini — ascolta, aiuta con i compiti, stimola la creatività e si adatta a ogni bambino."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Compagnon",
|
||||
"friendly_description": "Un compagnon chaleureux pour les enfants — écoute, aide aux devoirs, stimule la créativité et s'adapte à chaque enfant."
|
||||
}
|
||||
},
|
||||
"type": "chat",
|
||||
"inject_memory": ["user-memory/index.md", "shared-memory/index.md"],
|
||||
"strength": "average",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Main Assistant",
|
||||
"description": "General-purpose assistant: helps the user with any task using tools, and persists all relevant information in memory",
|
||||
"friendly_description": "Your general-purpose assistant — helps with any task and remembers what matters in memory.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Assistente Principale",
|
||||
"friendly_description": "Il tuo assistente tuttofare — ti aiuta in qualsiasi attività e ricorda ciò che conta nella memoria."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Assistant Principal",
|
||||
"friendly_description": "Votre assistant polyvalent — vous aide dans toutes vos tâches et retient l'essentiel en mémoire."
|
||||
}
|
||||
},
|
||||
"type": "chat",
|
||||
"inject_memory": ["user-memory/index.md", "shared-memory/index.md"],
|
||||
"icon": "icon.png",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Project Coordinator",
|
||||
"description": "Conversational coordinator for a single project of any kind — software, but also travel, study, writing, events, personal goals, research. Holds the project context, does everyday planning/writing itself, and delegates specialized work (research, or code via tech-lead/software-architect/software-engineer) to sub-agents via execute_task. The user talks to one bot that already knows the project.",
|
||||
"friendly_description": "A conversational coordinator that holds the full context of one project — software or otherwise — does the everyday planning and writing, and delegates specialised work to sub-agents.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Coordinatore di Progetto",
|
||||
"friendly_description": "Un coordinatore conversazionale che mantiene il contesto completo di un progetto — software o altro — gestisce la pianificazione e la scrittura quotidiana e delega il lavoro specializzato a sub-agenti."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Coordinateur de Projet",
|
||||
"friendly_description": "Un coordinateur conversationnel qui garde le contexte complet d'un projet — logiciel ou autre — gère la planification et la rédaction quotidiennes et délègue le travail spécialisé à des sous-agents."
|
||||
}
|
||||
},
|
||||
"type": "chat",
|
||||
"scope": "reasoning",
|
||||
"strength": "average",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Researcher",
|
||||
"description": "Multi-step web research; returns a structured summary and saves findings to the scratchpad.",
|
||||
"friendly_description": "Does multi-step web research and gives you back a structured summary, saving its sources to the scratchpad.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Ricercatore",
|
||||
"friendly_description": "Conduce ricerche web articolate e ti restituisce un riepilogo strutturato, salvando le fonti negli appunti."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Chercheur",
|
||||
"friendly_description": "Effectue des recherches web multi-étapes et vous restitue un résumé structuré, en sauvegardant ses sources dans le bloc-notes."
|
||||
}
|
||||
},
|
||||
"instructions": "Pass a specific research question; optionally hint at depth (how many sources) or a time horizon. Optionally specify an output file/dir in the prompt to write the report outside the default `data/research/`. Returns a path + one-line summary, also saved to the scratchpad.",
|
||||
"type": "task",
|
||||
"scope": "general",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Software Architect",
|
||||
"description": "Plans code changes and delegates to software-engineer.",
|
||||
"friendly_description": "Plans a code change end-to-end and drives the software-engineer agent to implement it.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Architetto del Software",
|
||||
"friendly_description": "Pianifica una modifica al codice dall'inizio alla fine e guida l'agente ingegnere del software per implementarla."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Architecte Logiciel",
|
||||
"friendly_description": "Planifie une modification de code de bout en bout et dirige l'agent ingénieur logiciel pour l'implémenter."
|
||||
}
|
||||
},
|
||||
"instructions": "Describe the change or feature and the relevant part of the codebase. It produces an implementation plan and may delegate the actual edits to software-engineer. Use it when the work needs design before coding.",
|
||||
"type": "task",
|
||||
"scope": "reasoning",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Software Engineer",
|
||||
"description": "Writes and modifies source files across any file type.",
|
||||
"friendly_description": "Writes and edits source files to implement a change you describe.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Ingegnere del Software",
|
||||
"friendly_description": "Scrive e modifica file sorgente per implementare la modifica che descrivi."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Ingénieur Logiciel",
|
||||
"friendly_description": "Écrit et modifie des fichiers source pour implémenter le changement que vous décrivez."
|
||||
}
|
||||
},
|
||||
"instructions": "Give it a clear, scoped implementation task: which files or behaviour to change and the intended result. Best for executing an already-decided design — pair with software-architect when the approach is still open.",
|
||||
"type": "task",
|
||||
"scope": "coding",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Spec Writer",
|
||||
"description": "Transforms project ideas and specifications into comprehensive, unambiguous Markdown documentation. Researches, analyses, and produces detailed spec documents — never writes implementation code.",
|
||||
"friendly_description": "Turns a rough idea into a detailed, unambiguous written spec — research and documentation only, no code.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Scrittore di Specifiche",
|
||||
"friendly_description": "Trasforma un'idea grezza in una specifica dettagliata e inequivocabile — solo ricerca e documentazione, nessun codice."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Rédacteur de Spécifications",
|
||||
"friendly_description": "Transforme une idée brute en une spécification écrite détaillée et sans ambiguïté — recherche et documentation uniquement, pas de code."
|
||||
}
|
||||
},
|
||||
"instructions": "Provide the idea, the goals, and any constraints. It researches and produces a thorough Markdown spec document. It never writes implementation code — use it before building, not during.",
|
||||
"type": "task",
|
||||
"scope": "reasoning",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "Tech Lead",
|
||||
"description": "Reads project documentation or high-level requirements, breaks them into implementation tasks, sequences them by dependency, and orchestrates software-architect/software-engineer sub-agents to build the project end-to-end.",
|
||||
"friendly_description": "Takes a project's requirements or docs and builds it end-to-end, breaking the work into tasks and orchestrating the architect and engineer agents.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "Responsabile Tecnico",
|
||||
"friendly_description": "Prende i requisiti o la documentazione di un progetto e lo realizza dall'inizio alla fine, suddividendo il lavoro in attività e orchestrando gli agenti architetto e ingegnere."
|
||||
},
|
||||
"fr": {
|
||||
"name": "Responsable Technique",
|
||||
"friendly_description": "Prend les exigences ou la documentation d'un projet et le construit de bout en bout, en décomposant le travail en tâches et en orchestrant les agents architecte et ingénieur."
|
||||
}
|
||||
},
|
||||
"instructions": "Point it at project documentation or high-level requirements (and the working directory if relevant). It decomposes the work, sequences tasks by dependency, and orchestrates software-architect/software-engineer to deliver. Best for whole-project builds, not single edits.",
|
||||
"type": "task",
|
||||
"scope": "reasoning",
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
"name": "TIC",
|
||||
"description": "Hidden background agent. Spawned periodically by the scheduler. Processes pending MCP events (email, WhatsApp, calendar), evaluates relevance, and notifies the user via notify() when something is worth surfacing. Ephemeral: session is discarded as soon as the turn ends.",
|
||||
"friendly_description": "Background watcher that periodically reviews incoming email, WhatsApp, and calendar events and pings you when something matters.",
|
||||
"i18n": {
|
||||
"it": {
|
||||
"name": "TIC",
|
||||
"friendly_description": "Osservatore in background che esamina periodicamente email, WhatsApp ed eventi del calendario e ti avvisa quando qualcosa è importante."
|
||||
},
|
||||
"fr": {
|
||||
"name": "TIC",
|
||||
"friendly_description": "Observateur en arrière-plan qui examine périodiquement les e-mails, WhatsApp et les événements du calendrier et vous avertit quand quelque chose compte."
|
||||
}
|
||||
},
|
||||
"type": "system",
|
||||
"inject_skills": false,
|
||||
"inject_memory": ["data/memory/index.md", "data/notifications.md"],
|
||||
|
||||
Reference in New Issue
Block a user