UNPKG

@deep-assistant/agent

Version:

A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.

6 lines (4 loc) 117 B
import type { CommandModule } from "yargs" export function cmd<T, U>(input: CommandModule<T, U>) { return input }