Add AGENTS.md documentation for AI agent guidance

This commit is contained in:
2026-02-23 09:59:52 -05:00
commit 2e2b817435
21 changed files with 2513 additions and 0 deletions

5
app/services/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""Services for watsonx-openai-proxy."""
from app.services.watsonx_service import watsonx_service, WatsonxService
__all__ = ["watsonx_service", "WatsonxService"]