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()