An AI-powered script generator for macOS automation using AppleScript.
- Natural language to AppleScript conversion
- Voice command support
- Learning from successful executions
- Verification of results (v2)
- Voice feedback responses (v3)
pip install -r requirements.txtpython src/v1/ai_script_agent_learning.pypython src/v2/ai_script_agent_learning.py --verifypython src/v3/ai_script_agent_learning.py --verify --voicev1/: Basic version with learning capabilitiesv2/: Enhanced version with result verificationv3/: Added voice feedback using macOS text-to-speech
- Added voice feedback using macOS text-to-speech
- System now speaks responses instead of just displaying them
- Added --voice flag to toggle voice feedback
- Added result verification
- Enhanced feedback collection
- Improved solution learning
- Initial release
- Basic AppleScript generation
- Voice command support