UNPKG

local-agent

Version:

A CLI agentic system for orchestrating tools and memory with per-folder scoping

13 lines 435 B
#!/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