spb/zyquo-agent Public MIT
The autonomous agent that actually operates your Mac — plans, runs real commands, verifies its own work.
Swift 94.7%
Shell 4.1%
Python 0.7%
Makefile 0.5%
1#2# .gitignore3# Zyquo Agent4#5# Author: Simon-Pierre Boucher6# Mail: contact@spboucher.ai7#89# ---- Secrets (NEVER commit) -------------------------------------------------10.secrets/11*.env.keys12.env13.env.local14*.p1215*.mobileprovision16AuthKey_*.p81718# ---- Swift Package Manager --------------------------------------------------19.build/20.swiftpm/21*.xcframework2223# ---- Build products / distribution -----------------------------------------24build/25dist/26DerivedData/27*.dmg28*.o29*.dSYM/30*.icns.tmp3132# ---- Xcode (not used to build, but keep clones clean) ----------------------33*.xcodeproj/xcuserdata/34*.xcworkspace/xcuserdata/35*.xcuserstate36*.xcuserdatad/37xcuserdata/38*.xcscmblueprint39*.xccheckout40*.moved-aside41*.hmap42*.ipa43timeline.xctimeline44playground.xcworkspace4546# ---- Dependency managers ---------------------------------------------------47Pods/48Carthage/Build/49.netrc5051# ---- Tooling / caches ------------------------------------------------------52scripts/__pycache__/53__pycache__/54*.pyc55.mypy_cache/5657# ---- macOS -----------------------------------------------------------------58.DS_Store59.DS_Store?60._*61.Spotlight-V10062.Trashes63.AppleDouble64.LSOverride65Icon?66ehthumbs.db67Thumbs.db6869# ---- Editors ---------------------------------------------------------------70.idea/71.vscode/72*.swp73*~74