Roblox AI Agent Module
AIAgentModule is a modular system for Roblox games designed to integrate LLM AI Agents into Roblox experiences. It provides a structured way to create and manage AI-driven NPCs within Roblox.
You get started by creating an AIAgent object, giving it a predefined LLM AIAgent, then assigning to it an avatar in Roblox. While the experience is running, the game can provide the LLM AIAgent with the current game state and then query it for a response. The developer can then do whatever he wants with the response.
Read more > Getting Started
Last updated