@blundergoat/goat-flow
Version:
AI coding agent harness and local dashboard for Claude Code, OpenAI Codex, Google Antigravity, and GitHub Copilot - setup audits, guardrails, structured skills, deny hooks, and persistent learning loops.
7 lines • 316 B
TypeScript
/**
* Canonical per-agent profiles used by setup, fact extraction, and prompt rendering.
*/
import type { AgentProfile, AgentId } from "../types.js";
/** Configuration profiles for all supported AI coding agents. */
export declare const PROFILES: Record<AgentId, AgentProfile>;
//# sourceMappingURL=agents.d.ts.map