Add async runtime and concurrent vault support - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 40160b68df
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Wrap the same synchronous runtime when the host owns an asyncio event loop: | ||
|
|
||
| ```python | ||
| from rtk_hermes_plus import AsyncRuntime, CancellationToken, Runtime |
There was a problem hiding this comment.
Update the install pin before advertising async imports
When a user follows the immediately preceding adapter installation command, pip installs commit e02a035d52cc2b0e6e95748b35deb1f61656a4a3, whose package tree contains neither async_runtime.py nor these exports from rtk_hermes_plus.__init__. The documented import therefore raises ImportError for exactly the users this new section targets; update the installation reference to a revision containing the async API, or clearly require an unreleased/current checkout.
Useful? React with 👍 / 👎.
Summary
Verification