mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
feat(backend): add more models to db for notifications
This commit is contained in:
@@ -5,10 +5,13 @@ from datetime import datetime, timedelta
|
||||
from typing import TYPE_CHECKING, Optional
|
||||
|
||||
from autogpt_libs.utils.cache import thread_cached
|
||||
from prisma.models import UserNotificationBatch
|
||||
|
||||
from backend.data.notifications import (
|
||||
BatchingStrategy,
|
||||
NotificationResult,
|
||||
get_batch_delay,
|
||||
NotificationEventModel,
|
||||
)
|
||||
from backend.data.rabbitmq import Exchange, ExchangeType, Queue, RabbitMQConfig
|
||||
from backend.executor.database import DatabaseManager
|
||||
|
||||
Reference in New Issue
Block a user