From the repository root:
python -m skillos.cli demo
python -m skillos.cli serveOpen:
http://127.0.0.1:8765
python -m skillos.cli init
python -m skillos.cli demo
python -m skillos.cli dashboard
python -m skillos.cli serve
python -m skillos.cli reset
python -m unittest discover -s testspython -m skillos.cli job "Draft a sales follow-up email from call notes" \
--inputs '{"prospect_name":"Maya","company_name":"Orion Labs","agreed_next_step":"review the pilot plan on Friday"}' \
--human-edits "Moved the next step to the opening lines."SkillOS writes local data to:
.skillos/skillos.db
Delete it with:
python -m skillos.cli reset