With DPF now being the preferred deployment model for agents running on the DPU, we should plan to retire the old code for managing HBN via container exec.
In terms of execution, this might look something like:
- Collect all free-floating HBN functions into methods of a new type
- Introduce a feature flag (defaulting to on?) that gates that type
Later:
- Flip the feature flag from default-on to default-off
Even later:
- Remove the code inside the feature gate and remove the feature
With DPF now being the preferred deployment model for agents running on the DPU, we should plan to retire the old code for managing HBN via container exec.
In terms of execution, this might look something like:
Later:
Even later: