Async Iterables and Thenable LLM Calls

This commit is contained in:
2026-02-03 12:49:18 +00:00
commit 4c423c78fa
11 changed files with 1758 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "iterable-llm",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^25.2.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}