mirror of
https://github.com/mruwnik/memory.git
synced 2026-01-02 17:22:58 +01:00
- Add proactive_cron, proactive_prompt, last_proactive_at fields to Discord models - Add /proactive command handler for configuring check-in schedules - Add evaluate_proactive_checkins task (runs every minute via celery beat) - Add execute_proactive_checkin task that evaluates interest and sends messages - Smart bot selection finds the correct bot for each server - Channel selection defaults to "general" text channel for servers - Add database migration for new fields - Add comprehensive tests for commands and tasks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
pytest==7.4.4
|
|
pytest-cov==4.1.0
|
|
pytest-asyncio==0.23.0
|
|
black==23.12.1
|
|
mypy==1.8.0
|
|
isort==5.13.2
|
|
testcontainers[qdrant]==4.10.0
|
|
click==8.1.7
|
|
croniter==2.0.1 |