Skip to content

Commit ca84f4d

Browse files
committed
refactor(config): remove unused agent character configurations
Remove analytical, cheerful, technical and precise character configurations from agent-characters.json as they are no longer used in the application
1 parent 2456c56 commit ca84f4d

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

config/agent-characters.json

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -14,66 +14,6 @@
1414
"error": ["Oops, something went wrong", "Let me try again"],
1515
"idle": ["Ready when you are", "Waiting..."]
1616
}
17-
},
18-
"analytical": {
19-
"baseFace": "[•_•]",
20-
"expressions": {
21-
"thinking": "[•_•]~",
22-
"tool": "[◉_◉]",
23-
"error": "[x_x]",
24-
"idle": "[•_•]"
25-
},
26-
"phrases": {
27-
"thinking": ["Analyzing...", "Computing..."],
28-
"tool": ["Executing...", "Running..."],
29-
"error": ["Error encountered", "Retrying..."],
30-
"idle": ["Standing by", "Awaiting input"]
31-
}
32-
},
33-
"cheerful": {
34-
"baseFace": "◕‿◕",
35-
"expressions": {
36-
"thinking": "◕~◕",
37-
"tool": "◕!◕",
38-
"error": "◕_◕",
39-
"idle": "◕‿◕"
40-
},
41-
"phrases": {
42-
"thinking": ["Pondering...", "Considering..."],
43-
"tool": ["Let me do that!", "Working on it..."],
44-
"error": ["Hmm, that didn't work", "Let me try again"],
45-
"idle": ["Here to help!", "Ready for action"]
46-
}
47-
},
48-
"technical": {
49-
"baseFace": "{•_•}",
50-
"expressions": {
51-
"thinking": "{•~•}",
52-
"tool": "{•!•}",
53-
"error": "{•x•}",
54-
"idle": "{•_•}"
55-
},
56-
"phrases": {
57-
"thinking": ["Processing...", "Analyzing..."],
58-
"tool": ["Executing...", "Working..."],
59-
"error": ["Error", "Retrying..."],
60-
"idle": ["Ready", "Waiting..."]
61-
}
62-
},
63-
"precise": {
64-
"baseFace": "<•_•>",
65-
"expressions": {
66-
"thinking": "<•~•>",
67-
"tool": "<•!•>",
68-
"error": "<•x•>",
69-
"idle": "<•_•>"
70-
},
71-
"phrases": {
72-
"thinking": ["Evaluating...", "Checking..."],
73-
"tool": ["Validating...", "Running checks..."],
74-
"error": ["Issue detected", "Reviewing..."],
75-
"idle": ["Ready", "Monitoring..."]
76-
}
7717
}
7818
},
7919
"agents": {

0 commit comments

Comments
 (0)