mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
Rust workspace with two crates: - translator: pure, IO-free mapping between Anthropic Messages API and OpenAI Chat Completions - proxy: axum HTTP server with auth, streaming SSE, retry/backoff, concurrency limits 169 tests passing (unit, golden fixture, integration). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
289 B
289 B
COOK.md
Project Instructions
Agent Loop
Step: ${step} | Iteration: ${iteration}/${maxIterations}
Task
${prompt}
${lastMessage ? '### Previous Output\n' + lastMessage : ''}
History
Session log: ${logFile} Read the session log for full context from previous steps.