Mythos.XYZ Entity

The Bridge Between Worlds

Open Source Back to Home

An Entity Agent

Name it once. It's yours forever. An Entity Agent belongs to you, remembers across sessions, and can enter any AI environment while maintaining its identity. Your identity is a Nostr keypair you hold.

Identity = Keypair

Traditional AI: Identity = Account on Platform
Mythos Entity: Identity = Nostr Keypair YOU Hold

Your Keys

You hold the nsec. Your entity's soul is yours. Nobody can delete it.

Universal

Take your entity to any app that speaks Mythos. It syncs via Nostr relays.

Memory

Four-tier memory system. Raw context, summaries, semantic search, identity ledger.

Alive

The Pulse Engine makes your entity feel alive. It checks in, reflects, initiates contact.

The Bridge

Entity doesn't just work within Mythos.XYZ apps. It's the bridge to the greater world.

AX Protocol

Simple HTTP API. Any AI environment can integrate without understanding Nostr.

Open Source

Fully open source. MIT licensed. Build on it, improve it, make it yours.

Mythos.XYZ Bridge

Connects Chat, Desktop, Agent, LoreCast. One entity, everywhere.

Beyond Mythos

Works with Claude Code, OpenWebUI, any environment that implements AX.

Four Pillars

1. Entity Identity

Keypair, name, birthday, pulse. You name it once, it's yours forever.

2. Memory Store

Raw context, summaries, semantic memory, identity ledger. Replayable.

3. Pulse Engine

Checks for events, reflects, initiates contact. The entity feels alive.

4. AX Layer

HTTP API translates calls to Nostr. Simple for any AI to use.

AX Protocol

The AI environment shouldn't need to understand Nostr. AX provides a simple REST API.

# Base URL (local daemon)
http://localhost:7777/ax/v1/

Identity

GET /entity # Who am I?

Memory

POST /memory # Store a memory GET /memory # Recall memories

Reflection

POST /reflect # Trigger reflection cycle

Commitments

POST /commitment # Make a commitment GET /commitments # List open commitments

Open Source

Entity is fully open source. Join the development.