GoAkt is a distributed actor framework for Go, inspired by Erlang and Akka. It enables you to build reactive and
distributed systems with typed actor messages. From v4.0.0 onward, any Go type can be used as actor messagesβno
protocol buffers required.This documentation is designed for both users getting started with the framework and collaborators contributing
to the project. It focuses on concepts, architecture, and efficient usage patterns rather than exhaustive code examples.