fix: correct import paths in ai_agent module
- Fix relative import path in crew.py (from ..core to ...core) - Update __init__.py exports to match actual class names - Remove incorrect CrewAgent and LLMConnector exports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from typing import List, Optional, Dict, Any
|
||||
from crewai import Agent, Task, Crew
|
||||
from .llm_connector import MiniMaxConnector, MiniMaxLLM
|
||||
from ..core.config import get_settings
|
||||
from ...core.config import get_settings
|
||||
|
||||
|
||||
class StrategyValidator:
|
||||
|
||||
Reference in New Issue
Block a user