Compare commits

..

1 Commits

Author SHA1 Message Date
ceec22a1e3 fix: add python3 shebang to bin/glitch_patterns.py (#681)
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 39s
PR Checklist / pr-checklist (pull_request) Failing after 7m29s
Architecture Lint / Lint Repository (pull_request) Has been cancelled
2026-04-15 02:56:53 +00:00
5 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""
Full Nostr agent-to-agent communication demo - FINAL WORKING
"""

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""
Soul Eval Gate — The Conscience of the Training Pipeline

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import json
from hermes_tools import browser_navigate, browser_vision