Skip to main content
In the following sections, we’ll look at some common use cases for creating custom communication flows and how to implement them in Agency Swarm.

1. Adjusting Parameters and Descriptions

Customize parameters by subclassing SendMessage and declaring extra fields directly on the class:

2. Adding Additional Fields

You can add extra fields to capture more context, like key moments and decisions:
Usage:
If you have any ideas for new communication flows, please either adjust this page in docs, or add your new send message tool in the agency_swarm/tools/send_message folder and open a PR!