#!/usr/bin/env bun /** * @fileoverview * Command-line interface for launching the local agent with configured tools and API keys. * This CLI loads configuration files, initializes all Model Context Protocol (MCP) tools, * and starts an interactive session for agent operations. * * Usage: bun cli.ts [options] * * For configuration and usage details, see README.md. */ import 'dotenv/config'; //# sourceMappingURL=cli.d.ts.map