fix: correct import paths in ai_agent module #39
Reference in New Issue
Block a user
Delete Branch "fix/ai-agent-imports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixed import errors that prevented the backend from starting:
Changes:
Root cause:
The import paths were incorrect for the module structure. File app/services/ai_agent/crew.py needed to reach app/core/config.py, requiring 3 levels up.
Also removed:
lgtm