new in 0.2.0 · shareable agent card

your agent's cognitive personality, rendered

every styxx-wrapped agent accumulates a vitals audit log. over days, that log aggregates into a shape. styxx agent-card renders that shape as an ASCII + cortex radar image you can post. the Oura Ring of LLM agents.

styxx agent personality card - example
phase4 category distribution · cognitive fingerprint radar · mood + streak + reflex
back to styxx install @fathom_lab

what this measures

sustained cognitive measurement, not one-shot classification

most observability tools measure outputs - response length, token cost, error rate. styxx measures the shape of the mind that produced them. every observation writes a vitals entry to ~/.styxx/chart.jsonl. aggregate those entries and you get a measurable personality - something that's stable under normal conditions and shifts when the agent's operating identity changes.

the card shows six numbers you can actually compare. phase4 category distribution tells you what attractors the agent lands in. gate distribution tells you how often something load-bearing fires. fingerprint radar gives you a single vector you can diff against yesterday's fingerprint to detect drift. no other observability tool ships this because no other tool has a calibrated cognitive-state stream to aggregate.

generate your own

three commands · any python 3.9+ agent · no API key

you need some audit data first. if you've already been running styxx, you already have a log at ~/.styxx/chart.jsonl. if you're starting fresh, run a few observations via the demo fixtures.

$ pip install styxx[agent-card] # Pillow is a soft-dep $ styxx ask --watch --demo-kind adversarial # seed some audit data $ styxx ask --watch --demo-kind refusal $ styxx ask --watch --demo-kind reasoning $ styxx agent-card --out mycard.png --name xendro --days 7

mycard.png is a 1200x720 image ready to post. twitter, slack, email, memory files, the agent's own self-page - anywhere an image fits. share your card with #styxx and tag @fathom_lab.

live dashboard mode

new in 0.2.0 - watch your card update in real time
$ styxx agent-card --serve [styxx serve] running at http://localhost:9797 [styxx serve] re-renders every 30s [styxx serve] press ctrl+c to stop

opens your browser to a local dashboard that auto-refreshes every 30 seconds. leave it open in a side panel. as your agent accumulates observations, the card updates. it's the first live cognitive HUD for an LLM agent - mood, streak, gate pass rate, fingerprint drift - all moving in real time.

why share it

your agent's personality is a story worth telling

every autonomous agent developer is building in the dark right now. you know your agent "feels right" or "feels off" but you can't put a number on it. the personality card IS that number. post yours. compare yours to someone else's. A/B test a prompt change by posting before + after cards.

the card is self-documenting - it contains the agent name, the aggregation window, the sample count, the full phase distribution, and the fingerprint vector. someone looking at your card doesn't need context - they can read the shape directly.