Compare commits

...

2 Commits

2 changed files with 17 additions and 7 deletions

22
gtd.org
View File

@@ -132,13 +132,23 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
- Integrated with Org-mode state transitions (`PLAN` -> `APPROVED`).
- Leveraged Object Store event bus for asynchronous re-injection.
*** TRACK: SECURITY & CONTAINMENT (The 5-Vector Bouncer Matrix)
**** TODO Draft comprehensive Threat Model for Agentic Containment
**** TODO Implement Path-Based Scoping for File Writes (DNA/State vs Work)
**** TODO Implement Network Exfiltration Gate (Intercept generic HTTP requests)
**** TODO Implement Secret Exposure Gate (Intercept reads to .env, keys)
**** TODO Implement Swarm Lateral Movement Gate (Intercept global state changes)
*** TRACK: INTELLIGENCE & ACTUATION (The Engines)
**** TODO Verify provider-anthropic skill
**** TODO Verify provider-gemini skill
**** TODO Verify provider-groq skill
**** TODO Verify provider-ollama skill
**** TODO Verify provider-openai skill
**** TODO Verify provider-openrouter skill
**** DONE Verify individual provider track (Anthropic, Gemini, Groq, OpenAI, OpenRouter, Ollama)
CLOSED: [2026-04-11 Sat 15:45]
:PROPERTIES:
:ID: provider-verification-track
:END:
- Added unit tests for each provider in `llm-gateway-tests.lisp`.
- Mocked `dex:post` to verify JSON payload formatting and response parsing.
- Implemented robust `get-nested` helper to handle various provider structures.
- 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