-
Notifications
You must be signed in to change notification settings - Fork 170
Add client side MemMachine retrieval skill, and unify/skill-ify server side retrieval agent #1277
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
Open
Tianyang-Zhang
wants to merge
17
commits into
main
Choose a base branch
from
skill
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d0b97d8
Remove agent and implement retrieval skill
Tianyang-Zhang 103b703
Change retrieval skill to use OpenAI and Anthropic native skill workflow
Tianyang-Zhang d5aead8
Accuracy optimization
Tianyang-Zhang f8111ce
Improve retrieval answer hint reliability for wikimultihop
Tianyang-Zhang 477c27f
Add verification pass for risky retrieval answers
Tianyang-Zhang c3204e0
Harden fallback and verification for low-sufficiency answers
Tianyang-Zhang afd87aa
Support client-side skill install and use
Tianyang-Zhang 300a3f0
Unify client and server side skill logic
Tianyang-Zhang 900acd8
Move SkillRunner from client to common code section
Tianyang-Zhang 324dc2f
Include semantic memory search
Tianyang-Zhang eecddf8
Bug fixes and optimization
Tianyang-Zhang d9d09c0
Fix answer and evaluation LLM configurable
Tianyang-Zhang b9af61a
Fix COQ skill branch
Tianyang-Zhang 254c54e
Fix cold start searching timeout bug
Tianyang-Zhang 8c66bf8
Remove stale docs and update docs
Tianyang-Zhang bf4ecc6
Issue fixes
Tianyang-Zhang 48d7fd7
Fix lint
Tianyang-Zhang 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
Remove stale docs and update docs
- Loading branch information
commit 8c66bf8f3f7266fe9db956b9c4bdce93501c4858
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
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.
We mention anthropic-specific data in our Parameter Descriptions, but do not list them in our Parameter table above. Is the Retrieval Agent now tied to Anthropic specifically? If not, I'd suggest adding a call out or language beneath the table that explains that we are using Anthropic as an example, but that it can also work on other platforms (and list a couple, if desired).