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

6 lines
297 B
TypeScript
Raw Normal View History

export * from "./types"
export { BackgroundManager, type SubagentSessionCreatedEvent, type OnSubagentSessionCreated } from "./manager"
export { TaskHistory, type TaskHistoryEntry } from "./task-history"
export { ConcurrencyManager } from "./concurrency"
export { TaskStateManager } from "./state"