diff --git a/frontend/src/app/agent/components/agent-view/strategy-agent-area.tsx b/frontend/src/app/agent/components/agent-view/strategy-agent-area.tsx index 9cf09f962..0970aed33 100644 --- a/frontend/src/app/agent/components/agent-view/strategy-agent-area.tsx +++ b/frontend/src/app/agent/components/agent-view/strategy-agent-area.tsx @@ -27,10 +27,24 @@ const EmptyIllustration = () => ( xmlns="http://www.w3.org/2000/svg" className="h-[185px] w-[258px]" > - - - - + + + + ); @@ -79,9 +93,9 @@ const StrategyAgentArea: FC = () => { if (isLoadingStrategies) return null; return ( -
+
{/* Left section: Strategy list */} -
+

{t("strategy.title")}

{strategies && strategies.length > 0 ? ( @@ -99,7 +113,7 @@ const StrategyAgentArea: FC = () => { ) : (
-
+

{t("strategy.noStrategies")}

{t("strategy.createFirst")}

@@ -135,7 +149,7 @@ const StrategyAgentArea: FC = () => { ) : (
-

+

{t("strategy.noStrategies")}

diff --git a/frontend/src/app/agent/components/chat-conversation/chat-conversation-header.tsx b/frontend/src/app/agent/components/chat-conversation/chat-conversation-header.tsx index 03398376f..98fd72ffa 100644 --- a/frontend/src/app/agent/components/chat-conversation/chat-conversation-header.tsx +++ b/frontend/src/app/agent/components/chat-conversation/chat-conversation-header.tsx @@ -26,7 +26,7 @@ const ChatConversationHeader: FC = ({ agent }) => { {/* Agent Info */}
-

+

{agent.display_name}

@@ -40,10 +40,10 @@ const ChatConversationHeader: FC = ({ agent }) => { {t("chat.newConversation")} @@ -54,10 +54,10 @@ const ChatConversationHeader: FC = ({ agent }) => { {t("chat.settings")} diff --git a/frontend/src/app/agent/components/chat-conversation/chat-input-area.tsx b/frontend/src/app/agent/components/chat-conversation/chat-input-area.tsx index 4b86e9cc6..49b9043b3 100644 --- a/frontend/src/app/agent/components/chat-conversation/chat-input-area.tsx +++ b/frontend/src/app/agent/components/chat-conversation/chat-input-area.tsx @@ -48,9 +48,9 @@ const ChatInputArea: FC = ({ return (
= ({ disabled={disabled || !value.trim()} aria-label="Send message" > - +
); diff --git a/frontend/src/app/agent/components/chat-conversation/chat-item-area.tsx b/frontend/src/app/agent/components/chat-conversation/chat-item-area.tsx index 0355da699..3ca2b893f 100644 --- a/frontend/src/app/agent/components/chat-conversation/chat-item-area.tsx +++ b/frontend/src/app/agent/components/chat-conversation/chat-item-area.tsx @@ -28,9 +28,13 @@ const ChatItemArea: FC = ({ items }) => { >
{/* Render different message types based on payload structure */} {(() => { diff --git a/frontend/src/app/agent/components/chat-conversation/chat-section-component.tsx b/frontend/src/app/agent/components/chat-conversation/chat-section-component.tsx index 897fe5df6..7e9005a5d 100644 --- a/frontend/src/app/agent/components/chat-conversation/chat-section-component.tsx +++ b/frontend/src/app/agent/components/chat-conversation/chat-section-component.tsx @@ -42,18 +42,18 @@ const ScheduledTaskResultComponent: FC<{ tasks: Record }> = ({ }, [taskList, selectedTaskId]); return selectedItemContent ? ( -
+
setSelectedItemContent("")} />
) : ( -
+
{/* Task Selector */} {taskList.length > 0 && ( = ({ onSave, children }) => { {(field) => ( - + Prompt Template