@adminforth/agent 1.22.1 → 1.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.log +2 -2
- package/custom/conversation_area/ProcessingTimeline.vue +2 -2
- package/custom/conversation_area/ReasoningRenderer.vue +2 -2
- package/custom/conversation_area/ThreeDotsAnimation.vue +3 -3
- package/custom/conversation_area/ToolRenderer.vue +1 -1
- package/custom/conversation_area/ToolsGroup.vue +2 -2
- package/dist/custom/conversation_area/ProcessingTimeline.vue +2 -2
- package/dist/custom/conversation_area/ReasoningRenderer.vue +2 -2
- package/dist/custom/conversation_area/ThreeDotsAnimation.vue +3 -3
- package/dist/custom/conversation_area/ToolRenderer.vue +1 -1
- package/dist/custom/conversation_area/ToolsGroup.vue +2 -2
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -38,5 +38,5 @@ custom/skills/fetch_data/SKILL.md
|
|
|
38
38
|
custom/skills/mutate_data/
|
|
39
39
|
custom/skills/mutate_data/SKILL.md
|
|
40
40
|
|
|
41
|
-
sent 199,
|
|
42
|
-
total size is
|
|
41
|
+
sent 199,703 bytes received 562 bytes 400,530.00 bytes/sec
|
|
42
|
+
total size is 197,399 speedup is 0.99
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<template v-if="ToolOrReasoningParts.length > 0 || isResponseInProgress || showFakeThinkingMessage">
|
|
3
3
|
<div
|
|
4
|
-
class="ml-2 px-4 flex items-center gap-1 cursor-pointer select-none hover:opacity-80 tracking-wide font-medium text-sm"
|
|
4
|
+
class="ml-2 px-4 flex items-center gap-1 cursor-pointer select-none hover:opacity-80 tracking-wide font-medium text-sm text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
5
5
|
@click="isExpanded = !isExpanded"
|
|
6
6
|
>
|
|
7
7
|
Thoughts
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
v-show="isExpanded"
|
|
21
21
|
class="mask-y"
|
|
22
22
|
>
|
|
23
|
-
<ol class="ml-8 relative border-l border-l-2 border-black border-default">
|
|
23
|
+
<ol class="ml-8 relative border-l border-l-2 border-black border-default border-listTableHeadingText dark:border-darkListTableHeadingText">
|
|
24
24
|
<li class="mb-6 ms-2 z-50" v-for="(part, index) in ToolOrReasoningParts" :key="index">
|
|
25
25
|
<ReasoningRenderer v-if="part.type === 'reasoning'" :state="part.state" :text="part.text" />
|
|
26
26
|
<ToolsGroup v-else :toolGroup="groupToolCallParts(message, part)" />
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<span class="bg-lightNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar ring-default">
|
|
2
|
+
<span class="bg-lightNavbar dark:bg-darkNavbar absolute flex items-center text-listTableHeadingText dark:text-darkListTableHeadingText justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar dark:ring-darkNavbar ring-default">
|
|
3
3
|
<div class="w-5 h-5 rounded-full flex items-center justify-center">
|
|
4
4
|
<IconBrainOutline class="w-4 h-4" />
|
|
5
5
|
</div>
|
|
6
6
|
</span>
|
|
7
7
|
<h3
|
|
8
|
-
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 cursor-pointer select-none hover:opacity-80"
|
|
8
|
+
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 cursor-pointer select-none hover:opacity-80 text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
9
9
|
@click="isExpanded = !isExpanded"
|
|
10
10
|
>
|
|
11
11
|
<span class="font-semibold">{{ reasoningTitle }}</span>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<span class="bounce-dot1 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
3
|
-
<span class="bounce-dot2 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
4
|
-
<span class="bounce-dot3 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
2
|
+
<span class="bounce-dot1 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
3
|
+
<span class="bounce-dot2 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
4
|
+
<span class="bounce-dot3 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
5
5
|
</template>
|
|
6
6
|
|
|
7
7
|
<style scoped>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
class="flex items-center gap-1 cursor-pointer"
|
|
20
20
|
@click="toggleInputOutput()"
|
|
21
21
|
>
|
|
22
|
-
<div class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-
|
|
22
|
+
<div class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-lightNavbar dark:bg-darkNavbar">
|
|
23
23
|
<Spinner v-if="isRunning" class="h-4 w-4" />
|
|
24
24
|
<IconCheckOutline v-else class="h-4 w-4 text-lightPrimary dark:text-darkPrimary" />
|
|
25
25
|
</div>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<template >
|
|
2
2
|
<template v-if="toolGroup.length > 0">
|
|
3
|
-
<span class="bg-lightNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar ring-default">
|
|
3
|
+
<span class="text-listTableHeadingText dark:text-darkListTableHeadingText bg-lightNavbar dark:bg-darkNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar dark:ring-darkNavbar ring-default">
|
|
4
4
|
<div class="w-5 h-5 rounded-full flex items-center justify-center">
|
|
5
5
|
<IconWrenchSolid class="w-4 h-4" />
|
|
6
6
|
</div>
|
|
7
7
|
</span>
|
|
8
8
|
<h3
|
|
9
|
-
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1"
|
|
9
|
+
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
10
10
|
>
|
|
11
11
|
<span class="font-semibold select-none ">Call tools</span>
|
|
12
12
|
</h3>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<template v-if="ToolOrReasoningParts.length > 0 || isResponseInProgress || showFakeThinkingMessage">
|
|
3
3
|
<div
|
|
4
|
-
class="ml-2 px-4 flex items-center gap-1 cursor-pointer select-none hover:opacity-80 tracking-wide font-medium text-sm"
|
|
4
|
+
class="ml-2 px-4 flex items-center gap-1 cursor-pointer select-none hover:opacity-80 tracking-wide font-medium text-sm text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
5
5
|
@click="isExpanded = !isExpanded"
|
|
6
6
|
>
|
|
7
7
|
Thoughts
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
v-show="isExpanded"
|
|
21
21
|
class="mask-y"
|
|
22
22
|
>
|
|
23
|
-
<ol class="ml-8 relative border-l border-l-2 border-black border-default">
|
|
23
|
+
<ol class="ml-8 relative border-l border-l-2 border-black border-default border-listTableHeadingText dark:border-darkListTableHeadingText">
|
|
24
24
|
<li class="mb-6 ms-2 z-50" v-for="(part, index) in ToolOrReasoningParts" :key="index">
|
|
25
25
|
<ReasoningRenderer v-if="part.type === 'reasoning'" :state="part.state" :text="part.text" />
|
|
26
26
|
<ToolsGroup v-else :toolGroup="groupToolCallParts(message, part)" />
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<span class="bg-lightNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar ring-default">
|
|
2
|
+
<span class="bg-lightNavbar dark:bg-darkNavbar absolute flex items-center text-listTableHeadingText dark:text-darkListTableHeadingText justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar dark:ring-darkNavbar ring-default">
|
|
3
3
|
<div class="w-5 h-5 rounded-full flex items-center justify-center">
|
|
4
4
|
<IconBrainOutline class="w-4 h-4" />
|
|
5
5
|
</div>
|
|
6
6
|
</span>
|
|
7
7
|
<h3
|
|
8
|
-
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 cursor-pointer select-none hover:opacity-80"
|
|
8
|
+
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 cursor-pointer select-none hover:opacity-80 text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
9
9
|
@click="isExpanded = !isExpanded"
|
|
10
10
|
>
|
|
11
11
|
<span class="font-semibold">{{ reasoningTitle }}</span>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<span class="bounce-dot1 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
3
|
-
<span class="bounce-dot2 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
4
|
-
<span class="bounce-dot3 rounded-full w-2 h-2 bg-lightPrimary"></span>
|
|
2
|
+
<span class="bounce-dot1 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
3
|
+
<span class="bounce-dot2 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
4
|
+
<span class="bounce-dot3 rounded-full w-2 h-2 bg-lightPrimary dark:bg-darkPrimary"></span>
|
|
5
5
|
</template>
|
|
6
6
|
|
|
7
7
|
<style scoped>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
class="flex items-center gap-1 cursor-pointer"
|
|
20
20
|
@click="toggleInputOutput()"
|
|
21
21
|
>
|
|
22
|
-
<div class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-
|
|
22
|
+
<div class="flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-lightNavbar dark:bg-darkNavbar">
|
|
23
23
|
<Spinner v-if="isRunning" class="h-4 w-4" />
|
|
24
24
|
<IconCheckOutline v-else class="h-4 w-4 text-lightPrimary dark:text-darkPrimary" />
|
|
25
25
|
</div>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<template >
|
|
2
2
|
<template v-if="toolGroup.length > 0">
|
|
3
|
-
<span class="bg-lightNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar ring-default">
|
|
3
|
+
<span class="text-listTableHeadingText dark:text-darkListTableHeadingText bg-lightNavbar dark:bg-darkNavbar absolute flex items-center justify-center w-5 h-5 bg-brand-softer rounded-full -start-[0.68rem] ring-4 ring-lightNavbar dark:ring-darkNavbar ring-default">
|
|
4
4
|
<div class="w-5 h-5 rounded-full flex items-center justify-center">
|
|
5
5
|
<IconWrenchSolid class="w-4 h-4" />
|
|
6
6
|
</div>
|
|
7
7
|
</span>
|
|
8
8
|
<h3
|
|
9
|
-
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1"
|
|
9
|
+
class="flex items-center mb-1 text-sm my-2 ml-3 gap-1 text-listTableHeadingText dark:text-darkListTableHeadingText"
|
|
10
10
|
>
|
|
11
11
|
<span class="font-semibold select-none ">Call tools</span>
|
|
12
12
|
</h3>
|