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%
481 B · 19 lines json
Raw Blame History
1{2  "name": "@search-box/agent",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    "@search-box/anthropic": "workspace:*",11    "@search-box/db": "workspace:*",12    "@search-box/events": "workspace:*",13    "@search-box/firecrawl": "workspace:*",14    "@search-box/research": "workspace:*",15    "@search-box/shared": "workspace:*",16    "zod": "^3.24.1"17  }18}19