Description
When starting a Cloudflare project with agents v0.22.0 it fails with Cannot assign to read only property 'webSocketMessage' of object '#<ChatAgent>.
The way how DOs register their functions has changed in cloudflare/agents#2133 to be .installHandlers() which breaks our SDK.
Any change in the underlying libraries should not break the app. It should rather not register and print a warning rather than failing
Description
When starting a Cloudflare project with agents v0.22.0 it fails with
Cannot assign to read only property 'webSocketMessage' of object '#<ChatAgent>.The way how DOs register their functions has changed in cloudflare/agents#2133 to be
.installHandlers()which breaks our SDK.Any change in the underlying libraries should not break the app. It should rather not register and print a warning rather than failing