mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 05:00:13 +00:00
enhance: log system
This commit is contained in:
parent
a3b45a0c05
commit
08143704f7
24 changed files with 86 additions and 81 deletions
|
|
@ -1,11 +1,13 @@
|
|||
from fastapi import APIRouter, Depends
|
||||
from exa_py import Exa
|
||||
from loguru import logger
|
||||
from app.component.auth import key_must
|
||||
from app.component.environment import env_not_empty
|
||||
from app.model.mcp.proxy import ExaSearch
|
||||
from typing import Any, cast
|
||||
import requests
|
||||
from app.utils import traceroot_wrapper as traceroot
|
||||
|
||||
logger = traceroot.get_logger("server_proxy_controller")
|
||||
|
||||
from app.model.user.key import Key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue