docs(hermes): plan context engine support#214
Conversation
Signed-off-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
|
Thanks for your attention. We will review it and get back to you soon. |
Reference Implementation AvailableWe have built and deployed a working What we builtA standalone Python plugin (
Architecture validationThe implementation closely follows the "Proposed Architecture" section in
Key design decisions worth noting
Configuration# config.yaml
context:
engine: tencentdb-offload
plugins:
enabled:
- tencentdb-offload# .env
TENCENTDB_OFFLOAD_THRESHOLD=0.4
TENCENTDB_OFFLOAD_GATEWAY_URL=http://127.0.0.1:8420Compatibility
We are happy to contribute this as a starting point for the official If there is interest, we can open a PR to add this under |
Description | 描述
Add a design plan for bringing TencentDB Agent Memory short-term context offload to Hermes through a
ContextEngineplugin.The document summarizes:
ContextEnginelifecycle contractmemory.providerThis is intentionally design-only. It does not claim to complete Hermes Context Engine support.
Related Issue | 关联 Issue
Related to #102
Related to #202
Change Type | 修改类型
Self-test Checklist | 自测清单
Additional Notes | 其他说明
Verified with
npm testandnpm run buildusing Node v24.15.0.