Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
October 22, 2025
·
Valencia
Vendor-Agnostic LLM Open Source Tools
An overview of three vendor‑agnostic open‑source tools: Gito AI code reviewer, lm‑proxy lightweight LLM gateway, and ai‑microcore adapter library for multiple LLM and VectorDB APIs.
Overview
I plan to present my three non-commercial open-source projects relevant to the subject:
-
https://github.com/Nayjest/Gito (AI Code reviewer)
-
https://github.com/Nayjest/lm-proxy (LLM Proxy, lightweight minimalistic alternative to LiteLLM)
-
https://github.com/Nayjest/ai-microcore (Adapter lib for various LLM and VectorDB API’s)
With emphasis likey on Gito
Links
Gito is an AI code reviewer using LLMs to detect security and maintainability issues.
Lightweight Python/FastAPI proxy unifies multi-provider LLM inference via OpenAI compatibility.
Python MicroCore unifies LLM and vector database interfaces (ChromaDB, Qdrant) via Python adapters.
Tech stack