feat: add Kronvex Memory plugin#2266
Conversation
crazywoola
left a comment
There was a problem hiding this comment.
❌ Request Changes
Decision: Request changes
Review Status
| Check | Status | Required action |
|---|---|---|
PR language |
✅ Pass | — |
Project structure |
✅ Pass | — |
README.md |
✅ Pass | — |
PRIVACY.md |
✅ Pass | — |
Manifest author |
✅ Pass | — |
Icon validation |
✅ Pass | — |
Version check |
✅ Pass | — |
README language |
✅ Pass | — |
dify_plugin version |
❌ Fail | Pin or bump dify_plugin to >= 0.5.0 in requirements.txt or pyproject.toml. Detail: Could not find a pinned dify_plugin dependency in requirements.txt or pyproject.toml. |
Next steps
- dify_plugin version: Pin or bump
dify_pluginto>= 0.5.0inrequirements.txtorpyproject.toml.
Please address the issues above and push an updated submission.
|
Please make sure only a pkgfile is added. |
Remove all source files and submit only the compiled .difypkg as requested by reviewer. Includes dify_plugin>=0.5.0 dependency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
PRIVACY and README should be removed for the PR, these should be included in the pacakge. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
See the attached logs |
|
Thanks for the contribution. This PR has approval, but it cannot be merged while |
|
Thanks for the update. The PR is approved, but Could you please check the CI logs, fix the failing check, and push an update? Once CI is green again, we can take another look and proceed with merge if everything still looks good. |
1. Metadata
2. Submission Type
3. Description
Persistent memory for AI agents — store, recall, and inject semantically-searchable context across sessions. Provides three tools:
remember(store a memory),recall(semantic search over stored memories), andinject_context(formatted context block ready for system prompts). EU-hosted, GDPR-compliant.4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
No personal data is collected. The plugin forwards user-provided text (memories, queries) to the Kronvex API (api.kronvex.io) for storage and semantic search. No email address, IP address, or personal identifiers are collected by the plugin itself.
Privacy Policy