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%
213 B · 12 lines json
Raw Blame History
1{2  "name": "@search-box/anthropic",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "src/index.ts",7  "types": "src/index.ts",8  "dependencies": {9    "@anthropic-ai/sdk": "^0.116.0"10  }11}12