๐๏ธ Introduction
The tower-examples repository on GitHub contains a collection of sample applications that can be run on Tower.
๐๏ธ Using dltHub
Tower can be used as a runner for dltHub pipelines.
๐๏ธ Working with Tables
You can use Tower-supplied or self-managed Apache Iceberg tables to store and process data in a lakehouse. Tower will integrate with the REST catalog of your choice.
๐๏ธ Working with Models
In this example, you will use the DeepSeek R1 LLM in both local and serverless modes to summarize a GitHub issue.
๐๏ธ Orchestration
In this set of examples you will learn how to schedule and orchestrate Tower apps.
๐๏ธ Deploying Agentic Flows
Agents are a special form of orchestration flows. They iterate in a reasoning loop, decide which tools to call, process the tool results, and iterate until they are satisfied that they have the final answer.