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.
「その他」の他のコンテンツ
🚀 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,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント