Skip to content

Commit 604c096

Browse files
authored
update browser agent (#787)
1 parent 3593caf commit 604c096

17 files changed

Lines changed: 420 additions & 16 deletions

File tree

src/components/BrowserAgentWrokSpace/index.tsx

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.

src/components/TerminalAgentWrokSpace/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,4 +332,4 @@ export default function TerminalAgentWrokSpace() {
332332
</div>
333333
</div>
334334
);
335-
}
335+
}

src/components/WorkFlow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,4 +459,4 @@ export default function Workflow({
459459
</div>
460460
</div>
461461
);
462-
}
462+
}

src/components/WorkFlow/node.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,4 +894,4 @@ export function Node({ id, data }: NodeProps) {
894894
/>
895895
</>
896896
);
897-
}
897+
}

src/i18n/locales/ar/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "وكيل متعدد الوسائط",
2525
"social-media-agent": "وكيل وسائل التواصل الاجتماعي",
2626
"no-projects-found": "لا توجد مشاريع"
27-
}
27+
}

src/i18n/locales/de/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "Multi-Modal-Agent",
2525
"social-media-agent": "Social-Media-Agent",
2626
"no-projects-found": "Keine Projekte gefunden."
27-
}
27+
}

src/i18n/locales/en-us/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "Multi Modal Agent",
2525
"social-media-agent": "Social Media Agent",
2626
"no-projects-found": "No projects found."
27-
}
27+
}

src/i18n/locales/es/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "Agente Multi Modal",
2525
"social-media-agent": "Agente de Redes Sociales",
2626
"no-projects-found": "No se encontraron proyectos."
27-
}
27+
}

src/i18n/locales/fr/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "Agent Multi Modal",
2525
"social-media-agent": "Agent de Médias Sociaux",
2626
"no-projects-found": "Aucun projet trouvé."
27-
}
27+
}

src/i18n/locales/it/dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"multi-modal-agent": "Agente Multi Modale",
2525
"social-media-agent": "Agente Social Media",
2626
"no-projects-found": "Nessun progetto trovato."
27-
}
27+
}

0 commit comments

Comments
 (0)