agones.dev/agones@v1.53.0/examples/simple-genai-server/README.md (about)

     1  # Simple Game Server for GenAI
     2  
     3  A simple game server that serves as an example of how to integrate GenAI endpoints into your
     4  dedicated game server. You can either interact with one GenAI endpoint via TCP, or set up two
     5  endpoints to "chat" to each other.
     6  
     7  For detailed instructions refer to the [Agones Documentation](https://agones.dev/site/docs/examples/simple-genai-gameserver/).