SPB Git

spb/search-box Public

Agentic web research engine — hypotheses, verbatim evidence, contradictions, sourced answers streamed live. Claude Opus 5 + Firecrawl + PostgreSQL.

TypeScript 76.9% CSS 18.7% SQL 2.1% JavaScript 1.8% Shell 0.5%
384 B · 13 lines typescript
Raw Blame History
1/**2 * Search-box.ai3 * Author: Simon-Pierre Boucher4 * Contact: contact@spboucher.ai5 * File: packages/agent/src/index.ts6 * Description: Public exports for the agent package.7 */89export { createSession, runSession } from "./run.js";10export { runOrchestration } from "./orchestrator.js";11export { runSynthesis } from "./synthesis.js";12export { PROMPT_VERSION } from "./prompts.js";13