Modular async pipeline: FrameSource->Vision->context and STT/text->Brain->TTS. All stages are Protocols; mock backends run end-to-end with no deps/keys. Real backends included: mss screen capture, Claude vision+brain (guarded imports).
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
.venv/
|
|
*.egg-info/
|