-
Notifications
You must be signed in to change notification settings - Fork 0
Agents #24
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
Agents #24
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4672694
feat(agents): basic deep-research example
lloyal-research 682523d
feat(agents): initial abstractions
lloyal-research d82fb3b
refactor(major): TS migration
lloyal-research c1bd8af
feat(agents): decoupled deep-research from monolith
lloyal-research 3bfe099
feat(agents): add plan to warm continuation
lloyal-research 95897d9
feat(agents): add stable agentId using branch handle
lloyal-research 6dd616b
feat(agents): migrate re-ranker off chatml to fromatChat()
lloyal-research a7c29ec
feat(agents): first class rerank support
lloyal-research 453c24c
feat(agents): deep research example
lloyal-research 15dca22
feat(agents): pilot
lloyal-research 22b5216
feat(agents): composable workflow, SC cleanup fix, research prompt.
lloyal-research c983874
feat(agents): fix gh workflows
lloyal-research 346f62d
feat(agents): graceful termination
lloyal-research c9efd9e
feat(agents): KV pressure refactor — softLimit/hardLimit, reporter su…
lloyal-research 8f0cd42
feat(agents): bump liblloyal
lloyal-research d322261
feat(agents): address PR feedback
lloyal-research 188d4f1
feat(test): support TS tests
lloyal-research 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
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
This file was deleted.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
FetchContent_Declareblock formd4cpulls third-party C code directly from GitHub using a mutable tag (release-0.5.2), so a compromised or rewritten tag could silently inject malicious code into your native addon during CI/build and at runtime. To harden the supply chain, pinmd4cto an immutable reference (e.g., a specific commit SHA or content hash) and/or vendor or mirror the source in a controlled location for builds that have access to secrets or produce production artifacts.