feat: Impl HtmlTextSplitter

This commit is contained in:
2026-04-03 11:04:40 +05:30
parent 818bcccead
commit ec5669dcd7
9 changed files with 1394 additions and 12 deletions
+4 -3
View File
@@ -11,7 +11,7 @@
"ingest": "bun run setup/ingest.ts",
"agent": "bun run agent.ts",
"build": "bun run setup/build_graph.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "bun test"
},
"keywords": [],
"author": "",
@@ -32,7 +32,8 @@
"ora": "^9.3.0"
},
"devDependencies": {
"typescript": "^5.5.2",
"@biomejs/biome": "^2.4.9"
"@biomejs/biome": "^2.4.9",
"bun-types": "^1.3.11",
"typescript": "^5.5.2"
}
}