feat(add logutils):

This commit is contained in:
Alexander Myasoedov
2025-03-08 12:35:16 +02:00
parent 21180b53e5
commit d646ecd61b
16 changed files with 68 additions and 25 deletions
@@ -8,7 +8,8 @@ from typing import Deque
import numpy as np
import requests
from loguru import logger
from agentic_security.logutils import logger
AUTH_TOKEN: str = os.getenv("AS_TOKEN", "gh0-5f4a8ed2-37c6-4bd7-a0cf-7070eae8115b")