[READ-ONLY] Mirror of https://github.com/just-cameron/comind. Comind, the cognitive layer for the web. comind.stream/docs/getting-started
ai atprotocol

Add monitoring functionality for Comind records master

- Introduced a new `monitor.py` script to create a FastHTML app for monitoring recent records from specified Comind collections. - Implemented functions to initialize the ATProto client, retrieve recent records, and render them as cards for display. - Added a refresh feature to update the displayed records dynamically. - Created a `requirements-monitor.txt` file to manage dependencies for the monitoring application. - Enhanced error handling to provide user feedback in case of issues with record retrieval or client initialization.