📄️ Python
A tool function consumer in Python using the Flightdeck SDK. The developer only writes processing logic and calls ctx.success() or ctx.error().
Tool functions are the execution layer that runs when the LLM directs an action. Each tool consumer reads from a Kafka topic, runs your business logic, and writes the result back. Choose your language below.
A tool function consumer in Python using the Flightdeck SDK. The developer only writes processing logic and calls ctx.success() or ctx.error().