Commit ce3a12d
committed
feat(orchestrator): wire terraphim_rlm as execution backend Refs #98
- Add terraphim_rlm as optional dependency behind 'rlm' feature flag
- Add backend field to AgentDefinition for specifying execution backend
- Create rlm_dispatch module with RlmDispatcher for VM-based execution
- Add RLM budget metrics to DriftMetrics for drift evaluation
- Add observe_rlm_metrics method to NightwatchMonitor
- Add new error variants RlmError and RlmNotEnabled
- Feature-gated module and re-exports compile cleanly with/without rlm
- All tests pass with cargo test --package terraphim_orchestrator1 parent 43134c9 commit ce3a12d
11 files changed
Lines changed: 770 additions & 12 deletions
File tree
- crates/terraphim_orchestrator
- src
- mode
- tests
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
| |||
0 commit comments