Skip to content

Tags: jina-ai/node-DeepResearch

Tags

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: add safe obj generation (#60)

* fix: broken markdown footnote

* refactor: safe obj generation

* test: update token tracking assertions to match new implementation

Co-Authored-By: Han Xiao <[email protected]>

* refactor: safe obj generation

* chore: update readme

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>

v1.3.0

chore: update eval

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure config.json is copied to production docker image (#43)

* fix: ensure config.json is copied to production docker image

Co-Authored-By: Han Xiao <[email protected]>

* fix: remove unused config parameter in reduce callback

Co-Authored-By: Han Xiao <[email protected]>

* refactor: simplify tools configuration using Object.fromEntries

Co-Authored-By: Han Xiao <[email protected]>

* test: increase timeout for async search test

Co-Authored-By: Han Xiao <[email protected]>

* test: remove setTimeout from agent test

Co-Authored-By: Han Xiao <[email protected]>

* test: remove trivial tests and improve test coverage

Co-Authored-By: Han Xiao <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <[email protected]>

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: update npm publish workflow to use github release version (#37)

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <[email protected]>

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update evaluator tests to match latest implementation (#34)

* fix: update evaluator tests to match latest implementation

Co-Authored-By: Han Xiao <[email protected]>

* fix: update EvaluationResponse type and add comprehensive tests

Co-Authored-By: Han Xiao <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <[email protected]>

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add npm publish workflow (#29)

* feat: add npm publish workflow

Co-Authored-By: Han Xiao <[email protected]>

* feat: add CLI interface

Co-Authored-By: Han Xiao <[email protected]>

* fix: add moduleResolution and resolveJsonModule to tsconfig

Co-Authored-By: Han Xiao <[email protected]>

* feat: add OPENAI_API_KEY to workflow files

Co-Authored-By: Han Xiao <[email protected]>

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <[email protected]>

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add OpenAI provider with structured output support (#28)

* feat: add OpenAI provider with structured output support

Co-Authored-By: Han Xiao <[email protected]>

* fix: add @ai-sdk/openai dependency and fix modelConfigs access

Co-Authored-By: Han Xiao <[email protected]>

* fix: correct indentation in agent.ts

Co-Authored-By: Han Xiao <[email protected]>

* refactor: centralize model initialization in config.ts

Co-Authored-By: Han Xiao <[email protected]>

* refactor: improve model config access patterns

Co-Authored-By: Han Xiao <[email protected]>

* fix: remove unused imports

Co-Authored-By: Han Xiao <[email protected]>

* refactor: clean up

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <[email protected]>