Initial commit: VoIdeaAI - voice-first AI idea assistant

This commit is contained in:
2026-05-13 12:51:42 +03:00
commit 688d043dad
421 changed files with 47915 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Rate Limiting Note - VoIdea
**Date:** 2026-05-10
**Status:** Backlog (implement later)
---
## Overview
Implement rate limiting for AI agents and API endpoints.
---
## Requirements
1. Per-user limits based on subscription tier
2. Queue overflow requests (up to 100)
3. 7-day TTL for queued requests
4. User notification on limit
---
## Implementation
- Redis for rate limit counters
- Celery for queue management
- API endpoint for queue status
- Admin panel for limit management
---
*Created: 2026-05-10*