This commit is contained in:
2026-05-17 12:43:53 -07:00
commit 7c8def0aaa
7507 changed files with 1419399 additions and 0 deletions

10
dist/agents/atlas.js vendored Normal file
View File

@@ -0,0 +1,10 @@
"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'])
});