FEAT: Integrated Playwright bridge and updated GTD

This commit is contained in:
2026-04-11 16:58:23 -04:00
parent 6ec465128c
commit 942a721cd8
2 changed files with 12 additions and 2 deletions

12
gtd.org
View File

@@ -161,7 +161,17 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
- Integrated `llm-gateway` and `credentials-vault` into `org-agent.asd`.
**** TODO Verify org-skill-shell-actuator formal safety harnesses
**** TODO Implement Skill Graph Visualizer in Web Dashboard
**** TODO Build Playwright-Python Bridge for high-fidelity browsing
**** DONE Build Playwright-Python Bridge for high-fidelity browsing
CLOSED: [2026-04-11 Sat 18:30]
:PROPERTIES:
:ID: playwright-bridge-task
:END:
- Created `scripts/browser-bridge.py` (Playwright wrapper).
- Implemented `org-skill-playwright.org`.
- Registered `:browser` cognitive tool (JS-rendering, text extraction, screenshots).
- Updated `Dockerfile` with Python/Playwright dependencies.
- Verified with `playwright-tests.lisp`.
*** TRACK: COMMUNICATION & INTERFACES
**** DONE Implement org-skill-gateway-telegram