Commit 573ce23
authored
- Replace format!("{:x}", hasher.finalize()) with hex::encode() in classifier/mod.rs;
sha2 0.11 returns hybrid_array::Array which does not implement LowerHex (#2401)
- Add hex as optional workspace dep gated under classifiers feature in zeph-llm
- Bump deps: sha2 0.10→0.11, ordered-float 5.1→5.3, proptest 1.10→1.11,
toml 1.0→1.1, uuid 1.22→1.23
- Wrap all four RuntimeLayer hook call sites (before_chat, after_chat, before_tool,
after_tool) with AssertUnwindSafe + FutureExt::catch_unwind; panicking external
hooks log a warning and do not crash the agent turn (#2363)
1 parent c68c5de commit 573ce23
File tree
7 files changed
+157
-60
lines changed- crates
- zeph-core/src/agent/tool_execution
- zeph-llm
- src
- classifier
- router
7 files changed
+157
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments