11 lines
482 B
JavaScript
11 lines
482 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const registry_1 = require("./registry");
|
|
(0, registry_1.registerAgent)({
|
|
name: 'Atlas',
|
|
description: 'PRD agent — guides users through structured product discovery and produces a comprehensive requirements document',
|
|
model: 'A', // Gemini Flash — fast, conversational, cost-effective for dialogue
|
|
promptId: 'atlas',
|
|
tools: (0, registry_1.pick)(['web_search', 'finalize_prd'])
|
|
});
|