Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

FSQ — Fully Self Quality

Evidence-first AI UI automation you can inspect, replay, and verify.

CI status Python 3.11 or newer MIT license Alpha status

Quickstart · 中文 · How it works · Platforms · Documentation · Contributing

[!IMPORTANT] FSQ v0.1.0 is an alpha release. It is ready for evaluation and contribution, but public APIs and Case authoring details may evolve before 1.0. See support and stability.

FSQ turns a natural-language UI goal into an observable automation run, saves screenshots, UI snapshots, events, and reports as evidence, and can turn successful actions into a reviewable Case for deterministic replay. It uses Playwright, uiautomator2, pywinauto, and Appium as platform backends; it does not replace or install their host prerequisites.

FSQ v0.1.0 animated demo preview: goal, execution, evidence, candidate Case, and report

https://github.com/user-attachments/assets/aa9d0a12-2f93-4894-8349-52a013424939

Watch the full demo on YouTube

FSQ workflow: describe a goal, execute once, capture evidence, verify, review a Case, and replay deterministically

Why FSQ

  • Inspect the facts. Every run keeps screenshots, normalized UI snapshots, ordered events, metadata, and reports together.
  • Separate exploration from regression. AI can explore a goal; reviewed YAML Cases replay authored actions deterministically.
  • Use one workflow across UI surfaces. Web, Android, Windows, and macOS share the same Case, evidence, Run, and readiness concepts.
  • Keep control local. Workspaces, evidence, Provider configuration, and the Control Plane are local by default.

FSQ complements platform automation libraries. Playwright, uiautomator2, pywinauto, and Appium perform platform interaction; FSQ adds goal-driven execution, a shared Case format, evidence capture, verification, Run history, and a local Control Plane.

Product tour

Describe a goal Inspect evidence Review a candidate Case
FSQ Control Plane goal entry for a public TodoMVC workflow FSQ evidence view showing persisted UI state from the run FSQ Run-local candidate Case generated from execution facts

See the remaining approved screenshots in release media.

Five-minute quickstart

This public Web example uses Example Domain, requires an installed Chromium-family browser, and writes all project data locally. AI-driven commands additionally require a configured Provider.

1. Install

python -m pip install fsq-agent

The base package includes Python dependencies for all four supported platforms. Browsers, applications, devices, ADB, and Appium services remain system prerequisites. FSQ never installs them during init.

2. Create an empty Workspace

mkdir fsq-web-demo
cd fsq-web-demo
fsq init --platform web --browser-channel chrome
fsq doctor

Workspace root selection is exact:

  • In an empty current directory, fsq init adopts that directory as the Workspace root.
  • In a non-empty current directory, it creates an absent <current-directory>/<workspace-name> child. Use --name NAME to choose that name, then change into the child directory for Workspace commands.
  • Other CLI commands never search parent directories; run them from the exact registered Workspace root.

3. Replay the public example without a planning LLM

Download the versioned examples/web/example-domain.fsq.yaml into the Workspace and run it:

mkdir -p cases/web
curl --fail --location --output cases/web/example-domain.fsq.yaml \
  https://raw.githubusercontent.com/microsoft/FSQ/v0.1.0/examples/web/example-domain.fsq.yaml
fsq case test --platform web cases/web/example-domain.fsq.yaml
fsq runs list --platform web

4. Explore with AI

Configure one supported user-level Provider from any directory:

fsq providers configure github_copilot
fsq providers status

Then return to the Workspace:

fsq case create --platform web \
  --goal "Open https://example.com and verify the Example Domain heading is visible."

fsq case test --platform web --suggest cases/web/example-domain.fsq.yaml
fsq runs show RUN_ID --open

--suggest executes the source Case exactly once, then asks AI to analyze only the persisted Case, report, and evidence. Suggestions and an optional candidate Case remain inside that Run; the source Case is not modified.

5. Open the local Control Plane

fsq ui

The installed wheel includes the compiled frontend. It listens on 127.0.0.1:8879 by default and does not require Node.js at runtime.

How FSQ works

