-
Notifications
You must be signed in to change notification settings - Fork 64
feat: Durable web search golem:web-search API across multiple providers in Rust #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b06c9ea
feat: Durable web search golem:web-search API across multiple provide…
SAIKIRANSURAPALLI 7ba26ae
Deleted unwanted files
SaikiranSurapalli17 92e518c
chore: add GitHub Actions workflow files
SAIKIRANSURAPALLI 34f25a2
Implement test-websearch component with diverse search test functions
SAIKIRANSURAPALLI c7a6d3b
Implemented durability/failure test for search session, refactored ta…
SaikiranSurapalli17 41d0f17
Add .DS_Store to .gitignore
SaikiranSurapalli17 cdff1fa
clippy fix
SaikiranSurapalli17 a278266
Merge branch 'main' into websearch
SaikiranSurapalli17 2fd8fe4
clippy
SaikiranSurapalli17 2a9a4b4
Merge branch 'websearch' of github.com:SaikiranSurapalli17/golem-ai i…
SaikiranSurapalli17 b0cfd98
Refactor websearch: remove shared event_source module and implement p…
SaikiranSurapalli17 aae851a
chore: remove unused dependencies from websearch
SaikiranSurapalli17 f079750
chore: remove .DS_Store
SaikiranSurapalli17 811c938
chore: remove .DS_Store
SaikiranSurapalli17 c9e0ec1
Update .github/workflows/ci.yaml
SaikiranSurapalli17 e2462b9
chore: remove .DS_Store
SaikiranSurapalli17 a4d0b52
feat: pagination
SaikiranSurapalli17 3973398
Fix all Clippy lints and formatting for Rust 1.88.0
SaikiranSurapalli17 ea7d6fe
Merge branch 'main' into websearch
SaikiranSurapalli17 aae73d8
Merge remote-tracking branch 'upstream/main' into websearch
SaikiranSurapalli17 4172ec9
improve pagination/durability logic, and add current_page to search-m…
SaikiranSurapalli17 d490b88
Merge branch 'main' into websearch
SaikiranSurapalli17 6a0852d
Fix get_metadata to always delegate to live session after replay
SaikiranSurapalli17 ab1a254
Remove unused pollables and subscribe, fix replay metadata, and repla…
SaikiranSurapalli17 93ad3c9
Refactor durability logic, fix Brave pagination, and add test delay
SaikiranSurapalli17 8a63b5a
Stateful-persistence
SaikiranSurapalli17 cb253a3
Stateful-persistence
SaikiranSurapalli17 37ccb22
Resilience
SaikiranSurapalli17 5166b2d
Durable-state
SaikiranSurapalli17 b675413
Consistency Durability
SaikiranSurapalli17 b4f73ce
Replay
SaikiranSurapalli17 addbc2e
Simulated-pagination
SaikiranSurapalli17 459e7e2
Websearch cleanup: pagination, serde, replay state, and unused code r…
SaikiranSurapalli17 0b5573a
Merge branch 'main' into websearch
SaikiranSurapalli17 7d85616
clippy check
SaikiranSurapalli17 174688a
various fixes and cleanups
mschuwalow File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
name: CI | ||
|
||
|
||
SaikiranSurapalli17 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
on: | ||
push: | ||
tags: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.