UNPKG

@deep-assistant/agent

Version:

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

7 lines (6 loc) 118 B
// Mock File for MVP export namespace File { export namespace Event { export const Edited = "file:edited" } }