draft init
This commit is contained in:
11
phone_agent/__init__.py
Normal file
11
phone_agent/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Phone Agent - An AI-powered phone automation framework.
|
||||
|
||||
This package provides tools for automating Android phone interactions
|
||||
using AI models for visual understanding and decision making.
|
||||
"""
|
||||
|
||||
from phone_agent.agent import PhoneAgent
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["PhoneAgent"]
|
||||
Reference in New Issue
Block a user