fix: Blog-Pipeline sys.path für config-Import
Dieser Commit ist enthalten in:
@@ -9,6 +9,7 @@ from pathlib import Path
|
||||
|
||||
# Projekt-Root zum Path hinzufügen
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent.parent.parent))
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent.parent))
|
||||
|
||||
from src.agents.claude_client import call_claude
|
||||
from src.agents.blog.blog_curator import curate_topics
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren