Files
oh-my-opencode/src/agents/index.ts
T

5 lines
242 B
TypeScript
Raw Normal View History

export * from "./types"
export { createBuiltinAgents } from "./builtin-agents"
export type { AvailableAgent, AvailableCategory, AvailableSkill } from "./dynamic-agent-prompt-builder"
export type { PrometheusPromptSource } from "./prometheus"