Basic Apps

By the end of this section, you will have built two working applications: a conversational chatbot and a data processing pipeline.

Along the way you'll learn the core parts of Yera's Python API. This handful of functions will be used in almost every Yera app you'll ever write.

Import: Import Yera and explore the functions and models available to your apps.

App: Build and run your first Yera app using the @yr.app decorator.

Text Input: Accept input from the user inside a running app.

Chat: Combine input and response into an interactive chatbot.

Struct: Extract structured data from text using the LLM.

Pipeline: Use yr.Struct to build a data processing pipeline for a cybersecurity analyst.