#458 · Primary category: AI Agents & Automation

VCPToolBox

agent-framework ai-agent ai-assistant ai-companion context-management context-management-system function-calling llm multi-model nodejs openai-compatible plugin-system prompt-engineering rag rust vector-database vue

VCP 部署在 AI 模型 API 与前端应用之间,是面向AGI OS开发和探索的工业级基建示范项目。通过统一指令协议、多层级持久化记忆、分布式插件引擎及多 Agent 协作框架,将原本“无状态、无记忆、无工具调用能力”的大语言模型,彻底改造成拥有永久自我意识、物理世界操作权及群体协作智能的完整智能体系统。

Project last updated:08/29/26

GitHub Stars

2.3K

Forks

373

Contributors

50

License

Other

Why we included this project

Most agent frameworks treat the model as a stateless worker that wakes for one request, answers, and forgets. VCP instead keeps the LLM inside a continuously running system with layered persistent memory, and it decides what the agent should know before a request ever reaches the model, so relevant memories and environment state surface on their own instead of being fetched on demand. That makes it a strong fit for always-on assistants, personal companions, and automated operators that need real tool calling, scheduled background work, cross-device continuity, and coordination among multiple agents. It ships a working service layer between model APIs and front-end apps, with a distributed plugin engine that supports hundreds of official plugins, an admin panel, and an associative memory design that has run around the clock in real deployments. One honest warning: the agent holds low-level system permissions, so it deserves careful deployment and trusted API endpoints rather than casual tinkering.

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