feat(research): Introduce research API with provider implementations, docs and tests

This commit is contained in:
2025-09-28 15:06:07 +00:00
parent 5c856ec3ed
commit e2ed429aac
17 changed files with 852 additions and 14 deletions

View File

@@ -10,6 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web --verbose)",
"typecheck": "tsbuild check",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},