Update Covalent example for the plugin repo move - #13
Open
opencolin wants to merge 1 commit into
Open
Conversation
The plugin moved to LuxorLabs/tenki-covalent-plugin (old TenkiCloud URLs redirect); update all links. Add the known-upstream-issue note: covalent 0.240.0 + requests>=2.34 makes ct.dispatch() fail with a 422 (missing Content-Type in Covalent's SDK), with a link to the plugin's documented workaround. Mention TENKI_API_KEY as an accepted env var. PyPI package name, pins, and executor API are unchanged; verify.mjs re-run live. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Review complete. No issues found — approved ✅. This change updates the Covalent example directory after the plugin moved to its own repository. It rewrites the example README to reference the new plugin repo location and setup flow, and updates verify.py to align with the relocated plugin's verification behavior. No defects were found in the diff.
Reviewed commit: ca675d7 |
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.
The plugin repo moved to LuxorLabs/tenki-covalent-plugin; links updated (the PyPI name
covalent-tenki-pluginis unchanged, so install commands stay).Also adds a caveat to the walkthrough: current
covalent0.240.0 +requests>=2.34fails everyct.dispatch()with a 422 — a Covalent SDK bug, with the plugin README's workaround linked. The auth note now mentionsTENKI_API_KEY.verify.mjsre-run live: green.🤖 Generated with Claude Code