Add agentk to SDKs & Libraries#6
Open
stevysmith wants to merge 1 commit into
Open
Conversation
stevysmith
force-pushed
the
add-stacktree
branch
from
July 10, 2026 21:51
8a98420 to
1086c26
Compare
Author
|
Reworked this PR after a closer read of the list's conventions: it's now a single entry, appended at the end of SDKs & Libraries (I'd originally put it first, which wasn't my call to make), and I dropped the Websites line since that section is bare URLs only. If you want to poke at it, the live playground is https://agentk.stacktr.ee — works in Chrome Canary with the WebMCP flag on, plain palette everywhere else. Happy to adjust wording or placement. |
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.
agentk is a cmdk fork I maintain and run in production on the stacktr.ee dashboard: you define tools once as JSON Schema, and the same catalog drives the human command palette (auto-generated forms) and WebMCP registration. It feature-detects both
navigator.modelContextand the newerdocument.modelContextlocation, and falls back to a plain palette where the origin trial isn't available. There's a live playground at https://agentk.stacktr.ee with DevOps, smart-home, Linear-style, and shop demos, each registering its tools over WebMCP. Repo: https://github.com/stevysmith/agentk (MIT). I've trimmed this PR to a single SDKs & Libraries entry appended after the existing ones, matching the section's format.