Platform · autopilot

Autopilot — describe the goal, we design the agents.

Mission, blueprint, hosted service. Declare the outcome; Autopilot decomposes the goal into agents, picks tools, and captures the trace (linear plans today; branched plans in progress). The Curator turns successful runs into JSONL — the seed corpus for a future fine-tune. Goals in, agents out, training data you can build on.

from sagewai.autopilot import Mission

mission = Mission("triage and respond to support emails")
result = mission.run()  # the run trace is captured for the Curator

The rest of the platform