Removed all AI/LLM functionality from core-api as it has been
migrated to the dedicated core-ai service.
Deleted:
- src/controllers/ai_controller.py (chat completions, models, conversations)
- src/agent/ (orchestrator, tools, prompts, streaming)
- src/memory/ (manager, qdrant, buffer, schemas)
- src/api/v1/ (chat, conversations, models, schemas)
- tests/test_memory_*.py (3 test files)
Removed dependencies:
- google-adk, litellm, google-cloud-aiplatform
- qdrant-client
Kept:
- tools_controller.py (web scraper for core-ai REST calls)
- infrastructure_controller.py
- health_controller.py
- static_controller.py
core-api is now purely for infrastructure management.
All AI operations are handled by core-ai service.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>