Skip to content

Instantly share code, notes, and snippets.

@sssemil
sssemil / cli.py
Created January 27, 2026 14:33
Simple CLI for PersonaPlex - talk and listen via terminal
#!/usr/bin/env python3
"""
Simple CLI for PersonaPlex - talk and listen via terminal.
"""
import argparse
import os
import sys
import time
import threading

Would you use a backend where you just define schema, access policy, and functions?

Basically something like making smart contracts on EVM, but instead they run on a hyperscaler, and have regular backend fundamentals.

Here's a mock frenchie made me, was thinking something like this:

schema User {
  email: string @private(owner)
  name: string @public