@contractspec/lib.ai-agent 7.0.6 → 7.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -130
- package/dist/agent/agent-factory.d.ts +8 -8
- package/dist/agent/agent-factory.js +1385 -1358
- package/dist/agent/contract-spec-agent.d.ts +8 -8
- package/dist/agent/contract-spec-agent.js +1385 -1358
- package/dist/agent/index.js +1646 -1619
- package/dist/agent/json-runner.d.ts +2 -2
- package/dist/agent/json-runner.js +1385 -1358
- package/dist/agent/unified-agent.d.ts +3 -3
- package/dist/agent/unified-agent.js +1646 -1619
- package/dist/approval/index.d.ts +1 -1
- package/dist/approval/index.js +618 -618
- package/dist/approval/workflow.js +618 -618
- package/dist/exporters/claude-agent-exporter.d.ts +1 -1
- package/dist/exporters/claude-agent-exporter.js +619 -619
- package/dist/exporters/index.d.ts +2 -2
- package/dist/exporters/index.js +626 -625
- package/dist/exporters/opencode-exporter.js +625 -625
- package/dist/exporters/types.d.ts +1 -1
- package/dist/i18n/catalogs/index.d.ts +1 -1
- package/dist/i18n/catalogs/index.js +587 -587
- package/dist/i18n/index.d.ts +7 -7
- package/dist/i18n/index.js +618 -618
- package/dist/i18n/locale.d.ts +1 -1
- package/dist/i18n/locale.js +2 -2
- package/dist/i18n/messages.js +587 -587
- package/dist/index.js +619 -619
- package/dist/interop/index.d.ts +2 -2
- package/dist/interop/index.js +619 -619
- package/dist/interop/spec-consumer.d.ts +1 -1
- package/dist/interop/spec-consumer.js +619 -619
- package/dist/interop/tool-consumer.d.ts +2 -2
- package/dist/interop/tool-consumer.js +619 -619
- package/dist/knowledge/index.js +618 -618
- package/dist/knowledge/injector.js +618 -618
- package/dist/memory/in-memory.d.ts +1 -1
- package/dist/memory/index.d.ts +1 -1
- package/dist/node/agent/agent-factory.js +1385 -1358
- package/dist/node/agent/contract-spec-agent.js +1385 -1358
- package/dist/node/agent/index.js +1646 -1619
- package/dist/node/agent/json-runner.js +1385 -1358
- package/dist/node/agent/unified-agent.js +1646 -1619
- package/dist/node/approval/index.js +618 -618
- package/dist/node/approval/workflow.js +618 -618
- package/dist/node/exporters/claude-agent-exporter.js +619 -619
- package/dist/node/exporters/index.js +626 -625
- package/dist/node/exporters/opencode-exporter.js +625 -625
- package/dist/node/i18n/catalogs/index.js +587 -587
- package/dist/node/i18n/index.js +618 -618
- package/dist/node/i18n/locale.js +2 -2
- package/dist/node/i18n/messages.js +587 -587
- package/dist/node/index.js +619 -619
- package/dist/node/interop/index.js +619 -619
- package/dist/node/interop/spec-consumer.js +619 -619
- package/dist/node/interop/tool-consumer.js +619 -619
- package/dist/node/knowledge/index.js +618 -618
- package/dist/node/knowledge/injector.js +618 -618
- package/dist/node/providers/claude-agent-sdk/adapter.js +799 -799
- package/dist/node/providers/claude-agent-sdk/index.js +799 -799
- package/dist/node/providers/claude-agent-sdk/tool-bridge.js +618 -618
- package/dist/node/providers/index.js +795 -795
- package/dist/node/providers/opencode-sdk/adapter.js +671 -671
- package/dist/node/providers/opencode-sdk/agent-bridge.js +619 -619
- package/dist/node/providers/opencode-sdk/index.js +673 -673
- package/dist/node/providers/opencode-sdk/tool-bridge.js +618 -618
- package/dist/node/providers/registry.js +619 -619
- package/dist/node/providers/types.js +618 -618
- package/dist/node/session/index.js +26 -1
- package/dist/node/session/store.js +26 -1
- package/dist/node/spec/index.js +619 -619
- package/dist/node/spec/registry.js +619 -619
- package/dist/node/spec/spec.js +618 -618
- package/dist/node/telemetry/index.js +622 -620
- package/dist/node/telemetry/posthog.js +622 -620
- package/dist/node/tools/index.js +902 -902
- package/dist/node/tools/knowledge-tool.js +618 -618
- package/dist/node/tools/mcp-server.js +619 -619
- package/dist/node/tools/tool-adapter.js +619 -619
- package/dist/providers/claude-agent-sdk/adapter.d.ts +1 -1
- package/dist/providers/claude-agent-sdk/adapter.js +799 -799
- package/dist/providers/claude-agent-sdk/index.d.ts +1 -1
- package/dist/providers/claude-agent-sdk/index.js +799 -799
- package/dist/providers/claude-agent-sdk/session-bridge.d.ts +1 -2
- package/dist/providers/claude-agent-sdk/tool-bridge.d.ts +1 -1
- package/dist/providers/claude-agent-sdk/tool-bridge.js +618 -618
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +795 -795
- package/dist/providers/opencode-sdk/adapter.d.ts +1 -1
- package/dist/providers/opencode-sdk/adapter.js +671 -671
- package/dist/providers/opencode-sdk/agent-bridge.js +619 -619
- package/dist/providers/opencode-sdk/index.d.ts +1 -1
- package/dist/providers/opencode-sdk/index.js +673 -673
- package/dist/providers/opencode-sdk/tool-bridge.d.ts +1 -1
- package/dist/providers/opencode-sdk/tool-bridge.js +618 -618
- package/dist/providers/registry.js +619 -619
- package/dist/providers/types.d.ts +1 -1
- package/dist/providers/types.js +618 -618
- package/dist/session/index.js +26 -1
- package/dist/session/store.js +26 -1
- package/dist/session/store.test.d.ts +1 -0
- package/dist/spec/index.d.ts +1 -1
- package/dist/spec/index.js +619 -619
- package/dist/spec/registry.d.ts +1 -1
- package/dist/spec/registry.js +619 -619
- package/dist/spec/spec.d.ts +1 -1
- package/dist/spec/spec.js +618 -618
- package/dist/telemetry/index.d.ts +1 -1
- package/dist/telemetry/index.js +622 -620
- package/dist/telemetry/posthog.d.ts +1 -1
- package/dist/telemetry/posthog.js +622 -620
- package/dist/tools/index.d.ts +5 -5
- package/dist/tools/index.js +902 -902
- package/dist/tools/knowledge-tool.d.ts +1 -1
- package/dist/tools/knowledge-tool.js +618 -618
- package/dist/tools/mcp-server.d.ts +1 -1
- package/dist/tools/mcp-server.js +619 -619
- package/dist/tools/tool-adapter.d.ts +2 -2
- package/dist/tools/tool-adapter.js +619 -619
- package/package.json +10 -10
package/dist/knowledge/index.js
CHANGED
|
@@ -632,602 +632,636 @@ var init_en = __esm(() => {
|
|
|
632
632
|
});
|
|
633
633
|
});
|
|
634
634
|
|
|
635
|
-
// src/i18n/catalogs/
|
|
635
|
+
// src/i18n/catalogs/es.ts
|
|
636
636
|
import { defineTranslation as defineTranslation2 } from "@contractspec/lib.contracts-spec/translations";
|
|
637
|
-
var
|
|
638
|
-
var
|
|
639
|
-
|
|
637
|
+
var esMessages;
|
|
638
|
+
var init_es = __esm(() => {
|
|
639
|
+
esMessages = defineTranslation2({
|
|
640
640
|
meta: {
|
|
641
641
|
key: "ai-agent.messages",
|
|
642
642
|
version: "1.0.0",
|
|
643
643
|
domain: "ai-agent",
|
|
644
|
-
description: "
|
|
644
|
+
description: "Todas las cadenas de texto orientadas al usuario, al LLM y al desarrollador del paquete ai-agent",
|
|
645
645
|
owners: ["platform"],
|
|
646
646
|
stability: "experimental"
|
|
647
647
|
},
|
|
648
|
-
locale: "
|
|
648
|
+
locale: "es",
|
|
649
649
|
fallback: "en",
|
|
650
650
|
messages: {
|
|
651
651
|
"agent.json.rules.validJsonOnly": {
|
|
652
|
-
value: "
|
|
653
|
-
description: "
|
|
652
|
+
value: "Usted DEBE generar \xDANICAMENTE JSON v\xE1lido.",
|
|
653
|
+
description: "Regla del ejecutor JSON: la salida debe ser JSON v\xE1lido"
|
|
654
654
|
},
|
|
655
655
|
"agent.json.rules.noMarkdownFences": {
|
|
656
|
-
value: "
|
|
657
|
-
description: "
|
|
656
|
+
value: "No envuelva la salida en bloques de c\xF3digo markdown.",
|
|
657
|
+
description: "Regla del ejecutor JSON: sin bloques de c\xF3digo markdown"
|
|
658
658
|
},
|
|
659
659
|
"agent.json.rules.noCommentary": {
|
|
660
|
-
value: "
|
|
661
|
-
description: "
|
|
660
|
+
value: "No incluya comentarios ni explicaciones.",
|
|
661
|
+
description: "Regla del ejecutor JSON: sin texto adicional"
|
|
662
662
|
},
|
|
663
663
|
"agent.json.rules.doubleQuotes": {
|
|
664
|
-
value: "
|
|
665
|
-
description: "
|
|
664
|
+
value: "Utilice comillas dobles para todas las claves y valores de cadena.",
|
|
665
|
+
description: "Regla del ejecutor JSON: solo comillas dobles"
|
|
666
666
|
},
|
|
667
667
|
"agent.json.rules.noTrailingCommas": {
|
|
668
|
-
value: "
|
|
669
|
-
description: "
|
|
668
|
+
value: "No incluya comas finales.",
|
|
669
|
+
description: "Regla del ejecutor JSON: sin comas finales"
|
|
670
670
|
},
|
|
671
671
|
"agent.json.defaultDescription": {
|
|
672
|
-
value: "
|
|
673
|
-
description: "
|
|
672
|
+
value: "Ejecutor de agentes exclusivamente JSON para pipelines deterministas.",
|
|
673
|
+
description: "Descripci\xF3n predeterminada para la especificaci\xF3n del ejecutor JSON"
|
|
674
674
|
},
|
|
675
675
|
"agent.json.systemPrompt": {
|
|
676
|
-
value: "
|
|
677
|
-
description: "
|
|
676
|
+
value: "Usted es un generador preciso de JSON.",
|
|
677
|
+
description: "Prompt de sistema predeterminado para el ejecutor JSON"
|
|
678
678
|
},
|
|
679
679
|
"knowledge.header": {
|
|
680
|
-
value: "#
|
|
681
|
-
description: "
|
|
680
|
+
value: "# Conocimiento de referencia",
|
|
681
|
+
description: "Encabezado para la secci\xF3n de conocimiento inyectado en el prompt del sistema"
|
|
682
682
|
},
|
|
683
683
|
"knowledge.description": {
|
|
684
|
-
value: "
|
|
685
|
-
description: "
|
|
684
|
+
value: "La siguiente informaci\xF3n se proporciona como referencia. Util\xEDcela para fundamentar sus respuestas.",
|
|
685
|
+
description: "Descripci\xF3n debajo del encabezado de conocimiento"
|
|
686
686
|
},
|
|
687
687
|
"tool.knowledge.description": {
|
|
688
|
-
value: "
|
|
689
|
-
description: "
|
|
688
|
+
value: "Consultar bases de conocimiento para obtener informaci\xF3n relevante. Utilice esta herramienta cuando necesite buscar informaci\xF3n espec\xEDfica que pueda no estar en su contexto.",
|
|
689
|
+
description: "Descripci\xF3n de la herramienta de consulta de conocimiento mostrada al LLM"
|
|
690
690
|
},
|
|
691
691
|
"tool.knowledge.availableSpaces": {
|
|
692
|
-
value: "
|
|
693
|
-
description: "
|
|
692
|
+
value: "Espacios de conocimiento disponibles:",
|
|
693
|
+
description: "Etiqueta antes de listar los espacios de conocimiento disponibles"
|
|
694
694
|
},
|
|
695
695
|
"tool.knowledge.spaceDefault": {
|
|
696
|
-
value: "
|
|
697
|
-
description: "
|
|
696
|
+
value: "Espacio de conocimiento",
|
|
697
|
+
description: "Descripci\xF3n de respaldo para espacios de conocimiento sin nombre"
|
|
698
698
|
},
|
|
699
699
|
"tool.knowledge.param.query": {
|
|
700
|
-
value: "La
|
|
701
|
-
description: "
|
|
700
|
+
value: "La pregunta o consulta de b\xFAsqueda para encontrar informaci\xF3n relevante",
|
|
701
|
+
description: "Descripci\xF3n del par\xE1metro para el campo de consulta"
|
|
702
702
|
},
|
|
703
703
|
"tool.knowledge.param.spaceKey": {
|
|
704
|
-
value: "
|
|
705
|
-
description: "
|
|
704
|
+
value: "Espacio de conocimiento espec\xEDfico a consultar. Si se omite, busca en todos los espacios disponibles.",
|
|
705
|
+
description: "Descripci\xF3n del par\xE1metro para el campo spaceKey"
|
|
706
706
|
},
|
|
707
707
|
"tool.knowledge.param.topK": {
|
|
708
|
-
value: "
|
|
709
|
-
description: "
|
|
708
|
+
value: "N\xFAmero m\xE1ximo de resultados a devolver",
|
|
709
|
+
description: "Descripci\xF3n del par\xE1metro para el campo topK"
|
|
710
710
|
},
|
|
711
711
|
"tool.knowledge.noResults": {
|
|
712
|
-
value: "
|
|
713
|
-
description: "
|
|
712
|
+
value: "No se encontr\xF3 informaci\xF3n relevante en las bases de conocimiento.",
|
|
713
|
+
description: "Mensaje cuando no se encuentran resultados de conocimiento"
|
|
714
714
|
},
|
|
715
715
|
"tool.knowledge.sourceLabel": {
|
|
716
|
-
value: "[
|
|
717
|
-
description: "
|
|
716
|
+
value: "[Fuente {index} - {space}] (relevancia: {score}%)",
|
|
717
|
+
description: "Etiqueta para cada resultado de b\xFAsqueda de conocimiento",
|
|
718
718
|
placeholders: [
|
|
719
|
-
{
|
|
720
|
-
|
|
721
|
-
|
|
719
|
+
{
|
|
720
|
+
name: "index",
|
|
721
|
+
type: "number",
|
|
722
|
+
description: "\xCDndice de fuente basado en 1"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
name: "space",
|
|
726
|
+
type: "string",
|
|
727
|
+
description: "Nombre del espacio de conocimiento"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
name: "score",
|
|
731
|
+
type: "number",
|
|
732
|
+
description: "Porcentaje de relevancia"
|
|
733
|
+
}
|
|
722
734
|
]
|
|
723
735
|
},
|
|
724
736
|
"tool.fallbackDescription": {
|
|
725
|
-
value: "
|
|
726
|
-
description: "
|
|
737
|
+
value: "Ejecutar {name}",
|
|
738
|
+
description: "Descripci\xF3n de respaldo cuando una herramienta no tiene descripci\xF3n expl\xEDcita",
|
|
727
739
|
placeholders: [
|
|
728
|
-
{
|
|
740
|
+
{
|
|
741
|
+
name: "name",
|
|
742
|
+
type: "string",
|
|
743
|
+
description: "Nombre de la herramienta"
|
|
744
|
+
}
|
|
729
745
|
]
|
|
730
746
|
},
|
|
731
747
|
"tool.mcp.param.message": {
|
|
732
|
-
value: "
|
|
733
|
-
description: "MCP
|
|
748
|
+
value: "El mensaje o consulta a enviar al agente",
|
|
749
|
+
description: "Servidor MCP: descripci\xF3n del par\xE1metro message"
|
|
734
750
|
},
|
|
735
751
|
"tool.mcp.param.sessionId": {
|
|
736
|
-
value: "
|
|
737
|
-
description: "MCP
|
|
752
|
+
value: "ID de sesi\xF3n opcional para continuar una conversaci\xF3n",
|
|
753
|
+
description: "Servidor MCP: descripci\xF3n del par\xE1metro sessionId"
|
|
738
754
|
},
|
|
739
755
|
"tool.mcp.agentDescription": {
|
|
740
|
-
value: "
|
|
741
|
-
description: "MCP
|
|
756
|
+
value: "Interactuar con el agente {key}",
|
|
757
|
+
description: "Servidor MCP: descripci\xF3n de la herramienta de agente",
|
|
742
758
|
placeholders: [
|
|
743
|
-
{
|
|
759
|
+
{
|
|
760
|
+
name: "key",
|
|
761
|
+
type: "string",
|
|
762
|
+
description: "Clave de la especificaci\xF3n del agente"
|
|
763
|
+
}
|
|
744
764
|
]
|
|
745
765
|
},
|
|
746
766
|
"tool.mcp.executePrompt": {
|
|
747
|
-
value: "
|
|
748
|
-
description: "MCP
|
|
767
|
+
value: "Ejecute la herramienta {name} con los siguientes argumentos: {args}",
|
|
768
|
+
description: "Servidor MCP: prompt enviado al ejecutar una herramienta individual",
|
|
749
769
|
placeholders: [
|
|
750
|
-
{
|
|
770
|
+
{
|
|
771
|
+
name: "name",
|
|
772
|
+
type: "string",
|
|
773
|
+
description: "Nombre de la herramienta"
|
|
774
|
+
},
|
|
751
775
|
{
|
|
752
776
|
name: "args",
|
|
753
777
|
type: "string",
|
|
754
|
-
description: "JSON
|
|
778
|
+
description: "Argumentos serializados como JSON"
|
|
755
779
|
}
|
|
756
780
|
]
|
|
757
781
|
},
|
|
758
782
|
"tool.mcp.toolDescription": {
|
|
759
|
-
value: "
|
|
760
|
-
description: "MCP
|
|
783
|
+
value: "Ejecutar la herramienta {name}",
|
|
784
|
+
description: "Servidor MCP: descripci\xF3n de herramienta individual",
|
|
761
785
|
placeholders: [
|
|
762
|
-
{
|
|
786
|
+
{
|
|
787
|
+
name: "name",
|
|
788
|
+
type: "string",
|
|
789
|
+
description: "Nombre de la herramienta"
|
|
790
|
+
}
|
|
763
791
|
]
|
|
764
792
|
},
|
|
765
793
|
"interop.prompt.agentIdentity": {
|
|
766
|
-
value: "#
|
|
767
|
-
description: "
|
|
794
|
+
value: "# Identidad del agente",
|
|
795
|
+
description: "Encabezado de secci\xF3n para la identidad del agente en el prompt del LLM"
|
|
768
796
|
},
|
|
769
797
|
"interop.prompt.youAre": {
|
|
770
|
-
value: "
|
|
771
|
-
description: "
|
|
798
|
+
value: "Usted es {key} (v{version}).",
|
|
799
|
+
description: "Declaraci\xF3n de identidad del agente en el prompt del LLM",
|
|
772
800
|
placeholders: [
|
|
773
801
|
{ name: "key", type: "string" },
|
|
774
802
|
{ name: "version", type: "string" }
|
|
775
803
|
]
|
|
776
804
|
},
|
|
777
805
|
"interop.prompt.description": {
|
|
778
|
-
value: "##
|
|
779
|
-
description: "
|
|
806
|
+
value: "## Descripci\xF3n",
|
|
807
|
+
description: "Encabezado de secci\xF3n para la descripci\xF3n"
|
|
780
808
|
},
|
|
781
809
|
"interop.prompt.instructions": {
|
|
782
|
-
value: "##
|
|
783
|
-
description: "
|
|
810
|
+
value: "## Instrucciones",
|
|
811
|
+
description: "Encabezado de secci\xF3n para las instrucciones"
|
|
784
812
|
},
|
|
785
813
|
"interop.prompt.availableTools": {
|
|
786
|
-
value: "##
|
|
787
|
-
description: "
|
|
814
|
+
value: "## Herramientas disponibles",
|
|
815
|
+
description: "Encabezado de secci\xF3n para las herramientas disponibles"
|
|
788
816
|
},
|
|
789
817
|
"interop.prompt.toolsIntro": {
|
|
790
|
-
value: "
|
|
791
|
-
description: "
|
|
818
|
+
value: "Usted tiene acceso a las siguientes herramientas:",
|
|
819
|
+
description: "Introducci\xF3n antes de listar las herramientas"
|
|
792
820
|
},
|
|
793
821
|
"interop.prompt.parameters": {
|
|
794
|
-
value: "
|
|
795
|
-
description: "
|
|
822
|
+
value: "Par\xE1metros:",
|
|
823
|
+
description: "Etiqueta antes del bloque de par\xE1metros de la herramienta"
|
|
796
824
|
},
|
|
797
825
|
"interop.prompt.knowledgeContext": {
|
|
798
|
-
value: "##
|
|
799
|
-
description: "
|
|
826
|
+
value: "## Contexto de conocimiento",
|
|
827
|
+
description: "Encabezado de secci\xF3n para el contexto de conocimiento"
|
|
800
828
|
},
|
|
801
829
|
"interop.prompt.additionalContext": {
|
|
802
|
-
value: "##
|
|
803
|
-
description: "
|
|
830
|
+
value: "## Contexto adicional",
|
|
831
|
+
description: "Encabezado de secci\xF3n para el contexto adicional"
|
|
804
832
|
},
|
|
805
833
|
"interop.md.toc": {
|
|
806
|
-
value: "##
|
|
807
|
-
description: "
|
|
834
|
+
value: "## Tabla de contenidos",
|
|
835
|
+
description: "Encabezado de tabla de contenidos"
|
|
808
836
|
},
|
|
809
837
|
"interop.md.overview": {
|
|
810
|
-
value: "##
|
|
811
|
-
description: "
|
|
838
|
+
value: "## Resumen general",
|
|
839
|
+
description: "Encabezado de resumen general"
|
|
840
|
+
},
|
|
841
|
+
"interop.md.tools": {
|
|
842
|
+
value: "## Herramientas",
|
|
843
|
+
description: "Encabezado de herramientas"
|
|
812
844
|
},
|
|
813
|
-
"interop.md.tools": { value: "## Outils", description: "Tools header" },
|
|
814
845
|
"interop.md.knowledge": {
|
|
815
|
-
value: "##
|
|
816
|
-
description: "
|
|
846
|
+
value: "## Conocimiento",
|
|
847
|
+
description: "Encabezado de conocimiento"
|
|
817
848
|
},
|
|
818
849
|
"interop.md.policy": {
|
|
819
|
-
value: "##
|
|
820
|
-
description: "
|
|
850
|
+
value: "## Pol\xEDtica",
|
|
851
|
+
description: "Encabezado de pol\xEDtica"
|
|
821
852
|
},
|
|
822
853
|
"interop.md.metaKey": {
|
|
823
|
-
value: "- **
|
|
824
|
-
description: "
|
|
854
|
+
value: "- **Clave**: `{key}`",
|
|
855
|
+
description: "L\xEDnea de metadatos para la clave",
|
|
825
856
|
placeholders: [{ name: "key", type: "string" }]
|
|
826
857
|
},
|
|
827
858
|
"interop.md.metaVersion": {
|
|
828
|
-
value: "- **
|
|
829
|
-
description: "
|
|
859
|
+
value: "- **Versi\xF3n**: {version}",
|
|
860
|
+
description: "L\xEDnea de metadatos para la versi\xF3n",
|
|
830
861
|
placeholders: [{ name: "version", type: "string" }]
|
|
831
862
|
},
|
|
832
863
|
"interop.md.metaStability": {
|
|
833
|
-
value: "- **
|
|
834
|
-
description: "
|
|
864
|
+
value: "- **Estabilidad**: {stability}",
|
|
865
|
+
description: "L\xEDnea de metadatos para la estabilidad",
|
|
835
866
|
placeholders: [{ name: "stability", type: "string" }]
|
|
836
867
|
},
|
|
837
868
|
"interop.md.metaOwners": {
|
|
838
|
-
value: "- **
|
|
839
|
-
description: "
|
|
869
|
+
value: "- **Propietarios**: {owners}",
|
|
870
|
+
description: "L\xEDnea de metadatos para los propietarios",
|
|
840
871
|
placeholders: [{ name: "owners", type: "string" }]
|
|
841
872
|
},
|
|
842
873
|
"interop.md.metaTags": {
|
|
843
|
-
value: "- **
|
|
844
|
-
description: "
|
|
874
|
+
value: "- **Etiquetas**: {tags}",
|
|
875
|
+
description: "L\xEDnea de metadatos para las etiquetas",
|
|
845
876
|
placeholders: [{ name: "tags", type: "string" }]
|
|
846
877
|
},
|
|
847
878
|
"interop.md.schema": {
|
|
848
|
-
value: "**
|
|
849
|
-
description: "
|
|
879
|
+
value: "**Esquema:**",
|
|
880
|
+
description: "Etiqueta de esquema"
|
|
850
881
|
},
|
|
851
882
|
"interop.md.automationSafe": {
|
|
852
|
-
value: "**
|
|
853
|
-
description: "
|
|
883
|
+
value: "**Seguro para automatizaci\xF3n**: {value}",
|
|
884
|
+
description: "Campo de seguridad para automatizaci\xF3n",
|
|
854
885
|
placeholders: [{ name: "value", type: "string" }]
|
|
855
886
|
},
|
|
856
887
|
"interop.md.required": {
|
|
857
|
-
value: "(
|
|
858
|
-
description: "
|
|
888
|
+
value: "(obligatorio)",
|
|
889
|
+
description: "Marcador de obligatorio"
|
|
859
890
|
},
|
|
860
891
|
"interop.md.optional": {
|
|
861
|
-
value: "(
|
|
862
|
-
description: "
|
|
892
|
+
value: "(opcional)",
|
|
893
|
+
description: "Marcador de opcional"
|
|
863
894
|
},
|
|
864
895
|
"interop.md.minConfidence": {
|
|
865
|
-
value: "- **
|
|
866
|
-
description: "
|
|
896
|
+
value: "- **Confianza m\xEDnima**: {min}",
|
|
897
|
+
description: "L\xEDnea de pol\xEDtica de confianza m\xEDnima",
|
|
867
898
|
placeholders: [{ name: "min", type: "number" }]
|
|
868
899
|
},
|
|
869
900
|
"interop.md.escalationThreshold": {
|
|
870
|
-
value: "- **
|
|
871
|
-
description: "
|
|
901
|
+
value: "- **Umbral de escalamiento**: {threshold}",
|
|
902
|
+
description: "L\xEDnea de pol\xEDtica de umbral de escalamiento",
|
|
872
903
|
placeholders: [{ name: "threshold", type: "number" }]
|
|
873
904
|
},
|
|
874
905
|
"interop.md.escalateToolFailure": {
|
|
875
|
-
value: "- **
|
|
876
|
-
description: "
|
|
906
|
+
value: "- **Escalar ante fallo de herramienta**: S\xED",
|
|
907
|
+
description: "L\xEDnea de pol\xEDtica de escalamiento ante fallo de herramienta"
|
|
877
908
|
},
|
|
878
909
|
"interop.md.escalateTimeout": {
|
|
879
|
-
value: "- **
|
|
880
|
-
description: "
|
|
910
|
+
value: "- **Escalar ante tiempo de espera agotado**: S\xED",
|
|
911
|
+
description: "L\xEDnea de pol\xEDtica de escalamiento ante tiempo de espera"
|
|
881
912
|
},
|
|
882
|
-
"interop.md.yes": { value: "
|
|
883
|
-
"interop.md.no": { value: "
|
|
913
|
+
"interop.md.yes": { value: "S\xED", description: "Etiqueta de S\xED" },
|
|
914
|
+
"interop.md.no": { value: "No", description: "Etiqueta de No" },
|
|
884
915
|
"error.jsonRunner.requiresModel": {
|
|
885
|
-
value: "createAgentJsonRunner
|
|
886
|
-
description: "Error
|
|
916
|
+
value: "createAgentJsonRunner requiere un modelo o configuraci\xF3n de proveedor",
|
|
917
|
+
description: "Error cuando el ejecutor JSON no tiene modelo ni proveedor"
|
|
887
918
|
},
|
|
888
919
|
"error.missingToolHandler": {
|
|
889
|
-
value: "
|
|
890
|
-
description: "Error
|
|
920
|
+
value: "Falta el manejador para la herramienta: {name}",
|
|
921
|
+
description: "Error cuando un manejador de herramienta no est\xE1 registrado",
|
|
891
922
|
placeholders: [{ name: "name", type: "string" }]
|
|
892
923
|
},
|
|
893
924
|
"error.unknownBackend": {
|
|
894
|
-
value: "Backend
|
|
895
|
-
description: "Error
|
|
925
|
+
value: "Backend desconocido: {backend}",
|
|
926
|
+
description: "Error cuando se especifica un backend desconocido",
|
|
896
927
|
placeholders: [{ name: "backend", type: "string" }]
|
|
897
928
|
},
|
|
898
929
|
"error.claudeSdk.notAvailable": {
|
|
899
|
-
value: "Claude Agent SDK
|
|
900
|
-
description: "Error
|
|
930
|
+
value: "Claude Agent SDK no disponible. Instale @anthropic-ai/claude-agent-sdk",
|
|
931
|
+
description: "Error cuando el Claude Agent SDK no est\xE1 disponible"
|
|
901
932
|
},
|
|
902
933
|
"error.claudeSdk.notInstalled": {
|
|
903
|
-
value: "Claude Agent SDK
|
|
904
|
-
description: "Error
|
|
934
|
+
value: "Claude Agent SDK no instalado. Ejecute: npm install @anthropic-ai/claude-agent-sdk",
|
|
935
|
+
description: "Error cuando no se encuentra el m\xF3dulo del Claude Agent SDK"
|
|
905
936
|
},
|
|
906
937
|
"error.opencodeSdk.notAvailable": {
|
|
907
|
-
value: "OpenCode SDK
|
|
908
|
-
description: "Error
|
|
938
|
+
value: "OpenCode SDK no disponible. Instale @opencode-ai/sdk",
|
|
939
|
+
description: "Error cuando el OpenCode SDK no est\xE1 disponible"
|
|
909
940
|
},
|
|
910
941
|
"error.opencodeSdk.notInstalled": {
|
|
911
|
-
value: "OpenCode SDK
|
|
912
|
-
description: "Error
|
|
942
|
+
value: "OpenCode SDK no instalado. Ejecute: npm install @opencode-ai/sdk",
|
|
943
|
+
description: "Error cuando no se encuentra el m\xF3dulo del OpenCode SDK"
|
|
913
944
|
},
|
|
914
945
|
"error.providerNotInitialized": {
|
|
915
|
-
value: "
|
|
916
|
-
description: "Error
|
|
946
|
+
value: "Proveedor no inicializado",
|
|
947
|
+
description: "Error cuando el proveedor no ha sido inicializado antes de su uso"
|
|
917
948
|
},
|
|
918
949
|
"error.agentKeyRequired": {
|
|
919
|
-
value: "La
|
|
920
|
-
description: "
|
|
950
|
+
value: "La clave del agente es obligatoria",
|
|
951
|
+
description: "Error de validaci\xF3n: falta la clave del agente"
|
|
921
952
|
},
|
|
922
953
|
"error.agentMissingVersion": {
|
|
923
|
-
value: "
|
|
924
|
-
description: "
|
|
954
|
+
value: "Al agente {key} le falta una versi\xF3n de tipo cadena",
|
|
955
|
+
description: "Error de validaci\xF3n: la versi\xF3n no es una cadena de texto",
|
|
925
956
|
placeholders: [{ name: "key", type: "string" }]
|
|
926
957
|
},
|
|
927
958
|
"error.agentRequiresInstructions": {
|
|
928
|
-
value: "
|
|
929
|
-
description: "
|
|
959
|
+
value: "El agente {key} requiere instrucciones",
|
|
960
|
+
description: "Error de validaci\xF3n: faltan instrucciones",
|
|
930
961
|
placeholders: [{ name: "key", type: "string" }]
|
|
931
962
|
},
|
|
932
963
|
"error.agentRequiresTool": {
|
|
933
|
-
value: "
|
|
934
|
-
description: "
|
|
964
|
+
value: "El agente {key} debe exponer al menos una herramienta",
|
|
965
|
+
description: "Error de validaci\xF3n: no hay herramientas definidas",
|
|
935
966
|
placeholders: [{ name: "key", type: "string" }]
|
|
936
967
|
},
|
|
937
968
|
"error.agentDuplicateTool": {
|
|
938
|
-
value: "
|
|
939
|
-
description: "
|
|
969
|
+
value: "El agente {key} tiene un nombre de herramienta duplicado: {name}",
|
|
970
|
+
description: "Error de validaci\xF3n: nombre de herramienta duplicado",
|
|
940
971
|
placeholders: [
|
|
941
972
|
{ name: "key", type: "string" },
|
|
942
973
|
{ name: "name", type: "string" }
|
|
943
974
|
]
|
|
944
975
|
},
|
|
945
976
|
"error.agentSpecNotFound": {
|
|
946
|
-
value: "
|
|
947
|
-
description: "Error
|
|
977
|
+
value: "Especificaci\xF3n de agente no encontrada para {name}",
|
|
978
|
+
description: "Error cuando la especificaci\xF3n del agente no est\xE1 en el registro",
|
|
948
979
|
placeholders: [{ name: "name", type: "string" }]
|
|
949
980
|
},
|
|
950
981
|
"error.specNotFound": {
|
|
951
|
-
value: "
|
|
952
|
-
description: "Error
|
|
982
|
+
value: "Especificaci\xF3n no encontrada: {specKey}",
|
|
983
|
+
description: "Error cuando no se encuentra una clave de especificaci\xF3n",
|
|
953
984
|
placeholders: [{ name: "specKey", type: "string" }]
|
|
954
985
|
},
|
|
955
986
|
"error.toolNotFound": {
|
|
956
|
-
value: "
|
|
957
|
-
description: "Error
|
|
987
|
+
value: "Herramienta no encontrada: {name}",
|
|
988
|
+
description: "Error cuando no se encuentra una herramienta",
|
|
958
989
|
placeholders: [{ name: "name", type: "string" }]
|
|
959
990
|
},
|
|
960
991
|
"error.noHandlerForTool": {
|
|
961
|
-
value: "
|
|
962
|
-
description: "Error
|
|
992
|
+
value: "No hay manejador registrado para la herramienta: {name}",
|
|
993
|
+
description: "Error cuando no hay manejador registrado para una herramienta",
|
|
963
994
|
placeholders: [{ name: "name", type: "string" }]
|
|
964
995
|
},
|
|
965
996
|
"error.noToolHandler": {
|
|
966
|
-
value: "
|
|
967
|
-
description: "
|
|
997
|
+
value: "Sin manejador para la herramienta: {name}",
|
|
998
|
+
description: "Error breve cuando no existe manejador",
|
|
968
999
|
placeholders: [{ name: "name", type: "string" }]
|
|
969
1000
|
},
|
|
970
1001
|
"error.unknownExportFormat": {
|
|
971
|
-
value: "
|
|
972
|
-
description: "Error
|
|
1002
|
+
value: "Formato de exportaci\xF3n desconocido: {format}",
|
|
1003
|
+
description: "Error para formato de exportaci\xF3n no soportado",
|
|
973
1004
|
placeholders: [{ name: "format", type: "string" }]
|
|
974
1005
|
},
|
|
975
1006
|
"error.handlerNotFoundForTool": {
|
|
976
|
-
value: "
|
|
977
|
-
description: "Error
|
|
1007
|
+
value: "Manejador no encontrado para la herramienta {name}",
|
|
1008
|
+
description: "Error en el puente de herramientas cuando falta el manejador",
|
|
978
1009
|
placeholders: [{ name: "name", type: "string" }]
|
|
979
1010
|
},
|
|
980
1011
|
"error.toolNotFoundOrNoHandler": {
|
|
981
|
-
value: "
|
|
982
|
-
description: "Error
|
|
1012
|
+
value: "Error: La herramienta '{name}' no fue encontrada o no tiene manejador",
|
|
1013
|
+
description: "Error devuelto al LLM cuando la ejecuci\xF3n de la herramienta falla",
|
|
983
1014
|
placeholders: [{ name: "name", type: "string" }]
|
|
984
1015
|
},
|
|
985
1016
|
"error.toolNoExecuteHandler": {
|
|
986
|
-
value: "
|
|
987
|
-
description: "Error
|
|
1017
|
+
value: "La herramienta {name} no tiene manejador de ejecuci\xF3n",
|
|
1018
|
+
description: "Error cuando la herramienta carece de una funci\xF3n de ejecuci\xF3n",
|
|
988
1019
|
placeholders: [{ name: "name", type: "string" }]
|
|
989
1020
|
},
|
|
990
1021
|
"error.provider.notRegistered": {
|
|
991
|
-
value: "
|
|
992
|
-
description: "
|
|
1022
|
+
value: "no registrado",
|
|
1023
|
+
description: "Raz\xF3n de disponibilidad del proveedor: no registrado"
|
|
993
1024
|
},
|
|
994
1025
|
"error.provider.depsNotInstalled": {
|
|
995
|
-
value: "
|
|
996
|
-
description: "
|
|
1026
|
+
value: "dependencias no instaladas o no configuradas",
|
|
1027
|
+
description: "Raz\xF3n de disponibilidad del proveedor: faltan dependencias"
|
|
997
1028
|
},
|
|
998
1029
|
"error.provider.sdkNotConfigured": {
|
|
999
|
-
value: "SDK
|
|
1000
|
-
description: "
|
|
1030
|
+
value: "SDK no instalado o clave de API no configurada",
|
|
1031
|
+
description: "Raz\xF3n de disponibilidad del proveedor: falta SDK o clave"
|
|
1001
1032
|
},
|
|
1002
1033
|
"error.provider.claudeSdkMissing": {
|
|
1003
|
-
value: "@anthropic-ai/claude-agent-sdk
|
|
1004
|
-
description: "Error
|
|
1034
|
+
value: "@anthropic-ai/claude-agent-sdk no est\xE1 instalado",
|
|
1035
|
+
description: "Error cuando falla require.resolve del Claude Agent SDK"
|
|
1005
1036
|
},
|
|
1006
1037
|
"error.provider.opencodeSdkMissing": {
|
|
1007
|
-
value: "@opencode-ai/sdk
|
|
1008
|
-
description: "Error
|
|
1038
|
+
value: "@opencode-ai/sdk no est\xE1 instalado",
|
|
1039
|
+
description: "Error cuando falla require.resolve del OpenCode SDK"
|
|
1009
1040
|
},
|
|
1010
1041
|
"error.provider.sdkNotInstalled": {
|
|
1011
|
-
value: "SDK
|
|
1012
|
-
description: "
|
|
1042
|
+
value: "SDK no instalado",
|
|
1043
|
+
description: "Error gen\xE9rico del proveedor: SDK no instalado"
|
|
1013
1044
|
},
|
|
1014
1045
|
"error.provider.contextCreation": {
|
|
1015
|
-
value: "
|
|
1016
|
-
description: "Error
|
|
1046
|
+
value: "Error al crear el contexto: {error}",
|
|
1047
|
+
description: "Error durante la creaci\xF3n del contexto del proveedor",
|
|
1017
1048
|
placeholders: [{ name: "error", type: "string" }]
|
|
1018
1049
|
},
|
|
1019
1050
|
"error.provider.executionFailed": {
|
|
1020
|
-
value: "\
|
|
1021
|
-
description: "Error
|
|
1051
|
+
value: "La ejecuci\xF3n fall\xF3: {error}",
|
|
1052
|
+
description: "Error durante la ejecuci\xF3n del proveedor",
|
|
1022
1053
|
placeholders: [{ name: "error", type: "string" }]
|
|
1023
1054
|
},
|
|
1024
1055
|
"error.provider.streamFailed": {
|
|
1025
|
-
value: "
|
|
1026
|
-
description: "Error
|
|
1056
|
+
value: "El stream fall\xF3: {error}",
|
|
1057
|
+
description: "Error durante el streaming del proveedor",
|
|
1027
1058
|
placeholders: [{ name: "error", type: "string" }]
|
|
1028
1059
|
},
|
|
1029
1060
|
"export.agentConfiguration": {
|
|
1030
|
-
value: "#
|
|
1031
|
-
description: "Markdown
|
|
1061
|
+
value: "# Configuraci\xF3n del agente",
|
|
1062
|
+
description: "Encabezado Markdown"
|
|
1032
1063
|
},
|
|
1033
1064
|
"export.metadata": {
|
|
1034
|
-
value: "##
|
|
1035
|
-
description: "Markdown
|
|
1065
|
+
value: "## Metadatos",
|
|
1066
|
+
description: "Encabezado Markdown"
|
|
1036
1067
|
},
|
|
1037
1068
|
"export.metaName": {
|
|
1038
|
-
value: "- **
|
|
1039
|
-
description: "
|
|
1069
|
+
value: "- **Nombre**: {name}",
|
|
1070
|
+
description: "L\xEDnea de metadatos",
|
|
1040
1071
|
placeholders: [{ name: "name", type: "string" }]
|
|
1041
1072
|
},
|
|
1042
1073
|
"export.metaVersion": {
|
|
1043
|
-
value: "- **
|
|
1044
|
-
description: "
|
|
1074
|
+
value: "- **Versi\xF3n**: {version}",
|
|
1075
|
+
description: "L\xEDnea de metadatos",
|
|
1045
1076
|
placeholders: [{ name: "version", type: "string" }]
|
|
1046
1077
|
},
|
|
1047
1078
|
"export.metaOwners": {
|
|
1048
|
-
value: "- **
|
|
1049
|
-
description: "
|
|
1079
|
+
value: "- **Propietarios**: {owners}",
|
|
1080
|
+
description: "L\xEDnea de metadatos",
|
|
1050
1081
|
placeholders: [{ name: "owners", type: "string" }]
|
|
1051
1082
|
},
|
|
1052
1083
|
"export.metaModel": {
|
|
1053
|
-
value: "- **
|
|
1054
|
-
description: "
|
|
1084
|
+
value: "- **Modelo**: {model}",
|
|
1085
|
+
description: "L\xEDnea de metadatos",
|
|
1055
1086
|
placeholders: [{ name: "model", type: "string" }]
|
|
1056
1087
|
},
|
|
1057
1088
|
"export.instructions": {
|
|
1058
|
-
value: "##
|
|
1059
|
-
description: "Markdown
|
|
1089
|
+
value: "## Instrucciones",
|
|
1090
|
+
description: "Encabezado Markdown"
|
|
1060
1091
|
},
|
|
1061
1092
|
"export.availableTools": {
|
|
1062
|
-
value: "##
|
|
1063
|
-
description: "Markdown
|
|
1093
|
+
value: "## Herramientas disponibles",
|
|
1094
|
+
description: "Encabezado Markdown"
|
|
1095
|
+
},
|
|
1096
|
+
"export.tools": {
|
|
1097
|
+
value: "## Herramientas",
|
|
1098
|
+
description: "Encabezado Markdown"
|
|
1064
1099
|
},
|
|
1065
|
-
"export.tools": { value: "## Outils", description: "Markdown heading" },
|
|
1066
1100
|
"export.knowledgeSources": {
|
|
1067
|
-
value: "##
|
|
1068
|
-
description: "Markdown
|
|
1101
|
+
value: "## Fuentes de conocimiento",
|
|
1102
|
+
description: "Encabezado Markdown"
|
|
1069
1103
|
},
|
|
1070
1104
|
"export.policy": {
|
|
1071
|
-
value: "##
|
|
1072
|
-
description: "Markdown
|
|
1105
|
+
value: "## Pol\xEDtica",
|
|
1106
|
+
description: "Encabezado Markdown"
|
|
1073
1107
|
},
|
|
1074
1108
|
"export.additionalContext": {
|
|
1075
|
-
value: "##
|
|
1076
|
-
description: "Markdown
|
|
1109
|
+
value: "## Contexto adicional",
|
|
1110
|
+
description: "Encabezado Markdown"
|
|
1077
1111
|
},
|
|
1078
1112
|
"export.configuration": {
|
|
1079
|
-
value: "##
|
|
1080
|
-
description: "Markdown
|
|
1113
|
+
value: "## Configuraci\xF3n",
|
|
1114
|
+
description: "Encabezado Markdown"
|
|
1081
1115
|
},
|
|
1082
1116
|
"export.mcpServers": {
|
|
1083
|
-
value: "##
|
|
1084
|
-
description: "Markdown
|
|
1117
|
+
value: "## Servidores MCP",
|
|
1118
|
+
description: "Encabezado Markdown"
|
|
1085
1119
|
},
|
|
1086
1120
|
"export.parameters": {
|
|
1087
|
-
value: "**
|
|
1088
|
-
description: "
|
|
1121
|
+
value: "**Par\xE1metros:**",
|
|
1122
|
+
description: "Etiqueta de par\xE1metros"
|
|
1089
1123
|
},
|
|
1090
1124
|
"export.requiresApproval": {
|
|
1091
|
-
value: "
|
|
1092
|
-
description: "
|
|
1125
|
+
value: "requiere aprobaci\xF3n",
|
|
1126
|
+
description: "Indicador de herramienta"
|
|
1093
1127
|
},
|
|
1094
1128
|
"export.notAutomationSafe": {
|
|
1095
|
-
value: "
|
|
1096
|
-
description: "
|
|
1129
|
+
value: "no es seguro para automatizaci\xF3n",
|
|
1130
|
+
description: "Indicador de herramienta"
|
|
1097
1131
|
},
|
|
1098
1132
|
"export.requiresApprovalMd": {
|
|
1099
|
-
value: "*(
|
|
1100
|
-
description: "
|
|
1133
|
+
value: "*(requiere aprobaci\xF3n)*",
|
|
1134
|
+
description: "Indicador de herramienta en Markdown"
|
|
1101
1135
|
},
|
|
1102
1136
|
"export.notAutomationSafeMd": {
|
|
1103
|
-
value: "*(
|
|
1104
|
-
description: "
|
|
1137
|
+
value: "*(no es seguro para automatizaci\xF3n)*",
|
|
1138
|
+
description: "Indicador de herramienta en Markdown"
|
|
1105
1139
|
},
|
|
1106
1140
|
"export.required": {
|
|
1107
|
-
value: "(
|
|
1108
|
-
description: "
|
|
1141
|
+
value: "(obligatorio)",
|
|
1142
|
+
description: "Marcador de obligatorio"
|
|
1109
1143
|
},
|
|
1110
1144
|
"export.optional": {
|
|
1111
|
-
value: "(
|
|
1112
|
-
description: "
|
|
1145
|
+
value: "(opcional)",
|
|
1146
|
+
description: "Marcador de opcional"
|
|
1113
1147
|
},
|
|
1114
1148
|
"export.minConfidence": {
|
|
1115
|
-
value: "-
|
|
1116
|
-
description: "
|
|
1149
|
+
value: "- Confianza m\xEDnima: {min}",
|
|
1150
|
+
description: "L\xEDnea de pol\xEDtica",
|
|
1117
1151
|
placeholders: [{ name: "min", type: "number" }]
|
|
1118
1152
|
},
|
|
1119
1153
|
"export.escalationConfigured": {
|
|
1120
|
-
value: "- La
|
|
1121
|
-
description: "
|
|
1154
|
+
value: "- La pol\xEDtica de escalamiento est\xE1 configurada",
|
|
1155
|
+
description: "L\xEDnea de pol\xEDtica para el prompt del sistema"
|
|
1122
1156
|
},
|
|
1123
1157
|
"export.escalationPolicyConfigured": {
|
|
1124
|
-
value: "-
|
|
1125
|
-
description: "
|
|
1158
|
+
value: "- Pol\xEDtica de escalamiento configurada",
|
|
1159
|
+
description: "L\xEDnea de pol\xEDtica para la exportaci\xF3n en Markdown"
|
|
1126
1160
|
},
|
|
1127
1161
|
"export.featureFlags": {
|
|
1128
|
-
value: "-
|
|
1129
|
-
description: "
|
|
1162
|
+
value: "- Indicadores de caracter\xEDsticas: {flags}",
|
|
1163
|
+
description: "L\xEDnea de pol\xEDtica de indicadores de caracter\xEDsticas",
|
|
1130
1164
|
placeholders: [{ name: "flags", type: "string" }]
|
|
1131
1165
|
},
|
|
1132
1166
|
"export.generatedFrom": {
|
|
1133
|
-
value: "*
|
|
1134
|
-
description: "
|
|
1167
|
+
value: "*Generado desde ContractSpec: {key}*",
|
|
1168
|
+
description: "L\xEDnea de atribuci\xF3n en el pie",
|
|
1135
1169
|
placeholders: [{ name: "key", type: "string" }]
|
|
1136
1170
|
},
|
|
1137
1171
|
"export.exportedAt": {
|
|
1138
|
-
value: "*
|
|
1139
|
-
description: "
|
|
1172
|
+
value: "*Exportado el: {date}*",
|
|
1173
|
+
description: "Marca de tiempo en el pie",
|
|
1140
1174
|
placeholders: [{ name: "date", type: "string" }]
|
|
1141
1175
|
},
|
|
1142
1176
|
"export.agentType": {
|
|
1143
|
-
value: ">
|
|
1144
|
-
description: "
|
|
1177
|
+
value: "> Tipo de agente: **{type}**",
|
|
1178
|
+
description: "Llamada de tipo de agente",
|
|
1145
1179
|
placeholders: [{ name: "type", type: "string" }]
|
|
1146
1180
|
},
|
|
1147
1181
|
"export.noDescription": {
|
|
1148
|
-
value: "
|
|
1149
|
-
description: "
|
|
1182
|
+
value: "Sin descripci\xF3n",
|
|
1183
|
+
description: "Texto de respaldo cuando la herramienta no tiene descripci\xF3n"
|
|
1150
1184
|
},
|
|
1151
1185
|
"export.validation.requiresKey": {
|
|
1152
|
-
value: "La
|
|
1153
|
-
description: "
|
|
1186
|
+
value: "La especificaci\xF3n debe tener una meta.key",
|
|
1187
|
+
description: "Error de validaci\xF3n"
|
|
1154
1188
|
},
|
|
1155
1189
|
"export.validation.requiresInstructions": {
|
|
1156
|
-
value: "La
|
|
1157
|
-
description: "
|
|
1190
|
+
value: "La especificaci\xF3n debe tener instrucciones",
|
|
1191
|
+
description: "Error de validaci\xF3n"
|
|
1158
1192
|
},
|
|
1159
1193
|
"export.validation.requiresTool": {
|
|
1160
|
-
value: "La
|
|
1161
|
-
description: "
|
|
1194
|
+
value: "La especificaci\xF3n debe tener al menos una herramienta",
|
|
1195
|
+
description: "Error de validaci\xF3n"
|
|
1162
1196
|
},
|
|
1163
1197
|
"export.validation.toolRequiresName": {
|
|
1164
|
-
value: "
|
|
1165
|
-
description: "
|
|
1198
|
+
value: "Todas las herramientas deben tener un nombre",
|
|
1199
|
+
description: "Error de validaci\xF3n"
|
|
1166
1200
|
},
|
|
1167
1201
|
"export.validation.toolRequiresDescOrName": {
|
|
1168
|
-
value: "
|
|
1169
|
-
description: "
|
|
1202
|
+
value: "La herramienta debe tener una descripci\xF3n o un nombre",
|
|
1203
|
+
description: "Error de validaci\xF3n"
|
|
1170
1204
|
},
|
|
1171
1205
|
"export.validation.toolInvalidName": {
|
|
1172
|
-
value: "
|
|
1173
|
-
description: "
|
|
1206
|
+
value: "El nombre de herramienta '{name}' debe ser un identificador v\xE1lido (letras, n\xFAmeros, guiones bajos)",
|
|
1207
|
+
description: "Error de validaci\xF3n para nombre de herramienta inv\xE1lido",
|
|
1174
1208
|
placeholders: [{ name: "name", type: "string" }]
|
|
1175
1209
|
},
|
|
1176
1210
|
"export.agentType.build": {
|
|
1177
|
-
value: "
|
|
1178
|
-
description: "
|
|
1211
|
+
value: "Agente principal con acceso completo a herramientas para la generaci\xF3n y modificaci\xF3n de c\xF3digo.",
|
|
1212
|
+
description: "Descripci\xF3n del tipo de agente de construcci\xF3n"
|
|
1179
1213
|
},
|
|
1180
1214
|
"export.agentType.plan": {
|
|
1181
|
-
value: "
|
|
1182
|
-
description: "
|
|
1215
|
+
value: "Agente restringido para an\xE1lisis y planificaci\xF3n. Las ediciones de archivos y los comandos bash requieren aprobaci\xF3n.",
|
|
1216
|
+
description: "Descripci\xF3n del tipo de agente de planificaci\xF3n"
|
|
1183
1217
|
},
|
|
1184
1218
|
"export.agentType.general": {
|
|
1185
|
-
value: "
|
|
1186
|
-
description: "
|
|
1219
|
+
value: "Subagente de prop\xF3sito general para preguntas complejas y tareas de m\xFAltiples pasos.",
|
|
1220
|
+
description: "Descripci\xF3n del tipo de agente general"
|
|
1187
1221
|
},
|
|
1188
1222
|
"export.agentType.explore": {
|
|
1189
|
-
value: "
|
|
1190
|
-
description: "
|
|
1223
|
+
value: "Subagente r\xE1pido optimizado para exploraci\xF3n de c\xF3digo y b\xFAsqueda de patrones.",
|
|
1224
|
+
description: "Descripci\xF3n del tipo de agente de exploraci\xF3n"
|
|
1191
1225
|
},
|
|
1192
1226
|
"export.bridge.requiresApproval": {
|
|
1193
|
-
value: "(
|
|
1194
|
-
description: "
|
|
1227
|
+
value: "(requiere aprobaci\xF3n)",
|
|
1228
|
+
description: "Etiqueta de permiso de herramienta"
|
|
1195
1229
|
},
|
|
1196
1230
|
"export.bridge.askMode": {
|
|
1197
|
-
value: "(
|
|
1198
|
-
description: "
|
|
1231
|
+
value: "(modo consulta)",
|
|
1232
|
+
description: "Etiqueta de permiso de herramienta"
|
|
1199
1233
|
},
|
|
1200
1234
|
"approval.toolRequiresApproval": {
|
|
1201
|
-
value:
|
|
1202
|
-
description: "
|
|
1235
|
+
value: 'La herramienta "{name}" requiere aprobaci\xF3n',
|
|
1236
|
+
description: "Raz\xF3n predeterminada para solicitudes de aprobaci\xF3n de herramientas",
|
|
1203
1237
|
placeholders: [{ name: "name", type: "string" }]
|
|
1204
1238
|
},
|
|
1205
1239
|
"log.unifiedAgent.fallback": {
|
|
1206
|
-
value: "[UnifiedAgent] {backend}
|
|
1207
|
-
description: "
|
|
1240
|
+
value: "[UnifiedAgent] {backend} fall\xF3, recurriendo a {fallback}",
|
|
1241
|
+
description: "Advertencia cuando un backend falla y se utiliza el respaldo",
|
|
1208
1242
|
placeholders: [
|
|
1209
1243
|
{ name: "backend", type: "string" },
|
|
1210
1244
|
{ name: "fallback", type: "string" }
|
|
1211
1245
|
]
|
|
1212
1246
|
},
|
|
1213
1247
|
"log.knowledge.spaceNotAvailable": {
|
|
1214
|
-
value:
|
|
1215
|
-
description: "
|
|
1248
|
+
value: 'El espacio de conocimiento requerido "{key}" no est\xE1 disponible',
|
|
1249
|
+
description: "Advertencia cuando un espacio de conocimiento requerido no existe",
|
|
1216
1250
|
placeholders: [{ name: "key", type: "string" }]
|
|
1217
1251
|
},
|
|
1218
1252
|
"log.knowledge.loadFailed": {
|
|
1219
|
-
value:
|
|
1220
|
-
description: "
|
|
1253
|
+
value: 'Error al cargar el conocimiento requerido "{key}":',
|
|
1254
|
+
description: "Advertencia cuando falla la carga de conocimiento",
|
|
1221
1255
|
placeholders: [{ name: "key", type: "string" }]
|
|
1222
1256
|
},
|
|
1223
1257
|
"log.knowledge.queryFailed": {
|
|
1224
|
-
value: "
|
|
1225
|
-
description: "
|
|
1258
|
+
value: "Error al consultar el espacio de conocimiento {space}:",
|
|
1259
|
+
description: "Advertencia cuando falla la consulta de conocimiento",
|
|
1226
1260
|
placeholders: [{ name: "space", type: "string" }]
|
|
1227
1261
|
},
|
|
1228
1262
|
"log.mcpServer.started": {
|
|
1229
|
-
value: "[MCPToolServer] {name}@{version}
|
|
1230
|
-
description: "
|
|
1263
|
+
value: "[MCPToolServer] Iniciado {name}@{version} con {count} herramientas",
|
|
1264
|
+
description: "Mensaje de registro cuando el servidor de herramientas MCP se inicia",
|
|
1231
1265
|
placeholders: [
|
|
1232
1266
|
{ name: "name", type: "string" },
|
|
1233
1267
|
{ name: "version", type: "string" },
|
|
@@ -1235,24 +1269,24 @@ var init_fr = __esm(() => {
|
|
|
1235
1269
|
]
|
|
1236
1270
|
},
|
|
1237
1271
|
"log.mcpServer.stopped": {
|
|
1238
|
-
value: "[MCPToolServer] {name}
|
|
1239
|
-
description: "
|
|
1272
|
+
value: "[MCPToolServer] Detenido {name}",
|
|
1273
|
+
description: "Mensaje de registro cuando el servidor de herramientas MCP se detiene",
|
|
1240
1274
|
placeholders: [{ name: "name", type: "string" }]
|
|
1241
1275
|
},
|
|
1242
1276
|
"error.telemetry.posthogAiRequired": {
|
|
1243
|
-
value: "PostHog LLM Analytics
|
|
1277
|
+
value: "PostHog LLM Analytics requiere que @posthog/ai est\xE9 instalado. Ejecute: npm install @posthog/ai posthog-node",
|
|
1244
1278
|
description: "Error when PostHog AI dependency is missing"
|
|
1245
1279
|
},
|
|
1246
1280
|
"error.telemetry.posthogClientOrKeyRequired": {
|
|
1247
|
-
value: "PostHog LLM Analytics
|
|
1281
|
+
value: "PostHog LLM Analytics requiere una instancia de cliente o una apiKey.",
|
|
1248
1282
|
description: "Error when PostHog client or API key is not configured"
|
|
1249
1283
|
},
|
|
1250
1284
|
"error.telemetry.posthogNodeRequired": {
|
|
1251
|
-
value: "PostHog LLM Analytics
|
|
1285
|
+
value: "PostHog LLM Analytics requiere que posthog-node est\xE9 instalado. Ejecute: npm install posthog-node",
|
|
1252
1286
|
description: "Error when posthog-node dependency is missing"
|
|
1253
1287
|
},
|
|
1254
1288
|
"error.provider.notAvailable": {
|
|
1255
|
-
value: "
|
|
1289
|
+
value: "El proveedor '{provider}' no est\xE1 disponible{reason}",
|
|
1256
1290
|
description: "Error when a provider is unavailable",
|
|
1257
1291
|
placeholders: [
|
|
1258
1292
|
{ name: "provider", type: "string" },
|
|
@@ -1263,636 +1297,602 @@ var init_fr = __esm(() => {
|
|
|
1263
1297
|
});
|
|
1264
1298
|
});
|
|
1265
1299
|
|
|
1266
|
-
// src/i18n/catalogs/
|
|
1300
|
+
// src/i18n/catalogs/fr.ts
|
|
1267
1301
|
import { defineTranslation as defineTranslation3 } from "@contractspec/lib.contracts-spec/translations";
|
|
1268
|
-
var
|
|
1269
|
-
var
|
|
1270
|
-
|
|
1302
|
+
var frMessages;
|
|
1303
|
+
var init_fr = __esm(() => {
|
|
1304
|
+
frMessages = defineTranslation3({
|
|
1271
1305
|
meta: {
|
|
1272
1306
|
key: "ai-agent.messages",
|
|
1273
1307
|
version: "1.0.0",
|
|
1274
1308
|
domain: "ai-agent",
|
|
1275
|
-
description: "
|
|
1309
|
+
description: "Toutes les cha\xEEnes destin\xE9es aux utilisateurs, aux LLM et aux d\xE9veloppeurs pour le package ai-agent",
|
|
1276
1310
|
owners: ["platform"],
|
|
1277
1311
|
stability: "experimental"
|
|
1278
1312
|
},
|
|
1279
|
-
locale: "
|
|
1313
|
+
locale: "fr",
|
|
1280
1314
|
fallback: "en",
|
|
1281
1315
|
messages: {
|
|
1282
1316
|
"agent.json.rules.validJsonOnly": {
|
|
1283
|
-
value: "
|
|
1284
|
-
description: "
|
|
1317
|
+
value: "Vous DEVEZ produire uniquement du JSON valide.",
|
|
1318
|
+
description: "JSON runner rule: output must be valid JSON"
|
|
1285
1319
|
},
|
|
1286
1320
|
"agent.json.rules.noMarkdownFences": {
|
|
1287
|
-
value: "
|
|
1288
|
-
description: "
|
|
1321
|
+
value: "N'encapsulez pas la sortie dans des blocs de code markdown.",
|
|
1322
|
+
description: "JSON runner rule: no markdown code fences"
|
|
1289
1323
|
},
|
|
1290
1324
|
"agent.json.rules.noCommentary": {
|
|
1291
|
-
value: "
|
|
1292
|
-
description: "
|
|
1325
|
+
value: "N'incluez ni commentaire ni explication.",
|
|
1326
|
+
description: "JSON runner rule: no extra text"
|
|
1293
1327
|
},
|
|
1294
1328
|
"agent.json.rules.doubleQuotes": {
|
|
1295
|
-
value: "
|
|
1296
|
-
description: "
|
|
1329
|
+
value: "Utilisez des guillemets doubles pour toutes les cl\xE9s et valeurs de type cha\xEEne.",
|
|
1330
|
+
description: "JSON runner rule: double quotes only"
|
|
1297
1331
|
},
|
|
1298
1332
|
"agent.json.rules.noTrailingCommas": {
|
|
1299
|
-
value: "
|
|
1300
|
-
description: "
|
|
1333
|
+
value: "N'incluez pas de virgules finales.",
|
|
1334
|
+
description: "JSON runner rule: no trailing commas"
|
|
1301
1335
|
},
|
|
1302
1336
|
"agent.json.defaultDescription": {
|
|
1303
|
-
value: "
|
|
1304
|
-
description: "
|
|
1337
|
+
value: "Ex\xE9cuteur d'agent JSON uniquement pour les pipelines d\xE9terministes.",
|
|
1338
|
+
description: "Default description for the JSON runner spec"
|
|
1305
1339
|
},
|
|
1306
1340
|
"agent.json.systemPrompt": {
|
|
1307
|
-
value: "
|
|
1308
|
-
description: "
|
|
1341
|
+
value: "Vous \xEAtes un g\xE9n\xE9rateur JSON pr\xE9cis.",
|
|
1342
|
+
description: "Default system prompt for the JSON runner"
|
|
1309
1343
|
},
|
|
1310
1344
|
"knowledge.header": {
|
|
1311
|
-
value: "#
|
|
1312
|
-
description: "
|
|
1345
|
+
value: "# Connaissances de r\xE9f\xE9rence",
|
|
1346
|
+
description: "Header for injected knowledge section in system prompt"
|
|
1313
1347
|
},
|
|
1314
1348
|
"knowledge.description": {
|
|
1315
|
-
value: "
|
|
1316
|
-
description: "
|
|
1349
|
+
value: "Les informations suivantes sont fournies \xE0 titre de r\xE9f\xE9rence. Utilisez-les pour \xE9clairer vos r\xE9ponses.",
|
|
1350
|
+
description: "Description below the knowledge header"
|
|
1317
1351
|
},
|
|
1318
1352
|
"tool.knowledge.description": {
|
|
1319
|
-
value: "
|
|
1320
|
-
description: "
|
|
1353
|
+
value: "Interrogez les bases de connaissances pour obtenir des informations pertinentes. Utilisez cet outil lorsque vous avez besoin de rechercher des informations sp\xE9cifiques qui ne sont pas dans votre contexte.",
|
|
1354
|
+
description: "Description for the knowledge query tool shown to the LLM"
|
|
1321
1355
|
},
|
|
1322
1356
|
"tool.knowledge.availableSpaces": {
|
|
1323
|
-
value: "
|
|
1324
|
-
description: "
|
|
1357
|
+
value: "Espaces de connaissances disponibles :",
|
|
1358
|
+
description: "Label before listing available knowledge spaces"
|
|
1325
1359
|
},
|
|
1326
1360
|
"tool.knowledge.spaceDefault": {
|
|
1327
|
-
value: "
|
|
1328
|
-
description: "
|
|
1361
|
+
value: "Espace de connaissances",
|
|
1362
|
+
description: "Fallback description for unnamed knowledge spaces"
|
|
1329
1363
|
},
|
|
1330
1364
|
"tool.knowledge.param.query": {
|
|
1331
|
-
value: "La
|
|
1332
|
-
description: "
|
|
1365
|
+
value: "La question ou la requ\xEAte de recherche pour trouver des informations pertinentes",
|
|
1366
|
+
description: "Parameter description for the query field"
|
|
1333
1367
|
},
|
|
1334
1368
|
"tool.knowledge.param.spaceKey": {
|
|
1335
|
-
value: "
|
|
1336
|
-
description: "
|
|
1369
|
+
value: "Espace de connaissances sp\xE9cifique \xE0 interroger. Si omis, recherche dans tous les espaces disponibles.",
|
|
1370
|
+
description: "Parameter description for the spaceKey field"
|
|
1337
1371
|
},
|
|
1338
1372
|
"tool.knowledge.param.topK": {
|
|
1339
|
-
value: "
|
|
1340
|
-
description: "
|
|
1373
|
+
value: "Nombre maximum de r\xE9sultats \xE0 retourner",
|
|
1374
|
+
description: "Parameter description for the topK field"
|
|
1341
1375
|
},
|
|
1342
1376
|
"tool.knowledge.noResults": {
|
|
1343
|
-
value: "
|
|
1344
|
-
description: "
|
|
1377
|
+
value: "Aucune information pertinente trouv\xE9e dans les bases de connaissances.",
|
|
1378
|
+
description: "Message when no knowledge results are found"
|
|
1345
1379
|
},
|
|
1346
1380
|
"tool.knowledge.sourceLabel": {
|
|
1347
|
-
value: "[
|
|
1348
|
-
description: "
|
|
1381
|
+
value: "[Source {index} - {space}] (pertinence : {score} %)",
|
|
1382
|
+
description: "Label for each knowledge search result",
|
|
1349
1383
|
placeholders: [
|
|
1350
|
-
{
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
description: "\xCDndice de fuente basado en 1"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
name: "space",
|
|
1357
|
-
type: "string",
|
|
1358
|
-
description: "Nombre del espacio de conocimiento"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
name: "score",
|
|
1362
|
-
type: "number",
|
|
1363
|
-
description: "Porcentaje de relevancia"
|
|
1364
|
-
}
|
|
1384
|
+
{ name: "index", type: "number", description: "1-based source index" },
|
|
1385
|
+
{ name: "space", type: "string", description: "Knowledge space name" },
|
|
1386
|
+
{ name: "score", type: "number", description: "Relevance percentage" }
|
|
1365
1387
|
]
|
|
1366
1388
|
},
|
|
1367
1389
|
"tool.fallbackDescription": {
|
|
1368
|
-
value: "
|
|
1369
|
-
description: "
|
|
1390
|
+
value: "Ex\xE9cuter {name}",
|
|
1391
|
+
description: "Fallback description when a tool has no explicit description",
|
|
1370
1392
|
placeholders: [
|
|
1371
|
-
{
|
|
1372
|
-
name: "name",
|
|
1373
|
-
type: "string",
|
|
1374
|
-
description: "Nombre de la herramienta"
|
|
1375
|
-
}
|
|
1393
|
+
{ name: "name", type: "string", description: "Tool name" }
|
|
1376
1394
|
]
|
|
1377
1395
|
},
|
|
1378
1396
|
"tool.mcp.param.message": {
|
|
1379
|
-
value: "
|
|
1380
|
-
description: "
|
|
1397
|
+
value: "Le message ou la requ\xEAte \xE0 envoyer \xE0 l'agent",
|
|
1398
|
+
description: "MCP server: message parameter description"
|
|
1381
1399
|
},
|
|
1382
1400
|
"tool.mcp.param.sessionId": {
|
|
1383
|
-
value: "
|
|
1384
|
-
description: "
|
|
1401
|
+
value: "Identifiant de session optionnel pour poursuivre une conversation",
|
|
1402
|
+
description: "MCP server: sessionId parameter description"
|
|
1385
1403
|
},
|
|
1386
1404
|
"tool.mcp.agentDescription": {
|
|
1387
|
-
value: "
|
|
1388
|
-
description: "
|
|
1405
|
+
value: "Interagir avec l'agent {key}",
|
|
1406
|
+
description: "MCP server: agent tool description",
|
|
1389
1407
|
placeholders: [
|
|
1390
|
-
{
|
|
1391
|
-
name: "key",
|
|
1392
|
-
type: "string",
|
|
1393
|
-
description: "Clave de la especificaci\xF3n del agente"
|
|
1394
|
-
}
|
|
1408
|
+
{ name: "key", type: "string", description: "Agent spec key" }
|
|
1395
1409
|
]
|
|
1396
1410
|
},
|
|
1397
1411
|
"tool.mcp.executePrompt": {
|
|
1398
|
-
value: "
|
|
1399
|
-
description: "
|
|
1400
|
-
placeholders: [
|
|
1401
|
-
{
|
|
1402
|
-
name: "name",
|
|
1403
|
-
type: "string",
|
|
1404
|
-
description: "Nombre de la herramienta"
|
|
1405
|
-
},
|
|
1412
|
+
value: "Ex\xE9cutez l'outil {name} avec les arguments suivants : {args}",
|
|
1413
|
+
description: "MCP server: prompt sent when executing an individual tool",
|
|
1414
|
+
placeholders: [
|
|
1415
|
+
{ name: "name", type: "string", description: "Tool name" },
|
|
1406
1416
|
{
|
|
1407
1417
|
name: "args",
|
|
1408
1418
|
type: "string",
|
|
1409
|
-
description: "
|
|
1419
|
+
description: "JSON-stringified arguments"
|
|
1410
1420
|
}
|
|
1411
1421
|
]
|
|
1412
1422
|
},
|
|
1413
1423
|
"tool.mcp.toolDescription": {
|
|
1414
|
-
value: "
|
|
1415
|
-
description: "
|
|
1424
|
+
value: "Ex\xE9cuter l'outil {name}",
|
|
1425
|
+
description: "MCP server: individual tool description",
|
|
1416
1426
|
placeholders: [
|
|
1417
|
-
{
|
|
1418
|
-
name: "name",
|
|
1419
|
-
type: "string",
|
|
1420
|
-
description: "Nombre de la herramienta"
|
|
1421
|
-
}
|
|
1427
|
+
{ name: "name", type: "string", description: "Tool name" }
|
|
1422
1428
|
]
|
|
1423
1429
|
},
|
|
1424
1430
|
"interop.prompt.agentIdentity": {
|
|
1425
|
-
value: "#
|
|
1426
|
-
description: "
|
|
1431
|
+
value: "# Identit\xE9 de l'agent",
|
|
1432
|
+
description: "Section header for agent identity in LLM prompt"
|
|
1427
1433
|
},
|
|
1428
1434
|
"interop.prompt.youAre": {
|
|
1429
|
-
value: "
|
|
1430
|
-
description: "
|
|
1435
|
+
value: "Vous \xEAtes {key} (v{version}).",
|
|
1436
|
+
description: "Agent identity statement in LLM prompt",
|
|
1431
1437
|
placeholders: [
|
|
1432
1438
|
{ name: "key", type: "string" },
|
|
1433
1439
|
{ name: "version", type: "string" }
|
|
1434
1440
|
]
|
|
1435
1441
|
},
|
|
1436
1442
|
"interop.prompt.description": {
|
|
1437
|
-
value: "##
|
|
1438
|
-
description: "
|
|
1443
|
+
value: "## Description",
|
|
1444
|
+
description: "Section header for description"
|
|
1439
1445
|
},
|
|
1440
1446
|
"interop.prompt.instructions": {
|
|
1441
|
-
value: "##
|
|
1442
|
-
description: "
|
|
1447
|
+
value: "## Instructions",
|
|
1448
|
+
description: "Section header for instructions"
|
|
1443
1449
|
},
|
|
1444
1450
|
"interop.prompt.availableTools": {
|
|
1445
|
-
value: "##
|
|
1446
|
-
description: "
|
|
1451
|
+
value: "## Outils disponibles",
|
|
1452
|
+
description: "Section header for available tools"
|
|
1447
1453
|
},
|
|
1448
1454
|
"interop.prompt.toolsIntro": {
|
|
1449
|
-
value: "
|
|
1450
|
-
description: "
|
|
1455
|
+
value: "Vous avez acc\xE8s aux outils suivants :",
|
|
1456
|
+
description: "Introduction before listing tools"
|
|
1451
1457
|
},
|
|
1452
1458
|
"interop.prompt.parameters": {
|
|
1453
|
-
value: "
|
|
1454
|
-
description: "
|
|
1459
|
+
value: "Param\xE8tres :",
|
|
1460
|
+
description: "Label before tool parameters block"
|
|
1455
1461
|
},
|
|
1456
1462
|
"interop.prompt.knowledgeContext": {
|
|
1457
|
-
value: "##
|
|
1458
|
-
description: "
|
|
1463
|
+
value: "## Contexte de connaissances",
|
|
1464
|
+
description: "Section header for knowledge context"
|
|
1459
1465
|
},
|
|
1460
1466
|
"interop.prompt.additionalContext": {
|
|
1461
|
-
value: "##
|
|
1462
|
-
description: "
|
|
1467
|
+
value: "## Contexte suppl\xE9mentaire",
|
|
1468
|
+
description: "Section header for additional context"
|
|
1463
1469
|
},
|
|
1464
1470
|
"interop.md.toc": {
|
|
1465
|
-
value: "##
|
|
1466
|
-
description: "
|
|
1471
|
+
value: "## Table des mati\xE8res",
|
|
1472
|
+
description: "TOC header"
|
|
1467
1473
|
},
|
|
1468
1474
|
"interop.md.overview": {
|
|
1469
|
-
value: "##
|
|
1470
|
-
description: "
|
|
1471
|
-
},
|
|
1472
|
-
"interop.md.tools": {
|
|
1473
|
-
value: "## Herramientas",
|
|
1474
|
-
description: "Encabezado de herramientas"
|
|
1475
|
+
value: "## Aper\xE7u",
|
|
1476
|
+
description: "Overview header"
|
|
1475
1477
|
},
|
|
1478
|
+
"interop.md.tools": { value: "## Outils", description: "Tools header" },
|
|
1476
1479
|
"interop.md.knowledge": {
|
|
1477
|
-
value: "##
|
|
1478
|
-
description: "
|
|
1480
|
+
value: "## Connaissances",
|
|
1481
|
+
description: "Knowledge header"
|
|
1479
1482
|
},
|
|
1480
1483
|
"interop.md.policy": {
|
|
1481
|
-
value: "##
|
|
1482
|
-
description: "
|
|
1484
|
+
value: "## Politique",
|
|
1485
|
+
description: "Policy header"
|
|
1483
1486
|
},
|
|
1484
1487
|
"interop.md.metaKey": {
|
|
1485
|
-
value: "- **
|
|
1486
|
-
description: "
|
|
1488
|
+
value: "- **Cl\xE9** : `{key}`",
|
|
1489
|
+
description: "Metadata line for key",
|
|
1487
1490
|
placeholders: [{ name: "key", type: "string" }]
|
|
1488
1491
|
},
|
|
1489
1492
|
"interop.md.metaVersion": {
|
|
1490
|
-
value: "- **
|
|
1491
|
-
description: "
|
|
1493
|
+
value: "- **Version** : {version}",
|
|
1494
|
+
description: "Metadata line for version",
|
|
1492
1495
|
placeholders: [{ name: "version", type: "string" }]
|
|
1493
1496
|
},
|
|
1494
1497
|
"interop.md.metaStability": {
|
|
1495
|
-
value: "- **
|
|
1496
|
-
description: "
|
|
1498
|
+
value: "- **Stabilit\xE9** : {stability}",
|
|
1499
|
+
description: "Metadata line for stability",
|
|
1497
1500
|
placeholders: [{ name: "stability", type: "string" }]
|
|
1498
1501
|
},
|
|
1499
1502
|
"interop.md.metaOwners": {
|
|
1500
|
-
value: "- **
|
|
1501
|
-
description: "
|
|
1503
|
+
value: "- **Propri\xE9taires** : {owners}",
|
|
1504
|
+
description: "Metadata line for owners",
|
|
1502
1505
|
placeholders: [{ name: "owners", type: "string" }]
|
|
1503
1506
|
},
|
|
1504
1507
|
"interop.md.metaTags": {
|
|
1505
|
-
value: "- **
|
|
1506
|
-
description: "
|
|
1508
|
+
value: "- **Tags** : {tags}",
|
|
1509
|
+
description: "Metadata line for tags",
|
|
1507
1510
|
placeholders: [{ name: "tags", type: "string" }]
|
|
1508
1511
|
},
|
|
1509
1512
|
"interop.md.schema": {
|
|
1510
|
-
value: "**
|
|
1511
|
-
description: "
|
|
1513
|
+
value: "**Sch\xE9ma :**",
|
|
1514
|
+
description: "Schema label"
|
|
1512
1515
|
},
|
|
1513
1516
|
"interop.md.automationSafe": {
|
|
1514
|
-
value: "**
|
|
1515
|
-
description: "
|
|
1517
|
+
value: "**Compatible avec l'automatisation** : {value}",
|
|
1518
|
+
description: "Automation safe field",
|
|
1516
1519
|
placeholders: [{ name: "value", type: "string" }]
|
|
1517
1520
|
},
|
|
1518
1521
|
"interop.md.required": {
|
|
1519
|
-
value: "(
|
|
1520
|
-
description: "
|
|
1522
|
+
value: "(obligatoire)",
|
|
1523
|
+
description: "Required marker"
|
|
1521
1524
|
},
|
|
1522
1525
|
"interop.md.optional": {
|
|
1523
|
-
value: "(
|
|
1524
|
-
description: "
|
|
1526
|
+
value: "(optionnel)",
|
|
1527
|
+
description: "Optional marker"
|
|
1525
1528
|
},
|
|
1526
1529
|
"interop.md.minConfidence": {
|
|
1527
|
-
value: "- **
|
|
1528
|
-
description: "
|
|
1530
|
+
value: "- **Confiance minimale** : {min}",
|
|
1531
|
+
description: "Minimum confidence policy line",
|
|
1529
1532
|
placeholders: [{ name: "min", type: "number" }]
|
|
1530
1533
|
},
|
|
1531
1534
|
"interop.md.escalationThreshold": {
|
|
1532
|
-
value: "- **
|
|
1533
|
-
description: "
|
|
1535
|
+
value: "- **Seuil d'escalade** : {threshold}",
|
|
1536
|
+
description: "Escalation threshold policy line",
|
|
1534
1537
|
placeholders: [{ name: "threshold", type: "number" }]
|
|
1535
1538
|
},
|
|
1536
1539
|
"interop.md.escalateToolFailure": {
|
|
1537
|
-
value: "- **
|
|
1538
|
-
description: "
|
|
1540
|
+
value: "- **Escalader en cas d'\xE9chec d'outil** : Oui",
|
|
1541
|
+
description: "Escalate on tool failure policy line"
|
|
1539
1542
|
},
|
|
1540
1543
|
"interop.md.escalateTimeout": {
|
|
1541
|
-
value: "- **
|
|
1542
|
-
description: "
|
|
1544
|
+
value: "- **Escalader en cas de d\xE9lai d'attente d\xE9pass\xE9** : Oui",
|
|
1545
|
+
description: "Escalate on timeout policy line"
|
|
1543
1546
|
},
|
|
1544
|
-
"interop.md.yes": { value: "
|
|
1545
|
-
"interop.md.no": { value: "
|
|
1547
|
+
"interop.md.yes": { value: "Oui", description: "Yes label" },
|
|
1548
|
+
"interop.md.no": { value: "Non", description: "No label" },
|
|
1546
1549
|
"error.jsonRunner.requiresModel": {
|
|
1547
|
-
value: "createAgentJsonRunner
|
|
1548
|
-
description: "Error
|
|
1550
|
+
value: "createAgentJsonRunner n\xE9cessite un mod\xE8le ou une configuration de fournisseur",
|
|
1551
|
+
description: "Error when JSON runner has no model or provider"
|
|
1549
1552
|
},
|
|
1550
1553
|
"error.missingToolHandler": {
|
|
1551
|
-
value: "
|
|
1552
|
-
description: "Error
|
|
1554
|
+
value: "Gestionnaire manquant pour l'outil : {name}",
|
|
1555
|
+
description: "Error when a tool handler is not registered",
|
|
1553
1556
|
placeholders: [{ name: "name", type: "string" }]
|
|
1554
1557
|
},
|
|
1555
1558
|
"error.unknownBackend": {
|
|
1556
|
-
value: "Backend
|
|
1557
|
-
description: "Error
|
|
1559
|
+
value: "Backend inconnu : {backend}",
|
|
1560
|
+
description: "Error when an unknown backend is specified",
|
|
1558
1561
|
placeholders: [{ name: "backend", type: "string" }]
|
|
1559
1562
|
},
|
|
1560
1563
|
"error.claudeSdk.notAvailable": {
|
|
1561
|
-
value: "Claude Agent SDK
|
|
1562
|
-
description: "Error
|
|
1564
|
+
value: "Claude Agent SDK non disponible. Installez @anthropic-ai/claude-agent-sdk",
|
|
1565
|
+
description: "Error when Claude Agent SDK is not available"
|
|
1563
1566
|
},
|
|
1564
1567
|
"error.claudeSdk.notInstalled": {
|
|
1565
|
-
value: "Claude Agent SDK
|
|
1566
|
-
description: "Error
|
|
1568
|
+
value: "Claude Agent SDK non install\xE9. Ex\xE9cutez : npm install @anthropic-ai/claude-agent-sdk",
|
|
1569
|
+
description: "Error when Claude Agent SDK module is not found"
|
|
1567
1570
|
},
|
|
1568
1571
|
"error.opencodeSdk.notAvailable": {
|
|
1569
|
-
value: "OpenCode SDK
|
|
1570
|
-
description: "Error
|
|
1572
|
+
value: "OpenCode SDK non disponible. Installez @opencode-ai/sdk",
|
|
1573
|
+
description: "Error when OpenCode SDK is not available"
|
|
1571
1574
|
},
|
|
1572
1575
|
"error.opencodeSdk.notInstalled": {
|
|
1573
|
-
value: "OpenCode SDK
|
|
1574
|
-
description: "Error
|
|
1576
|
+
value: "OpenCode SDK non install\xE9. Ex\xE9cutez : npm install @opencode-ai/sdk",
|
|
1577
|
+
description: "Error when OpenCode SDK module is not found"
|
|
1575
1578
|
},
|
|
1576
1579
|
"error.providerNotInitialized": {
|
|
1577
|
-
value: "
|
|
1578
|
-
description: "Error
|
|
1580
|
+
value: "Fournisseur non initialis\xE9",
|
|
1581
|
+
description: "Error when provider has not been initialized before use"
|
|
1579
1582
|
},
|
|
1580
1583
|
"error.agentKeyRequired": {
|
|
1581
|
-
value: "La
|
|
1582
|
-
description: "
|
|
1584
|
+
value: "La cl\xE9 de l'agent est obligatoire",
|
|
1585
|
+
description: "Validation error: missing agent key"
|
|
1583
1586
|
},
|
|
1584
1587
|
"error.agentMissingVersion": {
|
|
1585
|
-
value: "
|
|
1586
|
-
description: "
|
|
1588
|
+
value: "L'agent {key} n'a pas de version sous forme de cha\xEEne de caract\xE8res",
|
|
1589
|
+
description: "Validation error: version not a string",
|
|
1587
1590
|
placeholders: [{ name: "key", type: "string" }]
|
|
1588
1591
|
},
|
|
1589
1592
|
"error.agentRequiresInstructions": {
|
|
1590
|
-
value: "
|
|
1591
|
-
description: "
|
|
1593
|
+
value: "L'agent {key} n\xE9cessite des instructions",
|
|
1594
|
+
description: "Validation error: missing instructions",
|
|
1592
1595
|
placeholders: [{ name: "key", type: "string" }]
|
|
1593
1596
|
},
|
|
1594
1597
|
"error.agentRequiresTool": {
|
|
1595
|
-
value: "
|
|
1596
|
-
description: "
|
|
1598
|
+
value: "L'agent {key} doit exposer au moins un outil",
|
|
1599
|
+
description: "Validation error: no tools defined",
|
|
1597
1600
|
placeholders: [{ name: "key", type: "string" }]
|
|
1598
1601
|
},
|
|
1599
1602
|
"error.agentDuplicateTool": {
|
|
1600
|
-
value: "
|
|
1601
|
-
description: "
|
|
1603
|
+
value: "L'agent {key} a un nom d'outil en double : {name}",
|
|
1604
|
+
description: "Validation error: duplicate tool name",
|
|
1602
1605
|
placeholders: [
|
|
1603
1606
|
{ name: "key", type: "string" },
|
|
1604
1607
|
{ name: "name", type: "string" }
|
|
1605
1608
|
]
|
|
1606
1609
|
},
|
|
1607
1610
|
"error.agentSpecNotFound": {
|
|
1608
|
-
value: "
|
|
1609
|
-
description: "Error
|
|
1611
|
+
value: "Sp\xE9cification d'agent introuvable pour {name}",
|
|
1612
|
+
description: "Error when agent spec is not in the registry",
|
|
1610
1613
|
placeholders: [{ name: "name", type: "string" }]
|
|
1611
1614
|
},
|
|
1612
1615
|
"error.specNotFound": {
|
|
1613
|
-
value: "
|
|
1614
|
-
description: "Error
|
|
1616
|
+
value: "Sp\xE9cification introuvable : {specKey}",
|
|
1617
|
+
description: "Error when a spec key is not found",
|
|
1615
1618
|
placeholders: [{ name: "specKey", type: "string" }]
|
|
1616
1619
|
},
|
|
1617
1620
|
"error.toolNotFound": {
|
|
1618
|
-
value: "
|
|
1619
|
-
description: "Error
|
|
1621
|
+
value: "Outil introuvable : {name}",
|
|
1622
|
+
description: "Error when a tool is not found",
|
|
1620
1623
|
placeholders: [{ name: "name", type: "string" }]
|
|
1621
1624
|
},
|
|
1622
1625
|
"error.noHandlerForTool": {
|
|
1623
|
-
value: "
|
|
1624
|
-
description: "Error
|
|
1626
|
+
value: "Aucun gestionnaire enregistr\xE9 pour l'outil : {name}",
|
|
1627
|
+
description: "Error when no handler is registered for a tool",
|
|
1625
1628
|
placeholders: [{ name: "name", type: "string" }]
|
|
1626
1629
|
},
|
|
1627
1630
|
"error.noToolHandler": {
|
|
1628
|
-
value: "
|
|
1629
|
-
description: "
|
|
1631
|
+
value: "Aucun gestionnaire pour l'outil : {name}",
|
|
1632
|
+
description: "Short error when no handler exists",
|
|
1630
1633
|
placeholders: [{ name: "name", type: "string" }]
|
|
1631
1634
|
},
|
|
1632
1635
|
"error.unknownExportFormat": {
|
|
1633
|
-
value: "
|
|
1634
|
-
description: "Error
|
|
1636
|
+
value: "Format d'export inconnu : {format}",
|
|
1637
|
+
description: "Error for unsupported export format",
|
|
1635
1638
|
placeholders: [{ name: "format", type: "string" }]
|
|
1636
1639
|
},
|
|
1637
1640
|
"error.handlerNotFoundForTool": {
|
|
1638
|
-
value: "
|
|
1639
|
-
description: "Error
|
|
1641
|
+
value: "Gestionnaire introuvable pour l'outil {name}",
|
|
1642
|
+
description: "Error in tool bridge when handler is missing",
|
|
1640
1643
|
placeholders: [{ name: "name", type: "string" }]
|
|
1641
1644
|
},
|
|
1642
1645
|
"error.toolNotFoundOrNoHandler": {
|
|
1643
|
-
value: "
|
|
1644
|
-
description: "Error
|
|
1646
|
+
value: "Erreur : L'outil \xAB {name} \xBB est introuvable ou n'a pas de gestionnaire",
|
|
1647
|
+
description: "Error returned to LLM when tool execution fails",
|
|
1645
1648
|
placeholders: [{ name: "name", type: "string" }]
|
|
1646
1649
|
},
|
|
1647
1650
|
"error.toolNoExecuteHandler": {
|
|
1648
|
-
value: "
|
|
1649
|
-
description: "Error
|
|
1651
|
+
value: "L'outil {name} n'a pas de gestionnaire d'ex\xE9cution",
|
|
1652
|
+
description: "Error when tool lacks an execute function",
|
|
1650
1653
|
placeholders: [{ name: "name", type: "string" }]
|
|
1651
1654
|
},
|
|
1652
1655
|
"error.provider.notRegistered": {
|
|
1653
|
-
value: "
|
|
1654
|
-
description: "
|
|
1656
|
+
value: "non enregistr\xE9",
|
|
1657
|
+
description: "Provider availability reason: not registered"
|
|
1655
1658
|
},
|
|
1656
1659
|
"error.provider.depsNotInstalled": {
|
|
1657
|
-
value: "
|
|
1658
|
-
description: "
|
|
1660
|
+
value: "d\xE9pendances non install\xE9es ou non configur\xE9es",
|
|
1661
|
+
description: "Provider availability reason: deps missing"
|
|
1659
1662
|
},
|
|
1660
1663
|
"error.provider.sdkNotConfigured": {
|
|
1661
|
-
value: "SDK
|
|
1662
|
-
description: "
|
|
1664
|
+
value: "SDK non install\xE9 ou cl\xE9 d'API non configur\xE9e",
|
|
1665
|
+
description: "Provider availability reason: SDK or key missing"
|
|
1663
1666
|
},
|
|
1664
1667
|
"error.provider.claudeSdkMissing": {
|
|
1665
|
-
value: "@anthropic-ai/claude-agent-sdk
|
|
1666
|
-
description: "Error
|
|
1668
|
+
value: "@anthropic-ai/claude-agent-sdk n'est pas install\xE9",
|
|
1669
|
+
description: "Error when Claude Agent SDK require.resolve fails"
|
|
1667
1670
|
},
|
|
1668
1671
|
"error.provider.opencodeSdkMissing": {
|
|
1669
|
-
value: "@opencode-ai/sdk
|
|
1670
|
-
description: "Error
|
|
1672
|
+
value: "@opencode-ai/sdk n'est pas install\xE9",
|
|
1673
|
+
description: "Error when OpenCode SDK require.resolve fails"
|
|
1671
1674
|
},
|
|
1672
1675
|
"error.provider.sdkNotInstalled": {
|
|
1673
|
-
value: "SDK
|
|
1674
|
-
description: "
|
|
1676
|
+
value: "SDK non install\xE9",
|
|
1677
|
+
description: "Generic provider error: SDK not installed"
|
|
1675
1678
|
},
|
|
1676
1679
|
"error.provider.contextCreation": {
|
|
1677
|
-
value: "
|
|
1678
|
-
description: "Error
|
|
1680
|
+
value: "\xC9chec de la cr\xE9ation du contexte : {error}",
|
|
1681
|
+
description: "Error during provider context creation",
|
|
1679
1682
|
placeholders: [{ name: "error", type: "string" }]
|
|
1680
1683
|
},
|
|
1681
1684
|
"error.provider.executionFailed": {
|
|
1682
|
-
value: "
|
|
1683
|
-
description: "Error
|
|
1685
|
+
value: "\xC9chec de l'ex\xE9cution : {error}",
|
|
1686
|
+
description: "Error during provider execution",
|
|
1684
1687
|
placeholders: [{ name: "error", type: "string" }]
|
|
1685
1688
|
},
|
|
1686
1689
|
"error.provider.streamFailed": {
|
|
1687
|
-
value: "
|
|
1688
|
-
description: "Error
|
|
1690
|
+
value: "\xC9chec du flux : {error}",
|
|
1691
|
+
description: "Error during provider streaming",
|
|
1689
1692
|
placeholders: [{ name: "error", type: "string" }]
|
|
1690
1693
|
},
|
|
1691
1694
|
"export.agentConfiguration": {
|
|
1692
|
-
value: "#
|
|
1693
|
-
description: "
|
|
1695
|
+
value: "# Configuration de l'agent",
|
|
1696
|
+
description: "Markdown heading"
|
|
1694
1697
|
},
|
|
1695
1698
|
"export.metadata": {
|
|
1696
|
-
value: "##
|
|
1697
|
-
description: "
|
|
1699
|
+
value: "## M\xE9tadonn\xE9es",
|
|
1700
|
+
description: "Markdown heading"
|
|
1698
1701
|
},
|
|
1699
1702
|
"export.metaName": {
|
|
1700
|
-
value: "- **
|
|
1701
|
-
description: "
|
|
1703
|
+
value: "- **Nom** : {name}",
|
|
1704
|
+
description: "Metadata line",
|
|
1702
1705
|
placeholders: [{ name: "name", type: "string" }]
|
|
1703
1706
|
},
|
|
1704
1707
|
"export.metaVersion": {
|
|
1705
|
-
value: "- **
|
|
1706
|
-
description: "
|
|
1708
|
+
value: "- **Version** : {version}",
|
|
1709
|
+
description: "Metadata line",
|
|
1707
1710
|
placeholders: [{ name: "version", type: "string" }]
|
|
1708
1711
|
},
|
|
1709
1712
|
"export.metaOwners": {
|
|
1710
|
-
value: "- **
|
|
1711
|
-
description: "
|
|
1713
|
+
value: "- **Propri\xE9taires** : {owners}",
|
|
1714
|
+
description: "Metadata line",
|
|
1712
1715
|
placeholders: [{ name: "owners", type: "string" }]
|
|
1713
1716
|
},
|
|
1714
1717
|
"export.metaModel": {
|
|
1715
|
-
value: "- **
|
|
1716
|
-
description: "
|
|
1718
|
+
value: "- **Mod\xE8le** : {model}",
|
|
1719
|
+
description: "Metadata line",
|
|
1717
1720
|
placeholders: [{ name: "model", type: "string" }]
|
|
1718
1721
|
},
|
|
1719
1722
|
"export.instructions": {
|
|
1720
|
-
value: "##
|
|
1721
|
-
description: "
|
|
1723
|
+
value: "## Instructions",
|
|
1724
|
+
description: "Markdown heading"
|
|
1722
1725
|
},
|
|
1723
1726
|
"export.availableTools": {
|
|
1724
|
-
value: "##
|
|
1725
|
-
description: "
|
|
1726
|
-
},
|
|
1727
|
-
"export.tools": {
|
|
1728
|
-
value: "## Herramientas",
|
|
1729
|
-
description: "Encabezado Markdown"
|
|
1727
|
+
value: "## Outils disponibles",
|
|
1728
|
+
description: "Markdown heading"
|
|
1730
1729
|
},
|
|
1730
|
+
"export.tools": { value: "## Outils", description: "Markdown heading" },
|
|
1731
1731
|
"export.knowledgeSources": {
|
|
1732
|
-
value: "##
|
|
1733
|
-
description: "
|
|
1732
|
+
value: "## Sources de connaissances",
|
|
1733
|
+
description: "Markdown heading"
|
|
1734
1734
|
},
|
|
1735
1735
|
"export.policy": {
|
|
1736
|
-
value: "##
|
|
1737
|
-
description: "
|
|
1736
|
+
value: "## Politique",
|
|
1737
|
+
description: "Markdown heading"
|
|
1738
1738
|
},
|
|
1739
1739
|
"export.additionalContext": {
|
|
1740
|
-
value: "##
|
|
1741
|
-
description: "
|
|
1740
|
+
value: "## Contexte suppl\xE9mentaire",
|
|
1741
|
+
description: "Markdown heading"
|
|
1742
1742
|
},
|
|
1743
1743
|
"export.configuration": {
|
|
1744
|
-
value: "##
|
|
1745
|
-
description: "
|
|
1744
|
+
value: "## Configuration",
|
|
1745
|
+
description: "Markdown heading"
|
|
1746
1746
|
},
|
|
1747
1747
|
"export.mcpServers": {
|
|
1748
|
-
value: "##
|
|
1749
|
-
description: "
|
|
1748
|
+
value: "## Serveurs MCP",
|
|
1749
|
+
description: "Markdown heading"
|
|
1750
1750
|
},
|
|
1751
1751
|
"export.parameters": {
|
|
1752
|
-
value: "**
|
|
1753
|
-
description: "
|
|
1752
|
+
value: "**Param\xE8tres :**",
|
|
1753
|
+
description: "Parameters label"
|
|
1754
1754
|
},
|
|
1755
1755
|
"export.requiresApproval": {
|
|
1756
|
-
value: "
|
|
1757
|
-
description: "
|
|
1756
|
+
value: "n\xE9cessite une approbation",
|
|
1757
|
+
description: "Tool flag"
|
|
1758
1758
|
},
|
|
1759
1759
|
"export.notAutomationSafe": {
|
|
1760
|
-
value: "
|
|
1761
|
-
description: "
|
|
1760
|
+
value: "non compatible avec l'automatisation",
|
|
1761
|
+
description: "Tool flag"
|
|
1762
1762
|
},
|
|
1763
1763
|
"export.requiresApprovalMd": {
|
|
1764
|
-
value: "*(
|
|
1765
|
-
description: "
|
|
1764
|
+
value: "*(n\xE9cessite une approbation)*",
|
|
1765
|
+
description: "Markdown tool flag"
|
|
1766
1766
|
},
|
|
1767
1767
|
"export.notAutomationSafeMd": {
|
|
1768
|
-
value: "*(
|
|
1769
|
-
description: "
|
|
1768
|
+
value: "*(non compatible avec l'automatisation)*",
|
|
1769
|
+
description: "Markdown tool flag"
|
|
1770
1770
|
},
|
|
1771
1771
|
"export.required": {
|
|
1772
|
-
value: "(
|
|
1773
|
-
description: "
|
|
1772
|
+
value: "(obligatoire)",
|
|
1773
|
+
description: "Required marker"
|
|
1774
1774
|
},
|
|
1775
1775
|
"export.optional": {
|
|
1776
|
-
value: "(
|
|
1777
|
-
description: "
|
|
1776
|
+
value: "(optionnel)",
|
|
1777
|
+
description: "Optional marker"
|
|
1778
1778
|
},
|
|
1779
1779
|
"export.minConfidence": {
|
|
1780
|
-
value: "-
|
|
1781
|
-
description: "
|
|
1780
|
+
value: "- Confiance minimale : {min}",
|
|
1781
|
+
description: "Policy line",
|
|
1782
1782
|
placeholders: [{ name: "min", type: "number" }]
|
|
1783
1783
|
},
|
|
1784
1784
|
"export.escalationConfigured": {
|
|
1785
|
-
value: "- La
|
|
1786
|
-
description: "
|
|
1785
|
+
value: "- La politique d'escalade est configur\xE9e",
|
|
1786
|
+
description: "Policy line for system prompt"
|
|
1787
1787
|
},
|
|
1788
1788
|
"export.escalationPolicyConfigured": {
|
|
1789
|
-
value: "-
|
|
1790
|
-
description: "
|
|
1789
|
+
value: "- Politique d'escalade configur\xE9e",
|
|
1790
|
+
description: "Policy line for markdown export"
|
|
1791
1791
|
},
|
|
1792
1792
|
"export.featureFlags": {
|
|
1793
|
-
value: "-
|
|
1794
|
-
description: "
|
|
1793
|
+
value: "- Indicateurs de fonctionnalit\xE9s : {flags}",
|
|
1794
|
+
description: "Feature flags policy line",
|
|
1795
1795
|
placeholders: [{ name: "flags", type: "string" }]
|
|
1796
1796
|
},
|
|
1797
1797
|
"export.generatedFrom": {
|
|
1798
|
-
value: "*
|
|
1799
|
-
description: "
|
|
1798
|
+
value: "*G\xE9n\xE9r\xE9 \xE0 partir de ContractSpec : {key}*",
|
|
1799
|
+
description: "Footer attribution line",
|
|
1800
1800
|
placeholders: [{ name: "key", type: "string" }]
|
|
1801
1801
|
},
|
|
1802
1802
|
"export.exportedAt": {
|
|
1803
|
-
value: "*
|
|
1804
|
-
description: "
|
|
1803
|
+
value: "*Export\xE9 le : {date}*",
|
|
1804
|
+
description: "Footer timestamp",
|
|
1805
1805
|
placeholders: [{ name: "date", type: "string" }]
|
|
1806
1806
|
},
|
|
1807
1807
|
"export.agentType": {
|
|
1808
|
-
value: ">
|
|
1809
|
-
description: "
|
|
1808
|
+
value: "> Type d'agent : **{type}**",
|
|
1809
|
+
description: "Agent type callout",
|
|
1810
1810
|
placeholders: [{ name: "type", type: "string" }]
|
|
1811
1811
|
},
|
|
1812
1812
|
"export.noDescription": {
|
|
1813
|
-
value: "
|
|
1814
|
-
description: "
|
|
1813
|
+
value: "Aucune description",
|
|
1814
|
+
description: "Fallback when tool has no description"
|
|
1815
1815
|
},
|
|
1816
1816
|
"export.validation.requiresKey": {
|
|
1817
|
-
value: "La
|
|
1818
|
-
description: "
|
|
1817
|
+
value: "La sp\xE9cification doit avoir une meta.key",
|
|
1818
|
+
description: "Validation error"
|
|
1819
1819
|
},
|
|
1820
1820
|
"export.validation.requiresInstructions": {
|
|
1821
|
-
value: "La
|
|
1822
|
-
description: "
|
|
1821
|
+
value: "La sp\xE9cification doit avoir des instructions",
|
|
1822
|
+
description: "Validation error"
|
|
1823
1823
|
},
|
|
1824
1824
|
"export.validation.requiresTool": {
|
|
1825
|
-
value: "La
|
|
1826
|
-
description: "
|
|
1825
|
+
value: "La sp\xE9cification doit avoir au moins un outil",
|
|
1826
|
+
description: "Validation error"
|
|
1827
1827
|
},
|
|
1828
1828
|
"export.validation.toolRequiresName": {
|
|
1829
|
-
value: "
|
|
1830
|
-
description: "
|
|
1829
|
+
value: "Tous les outils doivent avoir un nom",
|
|
1830
|
+
description: "Validation error"
|
|
1831
1831
|
},
|
|
1832
1832
|
"export.validation.toolRequiresDescOrName": {
|
|
1833
|
-
value: "
|
|
1834
|
-
description: "
|
|
1833
|
+
value: "L'outil doit avoir une description ou un nom",
|
|
1834
|
+
description: "Validation error"
|
|
1835
1835
|
},
|
|
1836
1836
|
"export.validation.toolInvalidName": {
|
|
1837
|
-
value: "
|
|
1838
|
-
description: "
|
|
1837
|
+
value: "Le nom d'outil \xAB {name} \xBB doit \xEAtre un identifiant valide (lettres, chiffres, underscores)",
|
|
1838
|
+
description: "Validation error for invalid tool name",
|
|
1839
1839
|
placeholders: [{ name: "name", type: "string" }]
|
|
1840
1840
|
},
|
|
1841
1841
|
"export.agentType.build": {
|
|
1842
|
-
value: "
|
|
1843
|
-
description: "
|
|
1842
|
+
value: "Agent principal avec acc\xE8s complet aux outils pour la g\xE9n\xE9ration et la modification de code.",
|
|
1843
|
+
description: "Build agent type description"
|
|
1844
1844
|
},
|
|
1845
1845
|
"export.agentType.plan": {
|
|
1846
|
-
value: "
|
|
1847
|
-
description: "
|
|
1846
|
+
value: "Agent restreint pour l'analyse et la planification. Les modifications de fichiers et les commandes bash n\xE9cessitent une approbation.",
|
|
1847
|
+
description: "Plan agent type description"
|
|
1848
1848
|
},
|
|
1849
1849
|
"export.agentType.general": {
|
|
1850
|
-
value: "
|
|
1851
|
-
description: "
|
|
1850
|
+
value: "Sous-agent g\xE9n\xE9raliste pour les questions complexes et les t\xE2ches en plusieurs \xE9tapes.",
|
|
1851
|
+
description: "General agent type description"
|
|
1852
1852
|
},
|
|
1853
1853
|
"export.agentType.explore": {
|
|
1854
|
-
value: "
|
|
1855
|
-
description: "
|
|
1854
|
+
value: "Sous-agent rapide optimis\xE9 pour l'exploration de la base de code et la recherche de motifs.",
|
|
1855
|
+
description: "Explore agent type description"
|
|
1856
1856
|
},
|
|
1857
1857
|
"export.bridge.requiresApproval": {
|
|
1858
|
-
value: "(
|
|
1859
|
-
description: "
|
|
1858
|
+
value: "(n\xE9cessite une approbation)",
|
|
1859
|
+
description: "Tool permission label"
|
|
1860
1860
|
},
|
|
1861
1861
|
"export.bridge.askMode": {
|
|
1862
|
-
value: "(
|
|
1863
|
-
description: "
|
|
1862
|
+
value: "(mode interrogation)",
|
|
1863
|
+
description: "Tool permission label"
|
|
1864
1864
|
},
|
|
1865
1865
|
"approval.toolRequiresApproval": {
|
|
1866
|
-
value: '
|
|
1867
|
-
description: "
|
|
1866
|
+
value: "L'outil \xAB {name} \xBB n\xE9cessite une approbation",
|
|
1867
|
+
description: "Default reason for tool approval requests",
|
|
1868
1868
|
placeholders: [{ name: "name", type: "string" }]
|
|
1869
1869
|
},
|
|
1870
1870
|
"log.unifiedAgent.fallback": {
|
|
1871
|
-
value: "[UnifiedAgent] {backend}
|
|
1872
|
-
description: "
|
|
1871
|
+
value: "[UnifiedAgent] {backend} a \xE9chou\xE9, repli sur {fallback}",
|
|
1872
|
+
description: "Warning when a backend fails and fallback is used",
|
|
1873
1873
|
placeholders: [
|
|
1874
1874
|
{ name: "backend", type: "string" },
|
|
1875
1875
|
{ name: "fallback", type: "string" }
|
|
1876
1876
|
]
|
|
1877
1877
|
},
|
|
1878
1878
|
"log.knowledge.spaceNotAvailable": {
|
|
1879
|
-
value: '
|
|
1880
|
-
description: "
|
|
1879
|
+
value: "L'espace de connaissances requis \xAB {key} \xBB n'est pas disponible",
|
|
1880
|
+
description: "Warning when a required knowledge space is missing",
|
|
1881
1881
|
placeholders: [{ name: "key", type: "string" }]
|
|
1882
1882
|
},
|
|
1883
1883
|
"log.knowledge.loadFailed": {
|
|
1884
|
-
value:
|
|
1885
|
-
description: "
|
|
1884
|
+
value: "\xC9chec du chargement des connaissances requises \xAB {key} \xBB :",
|
|
1885
|
+
description: "Warning when knowledge loading fails",
|
|
1886
1886
|
placeholders: [{ name: "key", type: "string" }]
|
|
1887
1887
|
},
|
|
1888
1888
|
"log.knowledge.queryFailed": {
|
|
1889
|
-
value: "
|
|
1890
|
-
description: "
|
|
1889
|
+
value: "\xC9chec de l'interrogation de l'espace de connaissances {space} :",
|
|
1890
|
+
description: "Warning when knowledge querying fails",
|
|
1891
1891
|
placeholders: [{ name: "space", type: "string" }]
|
|
1892
1892
|
},
|
|
1893
1893
|
"log.mcpServer.started": {
|
|
1894
|
-
value: "[MCPToolServer]
|
|
1895
|
-
description: "
|
|
1894
|
+
value: "[MCPToolServer] {name}@{version} d\xE9marr\xE9 avec {count} outils",
|
|
1895
|
+
description: "Log message when MCP tool server starts",
|
|
1896
1896
|
placeholders: [
|
|
1897
1897
|
{ name: "name", type: "string" },
|
|
1898
1898
|
{ name: "version", type: "string" },
|
|
@@ -1900,24 +1900,24 @@ var init_es = __esm(() => {
|
|
|
1900
1900
|
]
|
|
1901
1901
|
},
|
|
1902
1902
|
"log.mcpServer.stopped": {
|
|
1903
|
-
value: "[MCPToolServer]
|
|
1904
|
-
description: "
|
|
1903
|
+
value: "[MCPToolServer] {name} arr\xEAt\xE9",
|
|
1904
|
+
description: "Log message when MCP tool server stops",
|
|
1905
1905
|
placeholders: [{ name: "name", type: "string" }]
|
|
1906
1906
|
},
|
|
1907
1907
|
"error.telemetry.posthogAiRequired": {
|
|
1908
|
-
value: "PostHog LLM Analytics
|
|
1908
|
+
value: "PostHog LLM Analytics n\xE9cessite l'installation de @posthog/ai. Ex\xE9cutez : npm install @posthog/ai posthog-node",
|
|
1909
1909
|
description: "Error when PostHog AI dependency is missing"
|
|
1910
1910
|
},
|
|
1911
1911
|
"error.telemetry.posthogClientOrKeyRequired": {
|
|
1912
|
-
value: "PostHog LLM Analytics
|
|
1912
|
+
value: "PostHog LLM Analytics n\xE9cessite soit une instance client, soit une apiKey.",
|
|
1913
1913
|
description: "Error when PostHog client or API key is not configured"
|
|
1914
1914
|
},
|
|
1915
1915
|
"error.telemetry.posthogNodeRequired": {
|
|
1916
|
-
value: "PostHog LLM Analytics
|
|
1916
|
+
value: "PostHog LLM Analytics n\xE9cessite l'installation de posthog-node. Ex\xE9cutez : npm install posthog-node",
|
|
1917
1917
|
description: "Error when posthog-node dependency is missing"
|
|
1918
1918
|
},
|
|
1919
1919
|
"error.provider.notAvailable": {
|
|
1920
|
-
value: "
|
|
1920
|
+
value: "Le fournisseur \xAB {provider} \xBB n'est pas disponible{reason}",
|
|
1921
1921
|
description: "Error when a provider is unavailable",
|
|
1922
1922
|
placeholders: [
|
|
1923
1923
|
{ name: "provider", type: "string" },
|
|
@@ -1928,33 +1928,6 @@ var init_es = __esm(() => {
|
|
|
1928
1928
|
});
|
|
1929
1929
|
});
|
|
1930
1930
|
|
|
1931
|
-
// src/i18n/messages.ts
|
|
1932
|
-
import {
|
|
1933
|
-
createI18nFactory
|
|
1934
|
-
} from "@contractspec/lib.contracts-spec/translations";
|
|
1935
|
-
var factory, createAgentI18n, getDefaultI18n, resetI18nRegistry;
|
|
1936
|
-
var init_messages = __esm(() => {
|
|
1937
|
-
init_en();
|
|
1938
|
-
init_fr();
|
|
1939
|
-
init_es();
|
|
1940
|
-
factory = createI18nFactory({
|
|
1941
|
-
specKey: "ai-agent.messages",
|
|
1942
|
-
catalogs: [enMessages, frMessages, esMessages]
|
|
1943
|
-
});
|
|
1944
|
-
createAgentI18n = factory.create;
|
|
1945
|
-
getDefaultI18n = factory.getDefault;
|
|
1946
|
-
resetI18nRegistry = factory.resetRegistry;
|
|
1947
|
-
});
|
|
1948
|
-
|
|
1949
|
-
// src/i18n/locale.ts
|
|
1950
|
-
import {
|
|
1951
|
-
DEFAULT_LOCALE,
|
|
1952
|
-
SUPPORTED_LOCALES,
|
|
1953
|
-
resolveLocale,
|
|
1954
|
-
isSupportedLocale
|
|
1955
|
-
} from "@contractspec/lib.contracts-spec/translations";
|
|
1956
|
-
var init_locale = () => {};
|
|
1957
|
-
|
|
1958
1931
|
// src/i18n/keys.ts
|
|
1959
1932
|
var AGENT_KEYS, KNOWLEDGE_KEYS, TOOL_KEYS, INTEROP_KEYS, ERROR_KEYS, EXPORT_KEYS, APPROVAL_KEYS, LOG_KEYS, I18N_KEYS;
|
|
1960
1933
|
var init_keys = __esm(() => {
|
|
@@ -2121,14 +2094,41 @@ var init_keys = __esm(() => {
|
|
|
2121
2094
|
};
|
|
2122
2095
|
});
|
|
2123
2096
|
|
|
2097
|
+
// src/i18n/locale.ts
|
|
2098
|
+
import {
|
|
2099
|
+
DEFAULT_LOCALE,
|
|
2100
|
+
isSupportedLocale,
|
|
2101
|
+
resolveLocale,
|
|
2102
|
+
SUPPORTED_LOCALES
|
|
2103
|
+
} from "@contractspec/lib.contracts-spec/translations";
|
|
2104
|
+
var init_locale = () => {};
|
|
2105
|
+
|
|
2106
|
+
// src/i18n/messages.ts
|
|
2107
|
+
import {
|
|
2108
|
+
createI18nFactory
|
|
2109
|
+
} from "@contractspec/lib.contracts-spec/translations";
|
|
2110
|
+
var factory, createAgentI18n, getDefaultI18n, resetI18nRegistry;
|
|
2111
|
+
var init_messages = __esm(() => {
|
|
2112
|
+
init_en();
|
|
2113
|
+
init_es();
|
|
2114
|
+
init_fr();
|
|
2115
|
+
factory = createI18nFactory({
|
|
2116
|
+
specKey: "ai-agent.messages",
|
|
2117
|
+
catalogs: [enMessages, frMessages, esMessages]
|
|
2118
|
+
});
|
|
2119
|
+
createAgentI18n = factory.create;
|
|
2120
|
+
getDefaultI18n = factory.getDefault;
|
|
2121
|
+
resetI18nRegistry = factory.resetRegistry;
|
|
2122
|
+
});
|
|
2123
|
+
|
|
2124
2124
|
// src/i18n/index.ts
|
|
2125
2125
|
var init_i18n = __esm(() => {
|
|
2126
|
-
init_messages();
|
|
2127
|
-
init_locale();
|
|
2128
|
-
init_keys();
|
|
2129
2126
|
init_en();
|
|
2130
|
-
init_fr();
|
|
2131
2127
|
init_es();
|
|
2128
|
+
init_fr();
|
|
2129
|
+
init_keys();
|
|
2130
|
+
init_locale();
|
|
2131
|
+
init_messages();
|
|
2132
2132
|
});
|
|
2133
2133
|
|
|
2134
2134
|
// src/knowledge/injector.ts
|