diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdc1e05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +__pycache__ +build/ +dist/ +*.spec +bin/*.exe +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 418e302..14b5fb2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ **Background Vision Agent (Windows)** +PROOF OF CONCEPT. + - One-command setup/run: `powershell -ExecutionPolicy Bypass -File .\run.ps1` - Requires Python 3.11+ for source-based run. Configure your API key in `bg_agent/config.py` or via the `OPENAI_API_KEY` env var. - Runs hidden (uses `pythonw.exe`) and listens for global hotkeys.