Let’s build your first flow on Agent Relay.

A software factory is the easiest flow to set up. It’ll take about 5 minutes. Once you get the hang of Flows, you can build another one for other use cases.

software-factory.flow.ts
import { flow } from "@relayflows/surface";

export default flow("software-factory",
  { budget: { wallclock: "1h" } }, async (f) => {

});