Render HITL approval cards inline in the thinking-steps timeline.

This commit is contained in:
CREDO23 2026-05-09 14:37:06 +02:00
parent 4b2c9f07cd
commit a8417e3c45
4 changed files with 158 additions and 14 deletions

View file

@ -6,6 +6,12 @@ export {
useHitlBundle,
useToolCallIdContext,
} from "./bundle-context";
export {
type HitlRenderTarget,
HitlRenderTargetProvider,
useHitlRenderTarget,
withHitlInTimeline,
} from "./render-target";
export type {
HitlDecision,
InterruptActionRequest,