Files
oh-my-opencode/src/agents/dynamic-agent-prompt-builder.ts
T

30 lines
743 B
TypeScript

export type {
AvailableAgent,
AvailableTool,
AvailableSkill,
AvailableCategory,
} from "./dynamic-agent-prompt-types"
export { categorizeTools } from "./dynamic-agent-tool-categorization"
export {
buildKeyTriggersSection,
buildToolSelectionTable,
buildExploreSection,
buildLibrarianSection,
buildDelegationTable,
buildOracleSection,
buildNonClaudePlannerSection,
buildParallelDelegationSection,
} from "./dynamic-agent-core-sections"
export { buildCategorySkillsDelegationGuide } from "./dynamic-agent-category-skills-guide"
export {
buildHardBlocksSection,
buildAntiPatternsSection,
buildToolCallFormatSection,
buildUltraworkSection,
buildAntiDuplicationSection,
} from "./dynamic-agent-policy-sections"