Coevolution workplan extension

This commit is contained in:
2026-04-29 00:40:02 +02:00
parent c070951c68
commit 31dd6259b5
8 changed files with 200 additions and 6 deletions

View File

@@ -142,6 +142,18 @@ REPO_REGISTRY_LLM_PROVIDER=gemini
REPO_REGISTRY_LLM_MODEL=gemini-2.5-flash
```
LLM assistance can also be disabled even when a provider is configured:
```bash
REPO_REGISTRY_LLM_ENABLED=false
```
Individual analysis requests may opt out with `{"use_llm_assistance": false}`.
For local demos, `{"trusted_auto_approve": true}` approves the generated
candidate graph immediately after analysis and records the review decision as
`trusted_auto_approve_candidate_graph`. The default remains review-first:
automation is off unless explicitly requested.
## Agent-Facing Endpoints
The v0.1 API covers the main registration, analysis, review, search, and inspection loop: