MCP.so
登录

npcpy

@NPC-Worldwide

关于 npcpy

The python library for research and development in NLP, multimodal LLMs, Agents, ML, Knowledge Graphs, and more.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

NPC-Worldwide

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 NPC class
  • Direct LLM calls via get_llm_response()
  • Agents with built-in tools (shell, Python, file editing, web search)
  • Custom tool integration with ToolAgent
  • CodingAgent for 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 服务器