Devin AI
91a40e6d08
fix: use underscore prefix for unused parameter
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:15:14 +00:00
Devin AI
3a828ccf3e
fix: add eslint-disable directive for unused parameter
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:12:02 +00:00
Devin AI
4e9ac7de2d
fix: remove type-only imports to allow instanceof checks
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:09:21 +00:00
Devin AI
bd9be90bbd
fix: mark unused config parameter in llm-mock
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:08:50 +00:00
Devin AI
d97bc43f5d
fix: convert to type imports and fix unused parameter
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:07:27 +00:00
Devin AI
34e3111a9e
fix: replace require with dynamic imports and fix unused parameter
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:06:41 +00:00
Devin AI
40fef7b793
fix: mark unused config parameter in llm-mock
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:04:41 +00:00
Devin AI
e9e7255b55
fix: resolve unused config parameter in llm-mock
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:04:03 +00:00
Devin AI
5473ce254b
fix: resolve linting issues in test files
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 10:01:45 +00:00
Devin AI
3e08ae1c7a
test: update tests to use mock LLM client
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:59:16 +00:00
Devin AI
0823371ecb
chore: increase max_tokens to 8192 for local LLM
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:51:51 +00:00
Devin AI
5b9fb8639c
docs: add local LLM usage documentation
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:29:37 +00:00
Devin AI
2266706494
refactor: move LLM client implementations to utils directory
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:28:56 +00:00
Devin AI
19a938b888
fix: update LLMClientConfig interface and fix type errors
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:14:56 +00:00
Devin AI
39c8e55651
refactor: extract LLM client to config.ts and add local LLM support
...
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
2025-02-05 09:04:15 +00:00
Han Xiao
2b84a577c8
feat: use s.jina.ai for search
2025-02-05 16:28:14 +08:00
Han Xiao
36722eacaa
feat: use s.jina.ai for search
2025-02-05 16:11:12 +08:00
Han Xiao
5e7dce3add
feat: use s.jina.ai for search
2025-02-05 16:09:10 +08:00
Han Xiao
86838a3e89
feat: use s.jina.ai for search
2025-02-05 15:26:12 +08:00
Han Xiao
d629ea35e9
feat: use s.jina.ai for search
2025-02-05 15:18:19 +08:00
Han Xiao
a9dfec9a41
feat: use s.jina.ai for search
2025-02-05 15:15:17 +08:00
Han Xiao
d8636d16ce
chore: readme
2025-02-05 14:01:39 +08:00
Han Xiao
fb39ccbd06
chore: fix readme
2025-02-05 13:52:18 +08:00
Han Xiao
fd6623b9dc
fix: improve prompting
2025-02-05 13:49:22 +08:00
Han Xiao
2306bd3a9e
fix: improve prompting
2025-02-05 13:48:05 +08:00
Han Xiao
8630d607a2
fix: improve prompting
2025-02-05 12:47:42 +08:00
Han Xiao
7f208c5072
fix: improve prompting
2025-02-05 12:37:23 +08:00
Han Xiao
fd40c7b020
fix: improve prompting
2025-02-05 12:11:41 +08:00
Han Xiao
9f871ef37e
fix: use xml prompt
2025-02-05 11:51:05 +08:00
Han Xiao
f48c84d207
fix: use xml prompt
2025-02-05 11:41:29 +08:00
Han Xiao
77e1656744
fix: remove unnecessary budget guard
2025-02-05 10:45:20 +08:00
Han Xiao
70a3eef522
fix: remove unnecessary budget guard
2025-02-05 10:43:08 +08:00
Han Xiao
d562d518ed
fix: remove unnecessary budget guard
2025-02-05 10:41:29 +08:00
Igor Kuzmenkov
2d489812a3
Dockerize repo, create Dockerfile, docker-compose.yml and update README.md ( #17 )
...
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/jina-ai/node-DeepResearch?shareId=XXXX-XXXX-XXXX-XXXX ).
2025-02-05 10:39:30 +08:00
Kim Jaehyeon
2c34150158
fix: modify tracker type path ( #14 )
...
Co-authored-by: hammer-turtle <hammer_turtle@neowiz.com>
2025-02-05 10:39:08 +08:00
Han Xiao
4f1ed24ecb
chore: first commit
2025-02-04 20:53:52 +08:00
devin-ai-integration[bot]
76f8cd242a
feat: merge types and add tests ( #10 )
...
* feat: merge types and add tests
- Merged types.ts and tracker.ts
- Added Jest configuration and setup
- Added comprehensive tests for tools and agent
- Updated package.json with test scripts
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
* chore: remove tracker.ts after merging into types.ts
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
* fix: remove sensitive API keys from jest.setup.js
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
* fix: improve error handling and test timeouts
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
* feat: add token budget enforcement to TokenTracker
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
* feat: add github actions workflow for CI and fix remaining issues
Co-Authored-By: Han Xiao <han.xiao@jina.ai>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Han Xiao <han.xiao@jina.ai>
2025-02-03 18:01:59 +08:00
Han Xiao
bd8e9ff1d4
Merge branch 'main' of https://github.com/jina-ai/node-agentic-search
...
# Conflicts:
# README.md
2025-02-03 17:29:54 +08:00
Han Xiao
2bcd06abd2
chore: first commit
2025-02-03 17:29:27 +08:00
Han Xiao
2e83ae11ae
chore: first commit
2025-02-03 16:30:04 +08:00
Han Xiao
9508eb3c7c
Update README.md
2025-02-03 13:35:04 +08:00
Han Xiao
3bda3984a4
Update README.md
2025-02-03 13:27:27 +08:00
Han Xiao
090e61591d
chore: first commit
2025-02-03 13:17:52 +08:00
Han Xiao
289fe90f63
chore: first commit
2025-02-03 13:02:30 +08:00
Han Xiao
438aaf0579
chore: first commit
2025-02-03 12:42:20 +08:00
Han Xiao
1275870f95
Update README.md
2025-02-03 11:41:29 +08:00
Han Xiao
51f397dae8
Update README.md
2025-02-03 11:28:54 +08:00
Han Xiao
e9f7691df7
Update README.md
2025-02-03 11:27:56 +08:00
Han Xiao
2de8f09461
Update README.md
2025-02-03 11:27:26 +08:00
Han Xiao
164f945240
chore: add example gif
2025-02-03 11:25:30 +08:00