Goal ──► AI exploration ──► evidence ──► verification ──► reviewable Case
                                                          │
Reviewed Case ──► deterministic replay ──► fresh evidence ─┘

Dynamic execution and deterministic replay share platform Harnesses and evidence contracts. The original execution result is immutable; later suggestion analysis cannot rewrite it or perform another UI execution. See the architecture overview.

Supported platforms

Platform Interaction backend Host prerequisites
Web Playwright A supported installed Chromium-family channel
Android uiautomator2 ADB and an online authorized device
Windows pywinauto Windows and an existing application
macOS Appium Mac2 macOS, an existing application, and a reachable Appium service

All Python backend packages are installed with fsq-agent; platform applications and host services are not. Run fsq doctor from the exact Workspace root for actionable readiness results.

Platform target options for fsq init:

Platform Required target input
Android --app-id APP_ID
Web --browser-channel CHANNEL; optional --browser-executable-path FILE
Windows --app-path PATH; optional --window-title-re, --launch-args
macOS At least one of --bundle-id or --app-path

Runs and local data

<workspace-root>/
  .fsq/config/config.<platform>.yaml
  .fsq/runs/<platform>/<run-id>/
  cases/<platform>/
  knowledge/<platform>/

Use fsq runs list, fsq runs show RUN_ID, and fsq runs logs RUN_ID. fsq runs show RUN_ID --open creates an offline static HTML report without calling a Provider or operating the UI. Evidence can contain visible application data; review it before sharing. Do not commit .fsq, credentials, reports, screenshots, or private target data.

Provider configuration is stored under ~/.fsq and shared by the CLI and local Control Plane. Supported first-release Providers are GitHub Copilot and Azure OpenAI.

Documentation

Resource Purpose
中文 README Chinese overview, quickstart, and release links
Getting started Installation, Workspace rules, first Web run, and next commands
中文快速开始 Chinese installation and first-run guide
CLI reference Current public command families and output modes
FSQ Case format Case structure and a validated public example
Platform prerequisites Web, Android, Windows, and macOS host setup boundaries
Support and stability Alpha scope, compatibility, privacy, and support expectations
Architecture Current runtime layers and ownership boundaries
Release acceptance Maintainer release-candidate verification
Directory migration guide Package ownership and future migration criteria
Roadmap Direction rather than release commitment

Contributing

Contributions are welcome across documentation, Cases, platform Harnesses, evidence, verification, and developer experience. Start with CONTRIBUTING.md, follow the Code of Conduct, and report vulnerabilities privately through SECURITY.md.

License

MIT — Copyright (c) Microsoft Corporation.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsq_agent-0.1.0a2.tar.gz (8.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fsq_agent-0.1.0a2-py3-none-any.whl (814.7 kB view details)

Uploaded Python 3

File details

Details for the file fsq_agent-0.1.0a2.tar.gz.

File metadata

  • Download URL: fsq_agent-0.1.0a2.tar.gz
  • Upload date:
  • Size: 8.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.8 {"installer":{"name":"uv","version":"0.12.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fsq_agent-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 7e961e97ec9af52ddc657275da1be9fdb43a905f021818a601001d640e099df4
MD5 c9c138eb212d74c92119923008d0de68
BLAKE2b-256 e9f97f44eabbef7220e42b10c302e371640200c8871c50f70b6a780440d87874

See more details on using hashes here.

File details

Details for the file fsq_agent-0.1.0a2-py3-none-any.whl.

File metadata

  • Download URL: fsq_agent-0.1.0a2-py3-none-any.whl
  • Upload date:
  • Size: 814.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.8 {"installer":{"name":"uv","version":"0.12.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for fsq_agent-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 3476e15b832f01abca721092286bab65a4cc50b31c9157f65cb8bbba30cdd10d
MD5 89a2f0a0647896fae9fd44407f737d8f
BLAKE2b-256 2cad2b8c2531c44fd26ba5b3aaf5fbc8c419e2e23642b60043d361a20de9eba6

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.0

2 files

This release

0.1.0a2 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page