Compare commits
2 Commits
666316b702
...
bef7c93fad
| Author | SHA1 | Date | |
|---|---|---|---|
| bef7c93fad | |||
| c979ec8e89 |
22
gtd.org
22
gtd.org
@@ -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
|
||||
|
||||
Submodule projects/org-agent updated: f596c3db1f...9497a5955c
Reference in New Issue
Block a user