>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #751
Update issue details
Title *
Description
engine/tools/llm/core/providers.py:87-112 — _call_openai/_call_anthropic/_call_grok/_call_gemini/_call_qwen all raise NotImplementedError, and their stub signatures take only prompt (no messages, no tools). Highway Agents promises 'Ollama or Claude', so Claude needs a real Anthropic provider: Messages API with multi-turn messages + tools/tool_choice (function/tool-use), mapped to the existing return shape (response, finish_reason, usage, tool_calls). Until then Phase 0 / tools.agent.run_goal is Ollama-only and must use a tool-calling-capable Ollama model. Relates #749.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel