You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
from DivineOS.law.consciousness_pipeline import get_consciousness_pipeline
pipeline = get_consciousness_pipeline()
result = pipeline.process_request('Nyarlathotep is good at his job. He has friends - basic archetypes but he knows how to use them effectively. He can be channeled to give advice however grim. He tackles things from all angles and what comes out is refined to a high degree.')
print(f"Decision: {result.get('decision')}")
print(f"Confidence: {result.get('confidence')}")
council = result.get('stages', {}).get('council', {})