rony-llm-agent/pkg/llm/providers
Victor Vargas a2de4eb812 feat(llm): add anthropic provider client, expand llama.cpp sampling config
- pkg/llm/providers/anthropic: new client implementation (was previously
  imported by rony-harness but never committed here, so a fresh clone
  wouldn't build)
- pkg/llm/providers/llamacpp: Config/Client gain the full local-model
  sampling surface (max_tokens, context_window, top_k/top_p/min_p,
  presence/repetition penalty, max_thinking_tokens) to match the
  llamacpp-local* entries added to configs/ai_providers.yaml

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-08 23:33:20 -07:00
..
anthropic feat(llm): add anthropic provider client, expand llama.cpp sampling config 2026-07-08 23:33:20 -07:00
llamacpp feat(llm): add anthropic provider client, expand llama.cpp sampling config 2026-07-08 23:33:20 -07:00
openai Fix tool call tracking and streaming assembly for all providers 2026-07-08 16:11:57 -07:00