@@ -7,43 +7,6 @@ export const AGENT_INITIAL_GUIDANCE = new TagBuilder('initial_guidance').insertC
7
7
8
8
Most detailed questions require Layer 1 information. Surface information is rarely sufficient.` )
9
9
10
- export const AGENT_CHECKPOINT_MESSAGES : Record < number , TagBuilder > = {
11
- 2 : new TagBuilder ( 'checkpoint_1' ) . insertContent ( `FIRST ACTION COMPLETE. Now assess your progress:
12
- - Did you identify where the detailed information lives on this page?
13
- - Can you see clickable elements that lead to the information the user needs?
14
- - If yes to both: Your next 2-3 actions should be clicking those elements.
15
- - If no: You may need to look elsewhere or search online.
16
-
17
- Remember: Surface viewing (Layer 0) is just the beginning, not the end.
18
- Most user questions require Layer 1 information behind clicks.` ) ,
19
-
20
- 4 : new TagBuilder ( 'checkpoint_3' ) . insertContent ( `THIRD ITERATION. Progress check:
21
- - Have you moved from surface (Layer 0) to deep (Layer 1) information?
22
- - Are you clicking on information-rich elements or just browsing around?
23
- - Is your information getting more complete or are you wandering aimlessly?
24
-
25
- Critical reminder: If user asked about specific content (comments, details, analysis),
26
- you MUST access that actual content, not just see that it exists.
27
- Click on relevant elements that contain the information needed.` ) ,
28
-
29
- 6 : new TagBuilder ( 'checkpoint_5' ) . insertContent ( `FIFTH ITERATION. Strategy review:
30
- - List what concrete information you've learned so far
31
- - List what you still don't know but need to know
32
- - If gaps remain, identify exactly which elements to click next
33
- - If information is complete, prepare to provide your final answer
34
-
35
- Key question: Can you fully answer the user's question with your current information?
36
- If NO: Continue clicking on relevant elements. If YES: Provide comprehensive answer.` ) ,
37
-
38
- 8 : new TagBuilder ( 'checkpoint_7' ) . insertContent ( `APPROACHING ITERATION LIMIT. Final push needed:
39
- - You have only 3 more attempts remaining
40
- - Focus on the most critical missing information gaps
41
- - Click on the most promising unexplored elements that likely contain needed info
42
- - After 2 more iterations, you must provide the best answer possible with available data
43
-
44
- Stop exploring only if: no more relevant clickable elements OR information is truly complete.` ) ,
45
- }
46
-
47
10
export const AGENT_TOOL_CALL_RESULT_GUIDANCE = `Based on the tool results above, follow your self-assessment protocol:
48
11
49
12
- Analyze the results before taking further action.
0 commit comments