How-to Guides#
Within this section, you will find answers to “How do I…” types of questions. The proposed guides are goal-oriented and concrete, as they are meant to help you complete a specific task. Each code example in these how-to guides is self-contained and can be executed with WayFlow.
For comprehensive, end-to-end walkthroughs, refer to the Tutorials. For detailed descriptions of every class and function, see the API Reference.
Building Assistants#
WayFlow offers a wide range of features for building Agents, Flows as well as multi-agent patterns such as hierarchical multi-agent and Swarm. These how-to guides demonstrate how to use the main features to create and customize your assistants.
Agents
Flows
Tools in Assistants#
Equipping AI assistants with tools unlock key capabilities such as being able to fetch data, take action, and connect to external data and systems. These guides cover how to leverage the several tools features available in WayFlow, such as server-side tools, client-side tools, tools to perform remote API calls, and support for Model Context Protocol (MCP) tools.
Configuration and State Management#
These guides demonstrate how to configure the components of assistants built with WayFlow.