draft init

This commit is contained in:
zRzRzRzRzRzRzR
2025-12-08 23:54:29 +08:00
commit 7e1785e08e
31 changed files with 3639 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""Model client module for AI inference."""
from phone_agent.model.client import ModelClient, ModelConfig
__all__ = ["ModelClient", "ModelConfig"]