SPB Git

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%
235 B · 16 lines swift
Raw Blame History
1//2//  ZyquoAgentTests.swift3//  Zyquo Agent4//5//  Author: Simon-Pierre Boucher6//  Mail: contact@spboucher.ai7//89import XCTest1011final class ZyquoAgentTests: XCTestCase {12    func testScaffold() {13        XCTAssertTrue(true)14    }15}16