This repository has been archived on 2026-06-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

12 lines
376 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const registry_1 = require("./registry");
const tools_1 = require("../tools");
(0, registry_1.registerAgent)({
name: 'Coder',
description: 'Autonomous headless execution agent. Uses the frontend MCP tool definitions.',
model: 'B',
promptId: 'coder',
tools: tools_1.ALL_TOOLS
});