Files
oh-my-opencode/src/tools/delegate-task/index.ts
T
2026-03-06 22:56:51 +09:00

5 lines
267 B
TypeScript

export { createDelegateTask, resolveCategoryConfig, buildSystemContent, buildTaskPrompt } from "./tools"
export type { DelegateTaskToolOptions, SyncSessionCreatedEvent, BuildSystemContentInput } from "./tools"
export type * from "./types"
export * from "./constants"