fix: Remove agents-llama service references from docs and formulas (#846)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
ci/woodpecker/pr/secret-scan Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
ci/woodpecker/pr/secret-scan Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline was successful
- AGENTS.md: Replace agents-llama and agents-llama-all rows with generic 'Local-model agents' entry pointing to docs/agents-llama.md - formulas/release.sh: Remove agents-llama from docker compose stop/up commands (line 181-182) - formulas/release.toml: Remove agents-llama references from restart-agents step description (lines 192, 195, 206) These changes complete the removal of the legacy ENABLE_LLAMA_AGENT activation path. The release formula now only references the 'agents' service, which is the only service that exists after disinto init regenerates docker-compose.yml based on [agents.X] TOML sections.
This commit is contained in:
parent
28eb182487
commit
e003829eaa
3 changed files with 6 additions and 7 deletions
|
|
@ -178,8 +178,8 @@ log "Tagged disinto/agents:${RELEASE_VERSION}"
|
|||
|
||||
log "Step 6/6: Restarting agent containers"
|
||||
|
||||
docker compose stop agents agents-llama 2>/dev/null || true
|
||||
docker compose up -d agents agents-llama
|
||||
docker compose stop agents 2>/dev/null || true
|
||||
docker compose up -d agents
|
||||
log "Agent containers restarted"
|
||||
|
||||
# ── Done ─────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue