-
Notifications
You must be signed in to change notification settings - Fork 857
[WASM] Integration tests: Hooks system #2379
Copy link
Copy link
Open
Labels
area-hooksFeatures or requests that might be implementable via hooksFeatures or requests that might be implementable via hooksenhancementNew feature or requestNew feature or requestpythonPull requests that update python codePull requests that update python code
Metadata
Metadata
Assignees
Labels
area-hooksFeatures or requests that might be implementable via hooksFeatures or requests that might be implementable via hooksenhancementNew feature or requestNew feature or requestpythonPull requests that update python codePull requests that update python code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Parent issue
strands-agents/sdk-typescript#1104
Scope
Write integration tests validating the hooks/callback system:
HookRegistryon AgentContext
The Python hooks system subscribes to stream events emitted by the WASM guest. Each event arm in the WIT
stream-eventvariant maps to a Python class. Callbacks are registered per-class on theHookRegistry.Key areas:
Done when