From a02f9fffb069e13620f51dbf165b797020128494 Mon Sep 17 00:00:00 2001 From: etsien Date: Thu, 30 Apr 2026 20:07:58 -0400 Subject: [PATCH] Update cve_agent.py --- src/vuln_analysis/functions/cve_agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vuln_analysis/functions/cve_agent.py b/src/vuln_analysis/functions/cve_agent.py index f140850d..3b6429f7 100644 --- a/src/vuln_analysis/functions/cve_agent.py +++ b/src/vuln_analysis/functions/cve_agent.py @@ -12,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + import os import asyncio import json @@ -51,7 +52,7 @@ import uuid import tiktoken from nat.builder.context import Context - +# testing logger = LoggingFactory.get_agent_logger(__name__) AGENT_TRACER = Context.get()