feat(hermes): add prompt caching settings

This commit is contained in:
晴天
2026-05-25 07:07:47 +08:00
parent e091a975c0
commit c41340a9e0
8 changed files with 372 additions and 23 deletions

View File

@@ -261,6 +261,8 @@ pub fn run() {
hermes::hermes_session_runtime_config_save,
hermes::hermes_compression_config_read,
hermes::hermes_compression_config_save,
hermes::hermes_prompt_caching_config_read,
hermes::hermes_prompt_caching_config_save,
hermes::hermes_tool_loop_guardrails_config_read,
hermes::hermes_tool_loop_guardrails_config_save,
hermes::hermes_memory_config_read,