Janus Python SDK (v0.1)

Developer surface of the Janus Framework

Quick Start

  1. Clear the log (required for a clean run):
    rm -f runtimes/python-sdk/janus/janus_events.jsonl
  2. Run the quickstart demo:
    python3 runtimes/python-sdk/quickstart.py
  3. View the governance report:
    python3 runtimes/python-sdk/janus/cli.py report
Example Output:
Janus Report
E+: ['event_ok']
E-: ['event_missing']
ECR: 50.0%
Status: ⚠️ Missing expected events
View SDK Source on GitHub Back to Framework Landing