Hugo Nijhuis b759c7fb97
All checks were successful
CI / build (pull_request) Successful in 16s
Fix type assertion bug in handleClusterMessage
JSON unmarshal produces map[string]interface{}, not concrete types.
Added ModelPayload and MessagePayload concrete types that implement
RuntimeModel and RuntimeMessage interfaces respectively.

The handleClusterMessage now re-marshals and unmarshals the payload
to convert from map[string]interface{} to the proper concrete type.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 16:45:28 +01:00
2026-01-08 19:30:02 +01:00
2026-01-09 17:56:50 +01:00
2026-01-08 19:30:02 +01:00
2026-01-08 19:30:02 +01:00
2026-01-08 19:30:02 +01:00
2026-01-08 19:30:02 +01:00
Description
Distributed actor system with event sourcing for Go
800 KiB
Languages
Go 100%