Remove sys.path.insert('/opt') — agents_core now installed via pip

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 10:28:46 +00:00
parent 084787b106
commit 4bd5db797e
-1
View File
@@ -9,7 +9,6 @@ import threading
import subprocess
import logging
sys.path.insert(0, "/opt")
from agents_core import BaseAgent, AgentContext, Message, MessageType