feat: Added iOS support
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
"""
|
||||
Phone Agent - An AI-powered phone automation framework.
|
||||
|
||||
This package provides tools for automating Android phone interactions
|
||||
This package provides tools for automating Android and iOS phone interactions
|
||||
using AI models for visual understanding and decision making.
|
||||
"""
|
||||
|
||||
from phone_agent.agent import PhoneAgent
|
||||
from phone_agent.agent_ios import IOSPhoneAgent
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["PhoneAgent"]
|
||||
__all__ = ["PhoneAgent", "IOSPhoneAgent"]
|
||||
|
||||
Reference in New Issue
Block a user