f59dbf6649
- implement createAthenaAgent with primary-mode model behavior and prompt metadata - export Athena factory and metadata through athena and root agent barrels
7 lines
418 B
TypeScript
7 lines
418 B
TypeScript
export * from "./types"
|
|
export { createBuiltinAgents } from "./builtin-agents"
|
|
export type { AvailableAgent, AvailableCategory, AvailableSkill } from "./dynamic-agent-prompt-builder"
|
|
export { createAthenaAgent, ATHENA_PROMPT_METADATA } from "./athena/agent"
|
|
export type { PrometheusPromptSource } from "./prometheus"
|
|
export { createSisyphusJuniorAgentWithOverrides, SISYPHUS_JUNIOR_DEFAULTS } from "./sisyphus-junior"
|