feat: add native Xquik public search toolset - #986
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
kriptoburak
force-pushed
the
codex/add-xquik-toolset
branch
from
July 19, 2026 20:31
a77f25c to
504facb
Compare
Register the current class-derived catalog metadata, authenticated search client, typed response validation, and focused regression coverage. Keep OpenRouter provider tests hermetic by setting their test API key explicitly.
kriptoburak
force-pushed
the
codex/add-xquik-toolset
branch
from
August 12, 2026 21:24
504facb to
de8663c
Compare
Author
|
Rebuilt this branch from current main at d4267e9. The implementation now follows IntentKit’s class-derived ToolsetMeta catalog and removes the retired schema.json approach. Current head: de8663c Validation on this head is green: ./lint.sh ci; 1,648 CI-selected tests; 64 focused Xquik, catalog, and OpenRouter tests; BasedPyright; import-layer checks; and dependency checks. There are no maintainer review threads. The commit has a valid local GPG signature from Xquik support@xquik.com. GitHub may display no_user because that signing email is not linked to a GitHub account, so I am not claiming GitHub identity verification. |
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.
Description
Adds a native Xquik toolset to IntentKit’s current class-derived catalog.
xquik_search_tweetssearches public X posts by query, post ID, or status URL through the documented Xquik REST contract.The integration:
ToolsetMetacatalog metadata and an icon.XQUIK_API_KEYconfiguration pattern already used by other data tools.GET /api/v1/x/tweets/searchquery and authentication fields.The branch is rebuilt from current
main. It uses the new code-derived catalog and does not restore the retiredschema.jsonsystem.Independent Test Fix
Two OpenRouter provider-routing tests constructed the real client without supplying a test API key. They passed only on machines with
OPENROUTER_API_KEYconfigured. The tests now set a local placeholder throughmonkeypatch, keeping the suite independent of developer credentials.Type of Change
Validation
./lint.sh ciuv run pytest -m "not bdd and not integration" -q: 1,648 passed, 113 deselectedx-api-keyauthenticationgit diff --checkXquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.
Related Issue
N/A