Skip to content

Seller serve returns mock inference — Ollama BaseURL not set from control profile #51

Description

@ArchieIndian

The seller node built from the control profile has no Ollama config (node.Ollama is nil). The engine factory falls back to MockBackend, returning "mock-result:mock-response" instead of real Ollama inference.

Root cause: SellerNodeFromControl() extracts skills and pricing but never sets the Ollama field. The control plane does not store the Ollama base URL.

Fix: add --ollama-url flag to seller serve. When provided, sets node.Ollama with BaseURL and models from the control profile, enabling real HTTPBackend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions