Rohan03's picture
feat: Easy API — purpose(), Team, quickstart wizard, template auto-detection
4daa607 verified
"""
Run Purpose Agent from the command line:
python -m purpose_agent
Launches the interactive quickstart wizard.
"""
from purpose_agent.easy import quickstart
if __name__ == "__main__":
quickstart()