temp
This commit is contained in:
14
src/agents/pm.ts
Normal file
14
src/agents/pm.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { registerAgent, pick } from './registry';
|
||||
|
||||
registerAgent({
|
||||
name: 'PM',
|
||||
description: 'Product manager — docs, issue management, project health reports',
|
||||
model: 'A',
|
||||
promptId: 'pm',
|
||||
tools: pick([
|
||||
'gitea_create_issue', 'gitea_list_issues', 'gitea_close_issue',
|
||||
'read_file', 'write_file', 'replace_in_file', 'list_directory', 'find_files', 'search_code',
|
||||
'git_commit_and_push',
|
||||
'get_skill'
|
||||
])
|
||||
});
|
||||
Reference in New Issue
Block a user