|
14 | 14 | "error": ["Oops, something went wrong", "Let me try again"], |
15 | 15 | "idle": ["Ready when you are", "Waiting..."] |
16 | 16 | } |
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 | | - } |
77 | 17 | } |
78 | 18 | }, |
79 | 19 | "agents": { |
|
0 commit comments