diff --git a/web/src/components/acp/AgentKindForm.vue b/web/src/components/acp/AgentKindForm.vue new file mode 100644 index 0000000..0b7fafa --- /dev/null +++ b/web/src/components/acp/AgentKindForm.vue @@ -0,0 +1,177 @@ + + + + + + Name + + + Name cannot be changed after creation + + + + Display Name + + + + Description + + + + Binary Path + + + + Args (one per line) + + + + Env + + Existing keys (values hidden): {{ existingEnvKeys.join(', ') }}. + Edit below to replace entirely. + + + + + + × + + + + + Add + + + + + Enabled + + + + + Save + + + Cancel + + + +
+ Name cannot be changed after creation +
+ Existing keys (values hidden): {{ existingEnvKeys.join(', ') }}. + Edit below to replace entirely. +