From c7bc4d5ad0156171c7c76c731340b1afb54801f4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 3 May 2026 22:17:05 +0000 Subject: [PATCH] feat(step2/step3): add Fase A agent edit/delete/regen modal, Fase B config form, and Step3 enable_graph_memory_update checkbox Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/components/Step2EnvSetup.vue | 350 +++++++++++++++++++- frontend/src/components/Step3Simulation.vue | 24 +- 2 files changed, 367 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/Step2EnvSetup.vue b/frontend/src/components/Step2EnvSetup.vue index a27ba347..16d6170c 100644 --- a/frontend/src/components/Step2EnvSetup.vue +++ b/frontend/src/components/Step2EnvSetup.vue @@ -83,15 +83,17 @@ {{ $t('step2.generatedAgentPersonas') }}
-
{{ profile.username || 'Unknown' }} @{{ profile.name || `agent_${idx}` }} + {{ $t('step2.manuallyEditedBadge') }} +
{{ profile.profession || $t('step2.unknownProfession') }} @@ -109,6 +111,54 @@
+ + + + + + +
+

{{ $t('step2.phaseBTitle') }}

+

{{ $t('step2.phaseBSubtitle') }}

+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
@@ -528,6 +578,48 @@ + +
+
+ + +