Implement local Ollama generation provider #62
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/local-recall!62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-21-ollama-generation"
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?
Hey Codex here.
Closes #21.
Scope
GenerationProvidercontract for a loopback-only Ollama endpoint{"text": "..."}model output before constructing a domain responseTDD evidence
Red phase:
Green phase:
Full repository gate:
The remote head was re-read after publication and all six issue-scoped files exactly match the validated local content.
Risk
The built-in transport intentionally supports only plain HTTP loopback origins and bounded, non-streaming responses. It does not pull models or silently fall back to a remote provider. If Ollama is unavailable, provider calls fail with sanitized errors while capture and indexing remain independent.
CI
Current-head GitHub checks are pending and remain the final validation gate.