Skip to content

Commit 1e559d2

Browse files
committed
docs: 支持平台表新增 Hermes Agent(Nous Research,MCP 接入)
1 parent addbc8c commit 1e559d2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Your AI agent has full access to tools — shell, email, HTTP, file system. One
6161
| **LangChain** | SDK | LLM application framework |
6262
| **AutoGPT** | SDK | Autonomous AI agents |
6363
| **OpenAI Agents** | SDK | GPT agent platform |
64+
| **Hermes Agent** | MCP Server | Nous Research's self-improving agent — register via MCP Integration |
6465
| **Dify / Coze** | SDK | Low-code AI platforms |
6566
| **Any MCP Client** | MCP Server | stdio JSON-RPC, zero dependencies |
6667
| **Any AI Agent** | SDK | `npm install shellward` — 3 lines to integrate |
@@ -330,6 +331,7 @@ ShellWard is built for teams that need runtime security for AI agents — whethe
330331
| **LangChain** | SDK | LLM 应用开发框架 |
331332
| **AutoGPT** | SDK | 自主 AI Agent |
332333
| **OpenAI Agents** | SDK | GPT Agent 平台 |
334+
| **Hermes Agent** | MCP 服务器 | Nous Research 自改进 Agent — 通过 MCP Integration 接入 |
333335
| **Dify / Coze** | SDK | 低代码 AI 平台 |
334336
| **任意 MCP 客户端** | MCP 服务器 | stdio JSON-RPC,零依赖 |
335337
| **任意 AI Agent** | SDK | `npm install shellward`,3 行代码接入 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shellward",
33
"version": "0.5.15",
44
"mcpName": "io.github.jnMetaCode/shellward",
5-
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents.",
5+
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents, Hermes Agent.",
66
"keywords": [
77
"shellward",
88
"ai-security",

0 commit comments

Comments
 (0)