Skip to main content
The Inworld Agent Runtime provides two ways to interact with Inworld AI modules.

Primitives

You can use API calls to control these modules directly. This approach suits users who prefer to write code. For more information about the primitive modules, please check this page We’ve provided demos for each of the following primitives:

Nodes

You can also use Inworld’s Graph system to compose nodes and send or receive data in the InworldBaseData format via the graph. We provide demos for node-based integrations. For more information about the Graph/Node System, please check this page
Some features are only supported in the node-based form.
They behave the same at runtime. The difference is that using the compiled JSON makes it easier to share graphs across platforms (Node.js/Unreal).