generated from coulomb/repo-seed
Coevolution workplan extension
This commit is contained in:
12
README.md
12
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user