Files
oh-my-opencode/src/features/background-agent/index.ts
T

5 lines
273 B
TypeScript
Raw Normal View History

export * from "./types"
export { BackgroundManager, type SubagentSessionCreatedEvent, type OnSubagentSessionCreated } from "./manager"
export { waitForTaskSessionID } from "./wait-for-task-session"
export type { WaitForTaskSessionIDOptions } from "./wait-for-task-session"