UNPKG

@deep-assistant/agent

Version:

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

11 lines (9 loc) 159 B
import { EventEmitter } from "events" export const GlobalBus = new EventEmitter<{ event: [ { directory: string payload: any }, ] }>()