feat: add exa web search source

This commit is contained in:
2026-06-13 00:34:09 +01:00
parent 6b1db0b3d3
commit b024a4ba4d
15 changed files with 906 additions and 36 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@freya/source-web-search",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"test": "bun test ."
},
"dependencies": {
"@freya/core": "workspace:*",
"arktype": "^2.1.0"
}
}