Repository-Grounded Discord Assistant
Ping the bot. It reads the repo.
Mention @OpenWorld in Discord to explore, search, and understand the openworldserver/openworld codebase in real time.
Repository Mirror
Answers questions backed by Cloudflare Artifacts mirror & GitHub baseline synchronization.
Privilege Levels
Control directory access, OpenRouter models, HTTP MCP servers, and rate limits by Level.
Zero-Retention Keys
AI Gateway stores OpenRouter keys and ChatGPT Codex OAuth safely. Tokens never land in database storage.
Discord Native
Mention the bot or use /connect to get an instant personal link without DM clutter.
#openworld-dev · Discord
General LevelU
Developer today at 17:40
@OpenWorld how are player session packets decoded in the server loop?
OpenWorld Bot APP
Player session packets are processed by the framing decoder in src/network/codec.rs.
Each incoming payload is validated against the schema before dispatching to the game turn reactor.