fix: feat: generate_compose() should support local-model agent containers (#520)
This commit is contained in:
parent
a4e7dcc5d7
commit
3e9ac2b261
4 changed files with 206 additions and 0 deletions
|
|
@ -23,6 +23,18 @@ check_prs = true
|
|||
check_dev_agent = true
|
||||
check_pipeline_stall = false
|
||||
|
||||
# Local-model agents (optional) — configure to use llama-server or similar
|
||||
# for local LLM inference. Each agent gets its own container with isolated
|
||||
# credentials and configuration.
|
||||
#
|
||||
# [agents.llama]
|
||||
# base_url = "http://10.10.10.1:8081"
|
||||
# model = "unsloth/Qwen3.5-35B-A3B"
|
||||
# api_key = "sk-no-key-required"
|
||||
# roles = ["dev"]
|
||||
# forge_user = "dev-qwen"
|
||||
# compact_pct = 60
|
||||
|
||||
# [mirrors]
|
||||
# github = "git@github.com:johba/disinto.git"
|
||||
# codeberg = "git@codeberg.org:johba/disinto.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue