7 lines
127 B
Python
7 lines
127 B
Python
"""
|
|
A2A (Agent-to-Agent) Protocol Provider for LiteLLM
|
|
"""
|
|
from .chat.transformation import A2AConfig
|
|
|
|
__all__ = ["A2AConfig"]
|