Spaces:
Running
Running
sync: 149 file da Baida98/AI@7ad4598a (2026-07-01 10:31 UTC)
Browse files- api/_agent_helpers.py +2 -0
api/_agent_helpers.py
CHANGED
|
@@ -16,6 +16,7 @@ Esportazioni:
|
|
| 16 |
from __future__ import annotations
|
| 17 |
import re
|
| 18 |
import logging
|
|
|
|
| 19 |
|
| 20 |
_logger = logging.getLogger("api.agent")
|
| 21 |
|
|
@@ -123,3 +124,4 @@ def _get_persona_llm_client(persona: str, default_client: object) -> object:
|
|
| 123 |
return default_client
|
| 124 |
|
| 125 |
|
|
|
|
|
|
| 16 |
from __future__ import annotations
|
| 17 |
import re
|
| 18 |
import logging
|
| 19 |
+
from fastapi import APIRouter
|
| 20 |
|
| 21 |
_logger = logging.getLogger("api.agent")
|
| 22 |
|
|
|
|
| 124 |
return default_client
|
| 125 |
|
| 126 |
|
| 127 |
+
|