docs/agents-llama.md teaches the legacy activation flow #848
Labels
No labels
action
backlog
blocked
bug-report
cannot-reproduce
in-progress
in-triage
needs-triage
prediction/actioned
prediction/dismissed
prediction/unreviewed
priority
rejected
reproduced
tech-debt
underspecified
vision
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: disinto-admin/disinto#848
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
docs/agents-llama.mdis the canonical doc for local-model agents but teaches the legacy activation path:ENABLE_LLAMA_AGENT=1in.env..env.enc(SOPS-encrypted env) as a storage option.FORGE_TOKEN_LLAMA/FORGE_PASS_LLAMAas the credential keys.None of these reflect the current
hire-an-agent+[agents.X]TOML flow..env.encdoes not exist on this deployment andsopsis not installed (separate infra gap). Credential keys should beFORGE_TOKEN_<FORGE_USER_UPPER>.Scope
Rewrite the doc around:
disinto hire-an-agent <name> <role> --local-model <url> --model <name>as the entry point.[agents.X]TOML block as the source of truth.FORGE_TOKEN_DEV_QWEN, etc.).COMPOSE_PROFILES=agents-<name>requirement until #845 is resolved..env.encreferences unless/until sops is shipped as a prerequisite.Acceptance
docs/agents-llama.mdend-to-end can bring up a working llama sidecar on a fresh box.ENABLE_LLAMA_AGENTorFORGE_TOKEN_LLAMAremain..env.enconly mentioned if sops/.env.encis actually supported on the factory.Depends on: #846 (activation path must be chosen first). Related: #845, #847.