initial import: @mikefreno/omp-deepi-research (omp port)

This commit is contained in:
2026-08-10 09:46:09 -04:00
commit 88abadfabf
14 changed files with 3721 additions and 0 deletions

43
package.json Normal file
View File

@@ -0,0 +1,43 @@
{
"name": "@mikefreno/omp-deepi-research",
"version": "0.2.0",
"description": "Deep research extension for pi — parallel web research via Firecrawl with iterative query refinement",
"keywords": [
"pi-package",
"pi-extension",
"research",
"firecrawl",
"deep-research",
"web-search",
"ai"
],
"license": "MIT",
"files": [
"index.ts",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"typecheck": "tsc --noEmit",
"prepublishOnly": "tsc --noEmit"
},
"engines": {
"bun": ">=1.3.14"
},
"dependencies": {
"yaml": "^2.4.0"
},
"omp": {
"extensions": [
"./index.ts"
]
},
"devDependencies": {
"@oh-my-pi/pi-coding-agent": "17.2.12",
"@oh-my-pi/pi-tui": "17.2.12",
"@types/node": "^20.0.0",
"typebox": "^1.1.0",
"typescript": "^5.3.0"
}
}