UNPKG

local-agent

Version:

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

8 lines 287 B
#!/usr/bin/env bun import { jsx as _jsx } from "react/jsx-runtime"; import { render } from "ink"; import App from "./ink-app.js"; // This entry point launches the new Ink-based CLI. // Legacy CLI remains available at src/cli.ts. render(_jsx(App, {})); //# sourceMappingURL=ink-cli.js.map