temp
This commit is contained in:
13
dist/agents/import-analyzer.js
vendored
Normal file
13
dist/agents/import-analyzer.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const registry_1 = require("./registry");
|
||||
(0, registry_1.registerAgent)({
|
||||
name: 'ImportAnalyzer',
|
||||
description: 'Reads an imported codebase end-to-end and produces CODEBASE_MAP.md and MIGRATION_PLAN.md',
|
||||
model: 'B',
|
||||
promptId: 'import-analyzer',
|
||||
tools: (0, registry_1.pick)([
|
||||
'read_file', 'write_file', 'list_directory', 'find_files', 'search_code',
|
||||
'git_commit_and_push',
|
||||
])
|
||||
});
|
||||
Reference in New Issue
Block a user