Skip to main content
Templates and Guides provide pre-built examples and starting points for common use cases with the Inworld Agent Runtime SDK. Browse all templates at github.com/inworld-ai/inworld-runtime-templates-node

Production-Ready Applications

Full-stack application templates include frontend, backend, and deployment configs, each in its own repository. Examples: Voice Agent, Zoom Demeanor Evaluator, Language Learning App.
  • Use when: Building a complete product or starting a new project
  • How: Clone directly from GitHub (CLI support coming soon)

Learning Examples & Code Snippets

Explore focused code examples at github.com/inworld-ai/inworld-runtime-templates-node Standalone examples demonstrating specific Runtime features: LLM chat, TTS, STT, safety checks, custom nodes, etc.
  • Use when: Learning Runtime concepts, prototyping workflows, or understanding specific features
  • How: Clone the repository and explore individual examples

Guides

Guides are step-by-step instructions with focused code snippets that demonstrate specific concepts and show you how to implement particular functionality. Use templates and guides to 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.