Skip to content

How-to Guides

Task recipes. Each page solves one concrete problem and shows a minimal working example in C++, Python, and Unreal where applicable. If you are new to Tryll, start with First inference; if you want the why, see Concepts.

Running the server

  • Run the Tryll Server — install or build from source, edit server-config.json, start, watch logs.

Sessions and agents

Models

Retrieval-augmented generation

Guardrails and scripted branches

Tools

  • Define and Handle Tool Calls — declare ToolDefs, route on tool_called / no_tool_called, and handle OnToolCall / set_on_tool_call / SetOnToolCall client-side.
  • Concepts — the mental model behind each recipe.
  • Reference — field-level detail for every knob.