-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: composio apps update revamp #962
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Generated with ❤️ by ellipsis.dev |
This comment was generated by github-actions[bot]! JS SDK Coverage Report📊 Coverage report for JS SDK can be found at the following URL: 📁 Test report folder can be found at the following URL: |
What's done:
composio apps update
command, as apps will always be synced at startup now.replaced_by
field into theActionData
class to be used by deprecated actions, and in-turn the local cache JSON files also get that field.replaced_by
is not present in the locally cached version, load it from remote..pyi
type stub files for the enums, and put them in the repositorypy.typed
filecomposio apps generate-types
cli call to update these.pyi
filesreplaced_by
field, refresh the entire cache. The fetching of ALL actions will only happen once when you update to this new composio version.NO_CACHE_REFRESH
env var to disable startup stuffWhat's left: