Docs: o2r agent-channel command delivery + Ollama weight storage in models-qwen #111
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?
What
Generalizable, public-safe halves of two doc updates (the Kai-specific halves are tracked in agentic-os-kai#544):
Command Delivery only covered human recipients. Added an agent-recipient paragraph to
AGENTS.mdCommand Delivery: when the recipient is another agent, delivery runs over an o2r agent channel (otel-a2a-relay,docs/agent-channel-requests.md), never a pasted command or URL (refused at the relay). Concrete issuance/verification commands defer to thekai-command-handoverskill.models-qwen never said where Ollama stores weights. Added a "Where the weights live" section to
models-qwen/references/driving.md: per-OS Ollama default dirs (Windows/Linux/macOS), theOLLAMA_MODELSoverride, andollama list/ollama ps. Host-specific resolution is left to the deployment's machine profile.