Skip to main content
Templates and Guides provide pre-built examples and starting points for common use cases with the Inworld Agent Runtime SDK.
  • Templates are fully built out CLI implementations or applications that you can download and use immediately. Most of them also include documentation that explain how the template works (“Understanding the Template”).
  • Guides are step-by-step instructions with focused code snippets that demonstrate specific concepts and/or show you how to implement a particular functionality.
Use them to help jumpstart your development with the Runtime SDK!

Understand the Templates

LLM

Learn how to make a single LLM call, with support for streaming, tool calling, and multimodal inputs.

TTS

Learn how to call a Text-to-Speech (TTS) model to generate audio.

Voice Agent

Learn how to build a natural realtime voice experience, ready for production use

Comic Generator

Learn how to generate 4-panel comic using Runtime and MiniMax Image Generation.

Multimodal Companion

Learn how to take in multimodal inputs to power an AI companion.

Shopping Agent

Learn how to use tool calling to build a conversational shopping assistant.

Explore Guides

Handling Multiple Inputs

Learn how to process outputs from multiple nodes inside a single Custom Node.

Using Context to Pass Data

Learn how to use context to pass additional data between nodes in your graph.