From 5e32dbc04959cba8c36a78a926012a6a8ce87789 Mon Sep 17 00:00:00 2001 From: sylvain Date: Mon, 9 Mar 2026 10:28:46 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20sys.path.insert('/opt')=20=E2=80=94=20?= =?UTF-8?q?agents=5Fcore=20now=20installed=20via=20pip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- agent_ansible.py | 1 - 1 file changed, 1 deletion(-) diff --git a/agent_ansible.py b/agent_ansible.py index 1cb367a..6341816 100644 --- a/agent_ansible.py +++ b/agent_ansible.py @@ -7,7 +7,6 @@ import os import sys import logging -sys.path.insert(0, "/opt") from agents_core import BaseAgent, AgentContext, Message, MessageType