Files
lijiaoqiao/llm-gateway-competitors/litellm-wheel-src/litellm/llms/a2a/__init__.py

7 lines
127 B
Python
Raw Normal View History

"""
A2A (Agent-to-Agent) Protocol Provider for LiteLLM
"""
from .chat.transformation import A2AConfig
__all__ = ["A2AConfig"]