/** * Search-box.ai * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * File: packages/agent/src/index.ts * Description: Public exports for the agent package. */ export { createSession, runSession } from "./run.js"; export { runOrchestration } from "./orchestrator.js"; export { runSynthesis } from "./synthesis.js"; export { PROMPT_VERSION } from "./prompts.js";