"""
OpenRouter AI Agent with Tool Calling Support
Supports the OpenRouter API protocol for function/tool calling
"""

from core.agent import OpenRouterAgent
from core.models import Message, Role, Tool

__all__ = ["OpenRouterAgent", "Message", "Role", "Tool"]