Files
vibn-api/dist/agents/atlas.js
2026-05-17 12:43:53 -07:00

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'])
});