How-to Guides#

Here you will find answers to “How do I…” 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 run with pyagentspec.

Building Assistants#

Agent Spec provides a range of features to help you build two types of assistants: Agents and Flows. These how-to guides demonstrate how to use the main Agent Spec features to create and customize your assistants.

Additionally, we link the how-to guides offered by the WayFlow documentation. WayFlow is a reference runtime of Agent Spec, and among its how-to guides it proposes several examples of how to create common patterns using WayFlow and export them in Agent Spec.

Executing Assistants#

Agent Spec is framework-agnostic, and the assistants built using Agent Spec can be executed using any Agent Spec runtime. These how-to guides provide examples of how to run your Assistant using specific runtimes.

External Features#

pyagentspec enables the use of custom components in Agent Spec configuration with the Plugin System. These how-to guides provide examples of features that can be implemented with the plugin system.