Custom Workflows SDK
Overview
The Custom Workflows SDK allows you to define and expose specific stages of your LLM workflows as API endpoints. By decorating your functions with @ag.route
and @ag.entrypoint
, you can create custom routes that integrate with the Agenta for playground interactions, evaluations, and deployments.
Workflows can be deployed to Agenta using the CLI.