#105 · Primary category: LLM Application Frameworks
npcpy
The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.
Project last updated:08/26/26
GitHub Stars
1.5K
Forks
115
Contributors
24
License
MIT
Why we included this project
npcpy keeps you from locking into one model vendor. It wraps Ollama, llama.cpp, and LM Studio along with cloud endpoints behind a single Python API, so a prototype that runs on a small local model can later move to a hosted one as your needs change. Beyond chat completions, it has primitives for assembling multi-agent teams and ships a default toolset (shell, file editing, web search) so agents can act on requests rather than just reply. The NPC Context-Agent-Tool data layer shapes how context is stored and governed, leaning on software structure instead of prompt wording, which matters when compliance has to hold up as prompts get edited. For researchers and small engineering groups touching multimodal models, knowledge graphs, and agent workflows, it's a coherent route from a quick experiment to a running system.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform