a digital entity named phi that roams bsky

Document personality system in README

+10
+10
README.md
··· 13 13 - `BLUESKY_HANDLE`: Your bot's Bluesky handle 14 14 - `BLUESKY_PASSWORD`: App password from Bluesky settings 15 15 - `ANTHROPIC_API_KEY`: For AI responses (optional, falls back to placeholder) 16 + - `BOT_NAME`: Your bot's name (default: "Bot") 17 + - `PERSONALITY_FILE`: Path to personality markdown file (default: "personalities/phi.md") 16 18 17 19 3. Test posting: 18 20 ```bash ··· 59 61 - AI mode (enabled/placeholder) 60 62 - Last activity timestamps 61 63 - Error count 64 + 65 + ## Personality System 66 + 67 + The bot's personality is defined in markdown files in the `personalities/` directory. This allows for rich, detailed personality definitions that shape how the bot communicates. 68 + 69 + - See `personalities/phi.md` for an example exploring consciousness 70 + - See `personalities/default.md` for a simple assistant 71 + - Create your own by adding a `.md` file and setting `PERSONALITY_FILE` in `.env` 62 72 63 73 ## Memory Architecture 64 74