add rate limiter

This commit is contained in:
2025-05-03 16:30:36 +10:00
parent 2ca39915e0
commit a7f16a459d
3 changed files with 88 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ from typing import List, Dict, Any, Optional, Union, Tuple
from pathlib import Path
from functools import lru_cache
import hashlib
from rate_limiter import RateLimiter
from .rate_limiter import RateLimiter
# Configure logging
logging.basicConfig(