@agentxm/extension-model 0.28.4-bootstrap.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +110 -0
- package/README.md +17 -0
- package/dist/src/unstable/agent-capabilities/catalog.d.ts +47000 -0
- package/dist/src/unstable/agent-capabilities/catalog.js +172 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.js +134 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.d.ts +203 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.js +187 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.js +140 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.d.ts +357 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.js +294 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.d.ts +383 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.js +329 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.js +117 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +460 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.d.ts +225 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.js +190 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.d.ts +246 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.js +206 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.d.ts +420 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.d.ts +143 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.js +112 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.d.ts +165 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.js +136 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +458 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js +399 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.d.ts +247 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.js +222 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.d.ts +322 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.js +273 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.d.ts +306 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.js +241 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.d.ts +249 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.js +218 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.js +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.d.ts +410 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.js +358 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.d.ts +318 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.js +257 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.d.ts +313 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.js +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.d.ts +193 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.js +160 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.d.ts +424 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.js +411 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.js +307 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.js +131 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.js +164 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +303 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.d.ts +231 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.d.ts +182 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.js +126 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.d.ts +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.js +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.d.ts +219 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.d.ts +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.js +260 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.d.ts +350 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.js +274 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.d.ts +227 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.js +197 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.js +149 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.d.ts +138 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.js +93 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.d.ts +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.d.ts +155 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.js +127 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.d.ts +211 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.js +178 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.js +110 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.d.ts +139 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.js +114 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.d.ts +220 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.js +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.d.ts +245 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.js +184 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.js +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.js +163 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.d.ts +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.js +345 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.d.ts +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.js +180 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.d.ts +189 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.d.ts +280 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.d.ts +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +326 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.js +109 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.js +96 -0
- package/dist/src/unstable/agent-capabilities/derive.d.ts +129 -0
- package/dist/src/unstable/agent-capabilities/derive.js +389 -0
- package/dist/src/unstable/agent-capabilities/index.d.ts +15 -0
- package/dist/src/unstable/agent-capabilities/index.js +15 -0
- package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
- package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
- package/dist/src/unstable/agent-capabilities/schema.d.ts +3788 -0
- package/dist/src/unstable/agent-capabilities/schema.js +1218 -0
- package/dist/src/unstable/agent-capabilities/verification.d.ts +25 -0
- package/dist/src/unstable/agent-capabilities/verification.js +40 -0
- package/dist/src/unstable/agents/registry.d.ts +33 -0
- package/dist/src/unstable/agents/registry.js +50 -0
- package/dist/src/unstable/agents/types.d.ts +126 -0
- package/dist/src/unstable/agents/types.js +17 -0
- package/dist/src/unstable/date-time.d.ts +17 -0
- package/dist/src/unstable/date-time.js +30 -0
- package/dist/src/unstable/discovery-walk.d.ts +8 -0
- package/dist/src/unstable/discovery-walk.js +15 -0
- package/dist/src/unstable/extension-types/index.d.ts +8 -0
- package/dist/src/unstable/extension-types/index.js +8 -0
- package/dist/src/unstable/extension-types/schema.d.ts +154 -0
- package/dist/src/unstable/extension-types/schema.js +102 -0
- package/dist/src/unstable/extension-types/standards.d.ts +29 -0
- package/dist/src/unstable/extension-types/standards.js +29 -0
- package/dist/src/unstable/extensions/common.d.ts +539 -0
- package/dist/src/unstable/extensions/common.js +605 -0
- package/dist/src/unstable/extensions/deprecation.d.ts +42 -0
- package/dist/src/unstable/extensions/deprecation.js +46 -0
- package/dist/src/unstable/extensions/fqn-pattern.d.ts +17 -0
- package/dist/src/unstable/extensions/fqn-pattern.js +63 -0
- package/dist/src/unstable/extensions/fqn.d.ts +51 -0
- package/dist/src/unstable/extensions/fqn.js +51 -0
- package/dist/src/unstable/extensions/handle.d.ts +16 -0
- package/dist/src/unstable/extensions/handle.js +30 -0
- package/dist/src/unstable/extensions/index.d.ts +13 -0
- package/dist/src/unstable/extensions/index.js +13 -0
- package/dist/src/unstable/extensions/installable-types.d.ts +12 -0
- package/dist/src/unstable/extensions/installable-types.js +21 -0
- package/dist/src/unstable/extensions/license.d.ts +16 -0
- package/dist/src/unstable/extensions/license.js +29 -0
- package/dist/src/unstable/extensions/manifest-metadata.d.ts +18 -0
- package/dist/src/unstable/extensions/manifest-metadata.js +61 -0
- package/dist/src/unstable/extensions/refs/extension-ref.d.ts +20 -0
- package/dist/src/unstable/extensions/refs/extension-ref.js +12 -0
- package/dist/src/unstable/extensions/refs/hook.d.ts +29 -0
- package/dist/src/unstable/extensions/refs/hook.js +8 -0
- package/dist/src/unstable/extensions/refs/knowledge.d.ts +15 -0
- package/dist/src/unstable/extensions/refs/knowledge.js +2 -0
- package/dist/src/unstable/extensions/refs/mcp-server.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/mcp-server.js +8 -0
- package/dist/src/unstable/extensions/refs/pack.d.ts +17 -0
- package/dist/src/unstable/extensions/refs/pack.js +10 -0
- package/dist/src/unstable/extensions/refs/ref-base.d.ts +125 -0
- package/dist/src/unstable/extensions/refs/ref-base.js +12 -0
- package/dist/src/unstable/extensions/refs/rule.d.ts +27 -0
- package/dist/src/unstable/extensions/refs/rule.js +8 -0
- package/dist/src/unstable/extensions/refs/skill.d.ts +28 -0
- package/dist/src/unstable/extensions/refs/skill.js +11 -0
- package/dist/src/unstable/extensions/refs/subagent.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/subagent.js +8 -0
- package/dist/src/unstable/extensions/registry-source.d.ts +37 -0
- package/dist/src/unstable/extensions/registry-source.js +158 -0
- package/dist/src/unstable/extensions/release-age.d.ts +36 -0
- package/dist/src/unstable/extensions/release-age.js +11 -0
- package/dist/src/unstable/extensions/universal-skills-dir.d.ts +58 -0
- package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts +175 -0
- package/dist/src/unstable/hooks/manifest-schema.js +112 -0
- package/dist/src/unstable/knowledge/concept-ref.d.ts +34 -0
- package/dist/src/unstable/knowledge/concept-ref.js +114 -0
- package/dist/src/unstable/knowledge/index.d.ts +8 -0
- package/dist/src/unstable/knowledge/index.js +8 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts +60 -0
- package/dist/src/unstable/knowledge/manifest-schema.js +34 -0
- package/dist/src/unstable/mcps/manifest-schema.d.ts +899 -0
- package/dist/src/unstable/mcps/manifest-schema.js +230 -0
- package/dist/src/unstable/package-urls/companion-package.d.ts +14 -0
- package/dist/src/unstable/package-urls/companion-package.js +44 -0
- package/dist/src/unstable/package-urls/index.d.ts +4 -0
- package/dist/src/unstable/package-urls/index.js +4 -0
- package/dist/src/unstable/package-urls/internal.d.ts +6 -0
- package/dist/src/unstable/package-urls/internal.js +17 -0
- package/dist/src/unstable/package-urls/package-identity-purl.d.ts +5 -0
- package/dist/src/unstable/package-urls/package-identity-purl.js +26 -0
- package/dist/src/unstable/package-urls/vers-range.d.ts +34 -0
- package/dist/src/unstable/package-urls/vers-range.js +163 -0
- package/dist/src/unstable/packaging/index.d.ts +8 -0
- package/dist/src/unstable/packaging/index.js +8 -0
- package/dist/src/unstable/packaging/package-type.d.ts +23 -0
- package/dist/src/unstable/packaging/package-type.js +31 -0
- package/dist/src/unstable/packaging/package-url.d.ts +50 -0
- package/dist/src/unstable/packaging/package-url.js +93 -0
- package/dist/src/unstable/packs/manifest-schema.d.ts +66 -0
- package/dist/src/unstable/packs/manifest-schema.js +34 -0
- package/dist/src/unstable/path-types.d.ts +22 -0
- package/dist/src/unstable/path-types.js +48 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts +70 -0
- package/dist/src/unstable/rules/manifest-schema.js +43 -0
- package/dist/src/unstable/schema-issues.d.ts +13 -0
- package/dist/src/unstable/schema-issues.js +34 -0
- package/dist/src/unstable/skills/manifest-schema.d.ts +69 -0
- package/dist/src/unstable/skills/manifest-schema.js +31 -0
- package/dist/src/unstable/sources/forge-grammar.d.ts +22 -0
- package/dist/src/unstable/sources/forge-grammar.js +50 -0
- package/dist/src/unstable/sources/parser.d.ts +85 -0
- package/dist/src/unstable/sources/parser.js +122 -0
- package/dist/src/unstable/sources/printer.d.ts +14 -0
- package/dist/src/unstable/sources/printer.js +45 -0
- package/dist/src/unstable/sources/source-hash.d.ts +24 -0
- package/dist/src/unstable/sources/source-hash.js +22 -0
- package/dist/src/unstable/sources/source-host-provider.d.ts +112 -0
- package/dist/src/unstable/sources/source-host-provider.js +11 -0
- package/dist/src/unstable/sources/types.d.ts +262 -0
- package/dist/src/unstable/sources/types.js +127 -0
- package/dist/src/unstable/sources/workspace.d.ts +13 -0
- package/dist/src/unstable/sources/workspace.js +13 -0
- package/dist/src/unstable/subagents/manifest-schema.d.ts +81 -0
- package/dist/src/unstable/subagents/manifest-schema.js +43 -0
- package/dist/src/unstable/version-constraints/version-constraints.d.ts +71 -0
- package/dist/src/unstable/version-constraints/version-constraints.js +144 -0
- package/dist/src/unstable/workspace-files.d.ts +13 -0
- package/dist/src/unstable/workspace-files.js +13 -0
- package/dist/src/unstable/workspace-scope.d.ts +11 -0
- package/dist/src/unstable/workspace-scope.js +10 -0
- package/package.json +271 -0
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
export declare const hermesAgent: {
|
|
2
|
+
readonly id: "hermes";
|
|
3
|
+
readonly name: "Hermes Agent";
|
|
4
|
+
readonly vendor: "Nous Research";
|
|
5
|
+
readonly homepage: "https://hermes-agent.nousresearch.com";
|
|
6
|
+
readonly interfaces: readonly ["cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".hermes";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [];
|
|
15
|
+
};
|
|
16
|
+
readonly user: {
|
|
17
|
+
readonly markers: readonly [];
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
readonly docs: readonly [{
|
|
21
|
+
readonly label: "Hermes Agent documentation";
|
|
22
|
+
readonly url: "https://hermes-agent.nousresearch.com/docs";
|
|
23
|
+
}];
|
|
24
|
+
readonly capabilities: {
|
|
25
|
+
readonly skill: {
|
|
26
|
+
readonly native: {
|
|
27
|
+
readonly availability: {
|
|
28
|
+
readonly via: "native";
|
|
29
|
+
};
|
|
30
|
+
readonly vendorStatus: {
|
|
31
|
+
readonly state: "active";
|
|
32
|
+
};
|
|
33
|
+
readonly notes: "Hermes reads SKILL.md skills from ~/.hermes/skills as the source of truth. Additional external skill directories can be configured in ~/.hermes/config.yaml for shared team use.\n";
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/skills"];
|
|
36
|
+
readonly scopes: readonly ["user"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".hermes/skills";
|
|
40
|
+
};
|
|
41
|
+
readonly axm: {
|
|
42
|
+
readonly status: "supported";
|
|
43
|
+
readonly lastVerified: "2026-08-05";
|
|
44
|
+
readonly writer: null;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
readonly "mcp-server": {
|
|
48
|
+
readonly native: {
|
|
49
|
+
readonly availability: {
|
|
50
|
+
readonly via: "native";
|
|
51
|
+
};
|
|
52
|
+
readonly vendorStatus: {
|
|
53
|
+
readonly state: "active";
|
|
54
|
+
};
|
|
55
|
+
readonly notes: "Hermes declares MCP servers under mcp_servers in ~/.hermes/config.yaml. AXM writes that YAML file directly with per-entry x-axm metadata, preserving user-authored servers and coexisting with hermes mcp commands.\n";
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp"];
|
|
58
|
+
readonly scopes: readonly ["user"];
|
|
59
|
+
readonly standardsCompliance: "partial";
|
|
60
|
+
readonly convention: "vendor";
|
|
61
|
+
readonly transports: readonly ["stdio", "http"];
|
|
62
|
+
};
|
|
63
|
+
readonly axm: {
|
|
64
|
+
readonly status: "supported";
|
|
65
|
+
readonly lastVerified: "2026-08-05";
|
|
66
|
+
readonly writer: {
|
|
67
|
+
readonly config: {
|
|
68
|
+
readonly serversKey: "mcp_servers";
|
|
69
|
+
readonly activationField: {
|
|
70
|
+
readonly required: {
|
|
71
|
+
readonly name: "enabled";
|
|
72
|
+
readonly enabled: true;
|
|
73
|
+
readonly disabled: false;
|
|
74
|
+
};
|
|
75
|
+
readonly accepted: readonly [{
|
|
76
|
+
readonly name: "enabled";
|
|
77
|
+
readonly enabled: true;
|
|
78
|
+
readonly disabled: false;
|
|
79
|
+
}];
|
|
80
|
+
};
|
|
81
|
+
readonly targets: readonly [{
|
|
82
|
+
readonly scope: "user";
|
|
83
|
+
readonly path: "~/.hermes/config.yaml";
|
|
84
|
+
readonly format: "yaml";
|
|
85
|
+
readonly attribution: "agent";
|
|
86
|
+
}];
|
|
87
|
+
readonly stdio: {
|
|
88
|
+
readonly typeField: {
|
|
89
|
+
readonly required: null;
|
|
90
|
+
readonly accepted: readonly [null];
|
|
91
|
+
};
|
|
92
|
+
readonly command: "split";
|
|
93
|
+
readonly envKey: "env";
|
|
94
|
+
};
|
|
95
|
+
readonly remote: {
|
|
96
|
+
readonly typeField: {
|
|
97
|
+
readonly required: null;
|
|
98
|
+
readonly accepted: readonly [null];
|
|
99
|
+
};
|
|
100
|
+
readonly urlKey: {
|
|
101
|
+
readonly "streamable-http": "url";
|
|
102
|
+
};
|
|
103
|
+
readonly headersKey: "headers";
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly subagent: {
|
|
110
|
+
readonly native: {
|
|
111
|
+
readonly availability: {
|
|
112
|
+
readonly via: "none";
|
|
113
|
+
};
|
|
114
|
+
readonly vendorStatus: {
|
|
115
|
+
readonly state: "active";
|
|
116
|
+
};
|
|
117
|
+
readonly notes: null;
|
|
118
|
+
readonly docs: readonly [];
|
|
119
|
+
readonly sources: readonly [];
|
|
120
|
+
};
|
|
121
|
+
readonly axm: {
|
|
122
|
+
readonly status: "unsupported";
|
|
123
|
+
readonly lastVerified: null;
|
|
124
|
+
readonly writer: null;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
readonly hook: {
|
|
128
|
+
readonly native: {
|
|
129
|
+
readonly availability: {
|
|
130
|
+
readonly via: "native";
|
|
131
|
+
};
|
|
132
|
+
readonly vendorStatus: {
|
|
133
|
+
readonly state: "active";
|
|
134
|
+
};
|
|
135
|
+
readonly notes: "Hermes supports config-declared shell hooks and Python plugin callbacks. Shell hooks are command-based, accept event data, and are gated by a local allowlist.";
|
|
136
|
+
readonly docs: readonly [];
|
|
137
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
138
|
+
readonly scopes: readonly ["user"];
|
|
139
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
140
|
+
readonly configFiles: readonly [{
|
|
141
|
+
readonly scope: "user";
|
|
142
|
+
readonly path: "~/.hermes/config.yaml";
|
|
143
|
+
readonly format: "yaml";
|
|
144
|
+
readonly gitignored: false;
|
|
145
|
+
}, {
|
|
146
|
+
readonly scope: "user";
|
|
147
|
+
readonly path: "~/.hermes/shell-hooks-allowlist.json";
|
|
148
|
+
readonly format: "json";
|
|
149
|
+
readonly gitignored: false;
|
|
150
|
+
}];
|
|
151
|
+
readonly events: readonly [{
|
|
152
|
+
readonly nativeName: "pre_tool_call";
|
|
153
|
+
readonly canonical: "tool.pre";
|
|
154
|
+
readonly matcher: {
|
|
155
|
+
readonly kind: "regex";
|
|
156
|
+
readonly example: "terminal|read_file|write_file";
|
|
157
|
+
readonly notes: null;
|
|
158
|
+
};
|
|
159
|
+
readonly decision: readonly [{
|
|
160
|
+
readonly kind: "observe";
|
|
161
|
+
}, {
|
|
162
|
+
readonly kind: "block";
|
|
163
|
+
readonly outcomes: readonly ["deny"];
|
|
164
|
+
}];
|
|
165
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
166
|
+
readonly lastVerified: "2026-08-05";
|
|
167
|
+
}, {
|
|
168
|
+
readonly nativeName: "post_tool_call";
|
|
169
|
+
readonly canonical: "tool.post";
|
|
170
|
+
readonly matcher: {
|
|
171
|
+
readonly kind: "regex";
|
|
172
|
+
readonly example: "terminal|read_file|write_file";
|
|
173
|
+
readonly notes: null;
|
|
174
|
+
};
|
|
175
|
+
readonly decision: readonly [{
|
|
176
|
+
readonly kind: "observe";
|
|
177
|
+
}];
|
|
178
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
179
|
+
readonly lastVerified: "2026-08-05";
|
|
180
|
+
}, {
|
|
181
|
+
readonly nativeName: "pre_llm_call";
|
|
182
|
+
readonly canonical: "prompt.submit";
|
|
183
|
+
readonly matcher: {
|
|
184
|
+
readonly kind: "none-imperative";
|
|
185
|
+
readonly example: null;
|
|
186
|
+
readonly notes: null;
|
|
187
|
+
};
|
|
188
|
+
readonly decision: readonly [{
|
|
189
|
+
readonly kind: "observe";
|
|
190
|
+
}, {
|
|
191
|
+
readonly kind: "modify";
|
|
192
|
+
readonly operations: readonly ["inject-context"];
|
|
193
|
+
}];
|
|
194
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
195
|
+
readonly lastVerified: "2026-08-05";
|
|
196
|
+
}, {
|
|
197
|
+
readonly nativeName: "post_llm_call";
|
|
198
|
+
readonly canonical: "turn.end";
|
|
199
|
+
readonly matcher: {
|
|
200
|
+
readonly kind: "none-imperative";
|
|
201
|
+
readonly example: null;
|
|
202
|
+
readonly notes: null;
|
|
203
|
+
};
|
|
204
|
+
readonly decision: readonly [{
|
|
205
|
+
readonly kind: "observe";
|
|
206
|
+
}];
|
|
207
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
208
|
+
readonly lastVerified: "2026-08-05";
|
|
209
|
+
}, {
|
|
210
|
+
readonly nativeName: "on_session_start";
|
|
211
|
+
readonly canonical: "session.start";
|
|
212
|
+
readonly matcher: {
|
|
213
|
+
readonly kind: "none-imperative";
|
|
214
|
+
readonly example: null;
|
|
215
|
+
readonly notes: null;
|
|
216
|
+
};
|
|
217
|
+
readonly decision: readonly [{
|
|
218
|
+
readonly kind: "observe";
|
|
219
|
+
}];
|
|
220
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
221
|
+
readonly lastVerified: "2026-08-05";
|
|
222
|
+
}, {
|
|
223
|
+
readonly nativeName: "subagent_stop";
|
|
224
|
+
readonly canonical: "subagent.stop";
|
|
225
|
+
readonly matcher: {
|
|
226
|
+
readonly kind: "none-imperative";
|
|
227
|
+
readonly example: null;
|
|
228
|
+
readonly notes: null;
|
|
229
|
+
};
|
|
230
|
+
readonly decision: readonly [{
|
|
231
|
+
readonly kind: "observe";
|
|
232
|
+
}];
|
|
233
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
234
|
+
readonly lastVerified: "2026-08-05";
|
|
235
|
+
}, {
|
|
236
|
+
readonly nativeName: "transform_llm_output";
|
|
237
|
+
readonly canonical: "turn.end";
|
|
238
|
+
readonly matcher: {
|
|
239
|
+
readonly kind: "none-imperative";
|
|
240
|
+
readonly example: null;
|
|
241
|
+
readonly notes: null;
|
|
242
|
+
};
|
|
243
|
+
readonly decision: readonly [{
|
|
244
|
+
readonly kind: "modify";
|
|
245
|
+
readonly operations: readonly ["modify-output"];
|
|
246
|
+
}];
|
|
247
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"];
|
|
248
|
+
readonly lastVerified: "2026-08-05";
|
|
249
|
+
}];
|
|
250
|
+
readonly tools: readonly [];
|
|
251
|
+
};
|
|
252
|
+
readonly axm: {
|
|
253
|
+
readonly status: "unsupported";
|
|
254
|
+
readonly writer: null;
|
|
255
|
+
readonly lastVerified: null;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
readonly instructions: {
|
|
260
|
+
readonly native: {
|
|
261
|
+
readonly availability: {
|
|
262
|
+
readonly via: "native";
|
|
263
|
+
};
|
|
264
|
+
readonly vendorStatus: {
|
|
265
|
+
readonly state: "active";
|
|
266
|
+
};
|
|
267
|
+
readonly notes: "Hermes reads AGENTS.md as a recursive project instruction source. .hermes.md and SOUL.md are higher-priority native alternatives at the git root, but AGENTS.md is the cross-tool standard AXM writes.\n";
|
|
268
|
+
readonly docs: readonly [];
|
|
269
|
+
readonly sources: readonly ["https://hermes-agent.nousresearch.com/docs/user-guide/configuration"];
|
|
270
|
+
readonly scopes: readonly ["project"];
|
|
271
|
+
readonly standardsCompliance: "full";
|
|
272
|
+
readonly convention: "universal";
|
|
273
|
+
readonly kind: "agents-md";
|
|
274
|
+
readonly files: readonly ["AGENTS.md"];
|
|
275
|
+
readonly nestedDiscovery: true;
|
|
276
|
+
readonly importSyntax: null;
|
|
277
|
+
};
|
|
278
|
+
readonly axm: {
|
|
279
|
+
readonly status: "supported";
|
|
280
|
+
readonly lastVerified: "2026-08-05";
|
|
281
|
+
readonly writer: null;
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
readonly permissions: {
|
|
285
|
+
readonly native: {
|
|
286
|
+
readonly availability: {
|
|
287
|
+
readonly via: "none";
|
|
288
|
+
};
|
|
289
|
+
readonly vendorStatus: {
|
|
290
|
+
readonly state: "active";
|
|
291
|
+
};
|
|
292
|
+
readonly notes: null;
|
|
293
|
+
readonly docs: readonly [];
|
|
294
|
+
readonly sources: readonly [];
|
|
295
|
+
};
|
|
296
|
+
readonly axm: {
|
|
297
|
+
readonly status: "unsupported";
|
|
298
|
+
readonly lastVerified: null;
|
|
299
|
+
readonly writer: null;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
//# sourceMappingURL=hermes.d.ts.map
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
export const hermesAgent = {
|
|
2
|
+
id: "hermes",
|
|
3
|
+
name: "Hermes Agent",
|
|
4
|
+
vendor: "Nous Research",
|
|
5
|
+
homepage: "https://hermes-agent.nousresearch.com",
|
|
6
|
+
interfaces: ["cli"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".hermes",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Hermes Agent documentation",
|
|
17
|
+
url: "https://hermes-agent.nousresearch.com/docs",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: "Hermes reads SKILL.md skills from ~/.hermes/skills as the source of truth. Additional external skill directories can be configured in ~/.hermes/config.yaml for shared team use.\n",
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/skills"],
|
|
28
|
+
scopes: ["user"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".hermes/skills",
|
|
32
|
+
},
|
|
33
|
+
axm: {
|
|
34
|
+
status: "supported",
|
|
35
|
+
lastVerified: "2026-08-05",
|
|
36
|
+
writer: null,
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
"mcp-server": {
|
|
40
|
+
native: {
|
|
41
|
+
availability: { via: "native" },
|
|
42
|
+
vendorStatus: { state: "active" },
|
|
43
|
+
notes: "Hermes declares MCP servers under mcp_servers in ~/.hermes/config.yaml. AXM writes that YAML file directly with per-entry x-axm metadata, preserving user-authored servers and coexisting with hermes mcp commands.\n",
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp"],
|
|
46
|
+
scopes: ["user"],
|
|
47
|
+
standardsCompliance: "partial",
|
|
48
|
+
convention: "vendor",
|
|
49
|
+
transports: ["stdio", "http"],
|
|
50
|
+
},
|
|
51
|
+
axm: {
|
|
52
|
+
status: "supported",
|
|
53
|
+
lastVerified: "2026-08-05",
|
|
54
|
+
writer: {
|
|
55
|
+
config: {
|
|
56
|
+
serversKey: "mcp_servers",
|
|
57
|
+
activationField: {
|
|
58
|
+
required: { name: "enabled", enabled: true, disabled: false },
|
|
59
|
+
accepted: [{ name: "enabled", enabled: true, disabled: false }],
|
|
60
|
+
},
|
|
61
|
+
targets: [
|
|
62
|
+
{
|
|
63
|
+
scope: "user",
|
|
64
|
+
path: "~/.hermes/config.yaml",
|
|
65
|
+
format: "yaml",
|
|
66
|
+
attribution: "agent",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
stdio: {
|
|
70
|
+
typeField: { required: null, accepted: [null] },
|
|
71
|
+
command: "split",
|
|
72
|
+
envKey: "env",
|
|
73
|
+
},
|
|
74
|
+
remote: {
|
|
75
|
+
typeField: { required: null, accepted: [null] },
|
|
76
|
+
urlKey: { "streamable-http": "url" },
|
|
77
|
+
headersKey: "headers",
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
subagent: {
|
|
84
|
+
native: {
|
|
85
|
+
availability: { via: "none" },
|
|
86
|
+
vendorStatus: { state: "active" },
|
|
87
|
+
notes: null,
|
|
88
|
+
docs: [],
|
|
89
|
+
sources: [],
|
|
90
|
+
},
|
|
91
|
+
axm: {
|
|
92
|
+
status: "unsupported",
|
|
93
|
+
lastVerified: null,
|
|
94
|
+
writer: null,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
hook: {
|
|
98
|
+
native: {
|
|
99
|
+
availability: { via: "native" },
|
|
100
|
+
vendorStatus: { state: "active" },
|
|
101
|
+
notes: "Hermes supports config-declared shell hooks and Python plugin callbacks. Shell hooks are command-based, accept event data, and are gated by a local allowlist.",
|
|
102
|
+
docs: [],
|
|
103
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
104
|
+
scopes: ["user"],
|
|
105
|
+
mechanism: ["command-stdin"],
|
|
106
|
+
configFiles: [
|
|
107
|
+
{
|
|
108
|
+
scope: "user",
|
|
109
|
+
path: "~/.hermes/config.yaml",
|
|
110
|
+
format: "yaml",
|
|
111
|
+
gitignored: false,
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
scope: "user",
|
|
115
|
+
path: "~/.hermes/shell-hooks-allowlist.json",
|
|
116
|
+
format: "json",
|
|
117
|
+
gitignored: false,
|
|
118
|
+
},
|
|
119
|
+
],
|
|
120
|
+
events: [
|
|
121
|
+
{
|
|
122
|
+
nativeName: "pre_tool_call",
|
|
123
|
+
canonical: "tool.pre",
|
|
124
|
+
matcher: { kind: "regex", example: "terminal|read_file|write_file", notes: null },
|
|
125
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["deny"] }],
|
|
126
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
127
|
+
lastVerified: "2026-08-05",
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
nativeName: "post_tool_call",
|
|
131
|
+
canonical: "tool.post",
|
|
132
|
+
matcher: { kind: "regex", example: "terminal|read_file|write_file", notes: null },
|
|
133
|
+
decision: [{ kind: "observe" }],
|
|
134
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
135
|
+
lastVerified: "2026-08-05",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
nativeName: "pre_llm_call",
|
|
139
|
+
canonical: "prompt.submit",
|
|
140
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
141
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
142
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
143
|
+
lastVerified: "2026-08-05",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
nativeName: "post_llm_call",
|
|
147
|
+
canonical: "turn.end",
|
|
148
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
149
|
+
decision: [{ kind: "observe" }],
|
|
150
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
151
|
+
lastVerified: "2026-08-05",
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
nativeName: "on_session_start",
|
|
155
|
+
canonical: "session.start",
|
|
156
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
157
|
+
decision: [{ kind: "observe" }],
|
|
158
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
159
|
+
lastVerified: "2026-08-05",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
nativeName: "subagent_stop",
|
|
163
|
+
canonical: "subagent.stop",
|
|
164
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
165
|
+
decision: [{ kind: "observe" }],
|
|
166
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
167
|
+
lastVerified: "2026-08-05",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
nativeName: "transform_llm_output",
|
|
171
|
+
canonical: "turn.end",
|
|
172
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
173
|
+
decision: [{ kind: "modify", operations: ["modify-output"] }],
|
|
174
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/features/hooks"],
|
|
175
|
+
lastVerified: "2026-08-05",
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
tools: [],
|
|
179
|
+
},
|
|
180
|
+
axm: {
|
|
181
|
+
status: "unsupported",
|
|
182
|
+
writer: null,
|
|
183
|
+
lastVerified: null,
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
instructions: {
|
|
188
|
+
native: {
|
|
189
|
+
availability: { via: "native" },
|
|
190
|
+
vendorStatus: { state: "active" },
|
|
191
|
+
notes: "Hermes reads AGENTS.md as a recursive project instruction source. .hermes.md and SOUL.md are higher-priority native alternatives at the git root, but AGENTS.md is the cross-tool standard AXM writes.\n",
|
|
192
|
+
docs: [],
|
|
193
|
+
sources: ["https://hermes-agent.nousresearch.com/docs/user-guide/configuration"],
|
|
194
|
+
scopes: ["project"],
|
|
195
|
+
standardsCompliance: "full",
|
|
196
|
+
convention: "universal",
|
|
197
|
+
kind: "agents-md",
|
|
198
|
+
files: ["AGENTS.md"],
|
|
199
|
+
nestedDiscovery: true,
|
|
200
|
+
importSyntax: null,
|
|
201
|
+
},
|
|
202
|
+
axm: {
|
|
203
|
+
status: "supported",
|
|
204
|
+
lastVerified: "2026-08-05",
|
|
205
|
+
writer: null,
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
permissions: {
|
|
209
|
+
native: {
|
|
210
|
+
availability: { via: "none" },
|
|
211
|
+
vendorStatus: { state: "active" },
|
|
212
|
+
notes: null,
|
|
213
|
+
docs: [],
|
|
214
|
+
sources: [],
|
|
215
|
+
},
|
|
216
|
+
axm: {
|
|
217
|
+
status: "unsupported",
|
|
218
|
+
lastVerified: null,
|
|
219
|
+
writer: null,
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
};
|
|
223
|
+
//# sourceMappingURL=hermes.js.map
|