@@ -67,6 +67,53 @@ The subagent system allows the main ClippyAgent to delegate complex subtasks to
6767- ** Use Case** : Code cleanup, performance optimization, design pattern implementation
6868
6969#### ` documentation `
70+ #### ` architect `
71+
72+ - ** Purpose** : System design and architecture planning
73+ - ** Tools** : Architecture tools (read_file, read_files, write_file, search_files, grep, list_directory, get_file_info, create_directory, edit_file)
74+ - ** Max Iterations** : 100
75+ - ** Model** : Inherits from parent agent
76+ - ** Use Case** : System design, technology stack selection, architectural blueprints
77+
78+ #### ` debugger `
79+
80+ - ** Purpose** : Issue diagnosis and bug resolution
81+ - ** Tools** : Debugging tools (read_file, write_file, execute_command, search_files, grep, list_directory, get_file_info, edit_file)
82+ - ** Max Iterations** : 100
83+ - ** Model** : Inherits from parent agent
84+ - ** Use Case** : Bug investigation, root cause analysis, troubleshooting
85+
86+ #### ` security `
87+
88+ - ** Purpose** : Security analysis and vulnerability assessment
89+ - ** Tools** : Security analysis tools (read_file, read_files, grep, search_files, list_directory, get_file_info, execute_command)
90+ - ** Max Iterations** : 100
91+ - ** Model** : Inherits from parent agent
92+ - ** Use Case** : Security audits, vulnerability scanning, compliance checks
93+
94+ #### ` performance `
95+
96+ - ** Purpose** : Performance optimization and profiling
97+ - ** Tools** : Performance tools (read_file, write_file, execute_command, search_files, grep, list_directory, get_file_info, edit_file)
98+ - ** Max Iterations** : 100
99+ - ** Model** : Inherits from parent agent
100+ - ** Use Case** : Performance profiling, optimization, benchmarking
101+
102+ #### ` integrator `
103+
104+ - ** Purpose** : Integration and deployment specialist
105+ - ** Tools** : Integration tools (read_file, write_file, execute_command, search_files, grep, list_directory, get_file_info, create_directory, edit_file)
106+ - ** Max Iterations** : 100
107+ - ** Model** : Inherits from parent agent
108+ - ** Use Case** : CI/CD setup, deployment pipelines, system integration
109+
110+ #### ` researcher `
111+
112+ - ** Purpose** : Research and information synthesis
113+ - ** Tools** : Research tools (read_file, read_files, fetch_webpage, grep, search_files, list_directory, get_file_info, execute_command)
114+ - ** Max Iterations** : 100
115+ - ** Model** : Inherits from parent agent
116+ - ** Use Case** : Technical research, information gathering, competitive analysis
70117
71118- ** Purpose** : Documentation creation and maintenance
72119- ** Tools** : Documentation tools (read_file, read_files, write_file, search_files, grep, list_directory, get_file_info, create_directory)
0 commit comments