npcpy
@NPC-Worldwide
关于 npcpy
The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is npcpy?
npcpy is a Python library that provides key primitives for research and development with multimodal language models, agentic AI, and knowledge graphs. It offers a flexible framework supporting local providers (Ollama, llama.cpp, ONNX, LM Studio) and cloud models, and includes a Context-Agent-Tool data layer to ensure compliance through software.
How to use npcpy?
Install with pip install npcpy. Then import classes such as NPC, Agent, ToolAgent, CodingAgent, and NPCArray to create personas, run direct LLM calls, build multi-agent teams, or manage knowledge graphs.
Key features of npcpy
- Create and use personas with the
NPCclass - Direct LLM calls via
get_llm_response() - Agents with built-in tools (shell, Python, file editing, web search)
- Custom tool integration with
ToolAgent CodingAgentfor auto‑executing code blocks- Multi‑agent debate and consensus with
NPCArray - Knowledge graph with sleep/dream lifecycle
Use cases of npcpy
- Historical figure simulation (e.g., Simon Bolivar persona for educational Q&A)
- Multi‑agent debate on complex problems (e.g., GSM8k math reasoning)
- Code generation and execution (duplicate file detection, exploratory scripting)
- Fine-tuning and generating images with diffusion models via
ToolAgent - Building evolving knowledge graphs from text corpora
FAQ from npcpy
What LLM providers does npcpy support?
npcpy supports local providers including Ollama, llama.cpp, ONNX, and LM Studio, as well as cloud models (e.g., through Ollama’s cloud API).
How do I install npcpy?
Install it using pip: pip install npcpy.
Does npcpy support multi‑agent setups?
Yes. Use the NPCArray class to create teams of personas that can debate, refine answers, and reach consensus over multiple rounds.
What are the main classes in npcpy?
The main classes are NPC (persona with primary directive), Agent (default tool‑equipped agent), ToolAgent (attach custom tools), CodingAgent (auto‑execute code), and NPCArray (multi‑agent orchestration).
Where does data (e.g., knowledge graphs) live?
Knowledge graphs are stored in‑memory as Python objects; the library does not mention persistent external storage.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论