UNPKG

lynkr

Version:

Self-hosted LLM gateway and tier-routing proxy for Claude Code, Cursor, and Codex. Routes across Ollama, AWS Bedrock, OpenRouter, Databricks, Azure OpenAI, llama.cpp, and LM Studio with prompt caching, MCP tools, and 60-80% cost savings.

16 lines (14 loc) 237 B
const { getSession, getOrCreateSession, upsertSession, appendSessionTurn, deleteSession, } = require("./store"); module.exports = { getSession, getOrCreateSession, upsertSession, appendSessionTurn, deleteSession, };