Tutorials#
A series of tutorials is available to introduce you to the key WayFlow concepts through practical, example-driven learning. While each tutorial is self-contained, following them in sequence is recommended, as later tutorials build on earlier ones and introduce more advanced concepts.
Take a look at the following resources, alongside the tutorials:
How-to Guides: For goal-oriented guides on how to achieve specific tasks in WayFlow.
API Reference: For comprehensive descriptions of every class and function.
Build a Simple Conversational Assistant with Agents#
Build a conversational HR chatbot agent that uses a search tool to answer HR related questions. It introduces the concept of Agents and shows how you can use them within WayFlow.
Build a Simple Fixed-flow Assistant with Flows#
Next Steps - Use Cases#
Upon understanding the basic principles, you can move on to exploring WayFlow through the practical use cases. They provide hands-on experience in building powerful AI-powered assistants in scenarios that reflect real-world challenges you may face within your organization.
Build a Simple Code Review Assistant#
In this tutorial, you will develop a simple code review assistant using WayFlow Flow to streamline routine code checks. This more complex, real-world example may require additional time to complete compared to previous exercises.