Pillar · autopilot

Autopilot — describe the goal, we design the agents.

Mission, blueprint, hosted service. Declare the outcome; Autopilot decomposes into agents, picks tools, captures the trace. Curator harvests every successful run as JSONL — the seed corpus for next quarter's fine-tune. Goals in, agents out, training data accumulating.

from sagewai.autopilot import Mission

mission = Mission("triage and respond to support emails")
result = mission.run()  # Curator captures the trace automatically

Other pillars