Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 812 Bytes

File metadata and controls

49 lines (35 loc) · 812 Bytes

Quickstart

Run locally

From the repository root:

python -m skillos.cli demo
python -m skillos.cli serve

Open:

http://127.0.0.1:8765

Useful commands

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 tests

A single job

python -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."

The local data store

SkillOS writes local data to:

.skillos/skillos.db

Delete it with:

python -m skillos.cli reset