feat: Add @agent icon and implement agent alias variables in workflow

inspector
This commit is contained in:
zhsama
2026-01-27 02:41:57 +08:00
parent 772dbe620d
commit 54fce5e903
16 changed files with 492 additions and 110 deletions

View File

@ -58,10 +58,12 @@ const SubGraphMain: FC<SubGraphMainProps> = (props) => {
const { fetchInspectVars } = useSetWorkflowVarsWithValue({
flowType,
flowId,
interactionMode: InteractionMode.Subgraph,
})
const inspectVarsCrud = useInspectVarsCrudCommon({
flowType,
flowId,
interactionMode: InteractionMode.Subgraph,
})
const handleSyncSubGraphDraft = useCallback(async () => {