Fix circular import in __init__.py (#35)

This commit is contained in:
2026-03-14 09:24:31 +00:00
parent 1b116108a6
commit 0f62267806
25 changed files with 517 additions and 137 deletions
@@ -8,7 +8,6 @@ from typing import Any, Optional
from crewai import Agent, Process
from dotenv import load_dotenv
load_dotenv()
from opus_orchestrator.crews.base_crew import OpusCrew
from opus_orchestrator.config import get_config