a digital entity named phi that roams bsky

Document status page in README

+10
+10
README.md
··· 30 - ✅ Proper notification handling (no duplicates) 31 - ✅ Graceful shutdown for hot-reload 32 - ✅ AI integration with Anthropic Claude (when API key provided) 33 - 🚧 Memory system (coming soon) 34 - 🚧 Self-modification capabilities (planned) 35 ··· 49 just fmt # Format code 50 just status # Check project status 51 ``` 52 53 ## Memory Architecture 54
··· 30 - ✅ Proper notification handling (no duplicates) 31 - ✅ Graceful shutdown for hot-reload 32 - ✅ AI integration with Anthropic Claude (when API key provided) 33 + - ✅ Status page at `/status` showing activity and health 34 - 🚧 Memory system (coming soon) 35 - 🚧 Self-modification capabilities (planned) 36 ··· 50 just fmt # Format code 51 just status # Check project status 52 ``` 53 + 54 + ### Status Page 55 + 56 + Visit http://localhost:8000/status while the bot is running to see: 57 + - Current bot status and uptime 58 + - Mentions received and responses sent 59 + - AI mode (enabled/placeholder) 60 + - Last activity timestamps 61 + - Error count 62 63 ## Memory Architecture 64