LangChain
Agent engineering platform for building LLM applications from composable parts
Best for: developers who want to understand an unfamiliar codebase quickly, without uploading it to a third-party service.
GitNexus is a client-side code intelligence engine built by Abhigyan Patwari that runs entirely in your browser. You drop in a Git repository — from GitHub, GitLab, Azure, or a local ZIP — and it builds an interactive knowledge graph of dependencies, call chains, clusters and execution flows, with a built-in Graph RAG agent for asking questions about the result. It also exposes the graph through MCP tools so coding agents can query it.
What makes it useful: the zero-server architecture. Because analysis happens locally in the browser, proprietary code never leaves your machine, which removes the review process that usually blocks tools like this at work.
Where it falls short: browser-based analysis means very large repositories are constrained by your machine's memory. The license is non-standard (NOASSERTION on GitHub), so check terms before commercial use. The maintainers also warn that GitNexus has no official cryptocurrency or token — any coin using the name is unaffiliated and should be ignored.
Details: TypeScript. Runs client-side.
Agent engineering platform for building LLM applications from composable parts
Agent harness optimisation for Claude Code, Codex, OpenCode and Cursor
Self-improving agent from Nous Research that learns across sessions
Small, composable agent skills from Matt Pocock's daily .agents directory