feat(skills): add native xint / xint-rs content intelligence skill#946
Open
0xNyk wants to merge 2 commits intoNousResearch:mainfrom
Open
feat(skills): add native xint / xint-rs content intelligence skill#9460xNyk wants to merge 2 commits intoNousResearch:mainfrom
0xNyk wants to merge 2 commits intoNousResearch:mainfrom
Conversation
9aed5e4 to
ecfd468
Compare
Contributor
Author
|
Update after branch cleanup/rebase:
Validation run locally:
Integration included in this PR:
Happy to add any additional validation maintainers want. |
Contributor
Author
|
Quick maintainer ping for review 🙏\n\nThis PR has been scope-cleaned to xint integration only, rebased on latest main, and CI is green (test workflow passing).\n\nIncluded in this PR:\n- native xint tool wiring (registry + toolsets + discovery)\n- xint skill/docs updates\n- test coverage for tool behavior\n\nIf the approach looks good, this should be ready to merge. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
xintskill atskills/content/xint/SKILL.mdskills/content/DESCRIPTION.mdxinttool integration (tools/xint_tool.py) for executingxint-rs(preferred) orxint(fallback)model_tools.pydiscovery importtoolsets.pynewxinttoolset + include in Hermes core toolstools/__init__.pyexportstests/tools/test_xint_tool.py)Why
This ships both:
Validation
source .venv/bin/activate && python -m pytest tests/tools/test_xint_tool.py tests/test_toolsets.py tests/test_model_tools.py -q(40 passed)source .venv/bin/activate && python -m pytest tests/agent/test_prompt_builder.py -q(33 passed)source .venv/bin/activate && python -m pytest tests/ -qstill has a pre-existing unrelated failure in this environment:tests/test_timezone.py::TestCronTimezone::test_get_due_jobs_handles_naive_timestampsNotes
xint-rsorxintis in PATH