feat: add mock AI provider for dev mode with stock rotation

This commit is contained in:
2025-11-01 11:07:46 -04:00
parent f51c23c428
commit b6867c9c16
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
"""Mock AI provider for development mode testing"""
from .mock_ai_provider import MockAIProvider
__all__ = ["MockAIProvider"]