Sasikumar Yuvaraj

Sasikumar Yuvaraj

Lead Solutions Architect at Eightfold

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

Forums

Claude Code CLI Proxy - Convert claude desktop as API and save extra API credits.

If you’re using Claude Code with a subscription, but also paying separately for LLM API keys to power your agents or applications… you might be paying twice. 👀 I built claude-cli-proxy to turn your locally authenticated Claude Code CLI into a local API server. So your existing agents, SDKs and applications can use Claude through: http://127.0.0.1:7274 No separate API key. No additional per-token API billing. Just use the Claude Code subscription you already have. Try it:npx claude-cli-proxy

Claude CLI Proxy - Convert Claude Code into LLM API

You already pay for Claude Code but this only act as an agent and you cant use it as API. This turns it into an API server on localhost that speaks both the Anthropic Messages API and OpenAI Chat Completions API formats — so any SDK, agent framework or tool works by changing one base URL. No API key. Zero dependencies. NO EXTRA LLM API costs

Reasoning First Knowledge Graph (RF-KG) - Not just nodes and edges, it reasons about the connections.

RF-KG is an open-source framework for building "Inference-Bearing" Knowledge Graphs. While traditional RAG systems treat documents as flat chunks and standard graphs treat relationships as simple strings, RF-KG extracts the semantic reasoning behind every connection. We enable agents to navigate data not just by keyword, but by intent and reasoning - sasisprite/Reasoning-First-Knowledge-Graph-RF-KG
View more