@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,168 @@
|
|
|
1
|
+
export declare const zencoderAgent: {
|
|
2
|
+
readonly id: "zencoder";
|
|
3
|
+
readonly name: "Zencoder";
|
|
4
|
+
readonly vendor: "Zencoder";
|
|
5
|
+
readonly homepage: "https://zencoder.ai";
|
|
6
|
+
readonly interfaces: readonly ["ide-extension", "cli"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".zencoder";
|
|
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: "Zencoder documentation";
|
|
22
|
+
readonly url: "https://docs.zencoder.ai";
|
|
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: null;
|
|
34
|
+
readonly docs: readonly [];
|
|
35
|
+
readonly sources: readonly ["https://docs.zencoder.ai/llms-full.txt"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "universal";
|
|
39
|
+
readonly directory: ".agents/skills";
|
|
40
|
+
readonly additionalReadPaths: readonly [{
|
|
41
|
+
readonly path: ".zencoder/skills";
|
|
42
|
+
readonly status: "deprecated";
|
|
43
|
+
}];
|
|
44
|
+
};
|
|
45
|
+
readonly axm: {
|
|
46
|
+
readonly status: "supported";
|
|
47
|
+
readonly lastVerified: "2026-08-05";
|
|
48
|
+
readonly writer: null;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
readonly "mcp-server": {
|
|
52
|
+
readonly native: {
|
|
53
|
+
readonly availability: {
|
|
54
|
+
readonly via: "native";
|
|
55
|
+
};
|
|
56
|
+
readonly vendorStatus: {
|
|
57
|
+
readonly state: "active";
|
|
58
|
+
};
|
|
59
|
+
readonly notes: null;
|
|
60
|
+
readonly docs: readonly [];
|
|
61
|
+
readonly sources: readonly ["https://docs.zencoder.ai/llms-full.txt"];
|
|
62
|
+
readonly scopes: readonly ["user", "project"];
|
|
63
|
+
readonly standardsCompliance: "full";
|
|
64
|
+
readonly convention: "universal";
|
|
65
|
+
readonly transports: readonly ["stdio", "http"];
|
|
66
|
+
readonly mcpEnvExpansion: {
|
|
67
|
+
readonly variables: "none";
|
|
68
|
+
readonly defaults: false;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
readonly axm: {
|
|
72
|
+
readonly status: "unsupported";
|
|
73
|
+
readonly lastVerified: null;
|
|
74
|
+
readonly writer: null;
|
|
75
|
+
readonly reason: "AXM cannot yet model the dotted zencoder.mcpServers VS Code settings key, and the previous standalone .zencoder/mcp.json target was not vendor-documented.";
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
readonly subagent: {
|
|
79
|
+
readonly native: {
|
|
80
|
+
readonly availability: {
|
|
81
|
+
readonly via: "none";
|
|
82
|
+
};
|
|
83
|
+
readonly vendorStatus: {
|
|
84
|
+
readonly state: "active";
|
|
85
|
+
};
|
|
86
|
+
readonly notes: "Zencoder custom agents are created, selected, and shared through its UI; the current catalog schema cannot represent that native UI-only surface as a subagent install target.";
|
|
87
|
+
readonly docs: readonly [];
|
|
88
|
+
readonly sources: readonly ["https://docs.zencoder.ai/llms-full.txt"];
|
|
89
|
+
};
|
|
90
|
+
readonly axm: {
|
|
91
|
+
readonly status: "unsupported";
|
|
92
|
+
readonly lastVerified: null;
|
|
93
|
+
readonly writer: null;
|
|
94
|
+
readonly reason: "AXM has no delivery path for Zencoder's UI-managed custom agents.";
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
readonly hook: {
|
|
98
|
+
readonly native: {
|
|
99
|
+
readonly availability: {
|
|
100
|
+
readonly via: "none";
|
|
101
|
+
};
|
|
102
|
+
readonly vendorStatus: {
|
|
103
|
+
readonly state: "active";
|
|
104
|
+
};
|
|
105
|
+
readonly notes: null;
|
|
106
|
+
readonly docs: readonly [];
|
|
107
|
+
readonly sources: readonly [];
|
|
108
|
+
};
|
|
109
|
+
readonly axm: {
|
|
110
|
+
readonly status: "unsupported";
|
|
111
|
+
readonly writer: null;
|
|
112
|
+
readonly lastVerified: null;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
readonly instructions: {
|
|
117
|
+
readonly native: {
|
|
118
|
+
readonly availability: {
|
|
119
|
+
readonly via: "native";
|
|
120
|
+
};
|
|
121
|
+
readonly vendorStatus: {
|
|
122
|
+
readonly state: "active";
|
|
123
|
+
};
|
|
124
|
+
readonly notes: "Uses a vendor rule directory under the AGENTS.md-governed rule umbrella.";
|
|
125
|
+
readonly docs: readonly [];
|
|
126
|
+
readonly sources: readonly ["https://docs.zencoder.ai/llms-full.txt"];
|
|
127
|
+
readonly scopes: readonly ["project"];
|
|
128
|
+
readonly standardsCompliance: "partial";
|
|
129
|
+
readonly convention: "vendor";
|
|
130
|
+
readonly kind: "rules-dir";
|
|
131
|
+
readonly files: readonly ["*.md"];
|
|
132
|
+
readonly nestedDiscovery: false;
|
|
133
|
+
readonly importSyntax: null;
|
|
134
|
+
readonly directory: ".zencoder/rules";
|
|
135
|
+
};
|
|
136
|
+
readonly axm: {
|
|
137
|
+
readonly status: "supported";
|
|
138
|
+
readonly lastVerified: "2026-08-05";
|
|
139
|
+
readonly writer: null;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
readonly permissions: {
|
|
143
|
+
readonly native: {
|
|
144
|
+
readonly availability: {
|
|
145
|
+
readonly via: "native";
|
|
146
|
+
};
|
|
147
|
+
readonly vendorStatus: {
|
|
148
|
+
readonly state: "active";
|
|
149
|
+
};
|
|
150
|
+
readonly notes: "Zencoder added MCP tool permission prompts in April 2026. The docs describe user-visible MCP permission control, not a stable AXM-writable permission file.";
|
|
151
|
+
readonly docs: readonly [];
|
|
152
|
+
readonly sources: readonly ["https://docs.zencoder.ai/llms-full.txt"];
|
|
153
|
+
readonly scopes: readonly ["user"];
|
|
154
|
+
readonly mechanism: readonly ["ui-only"];
|
|
155
|
+
readonly configFiles: readonly [];
|
|
156
|
+
readonly grammar: null;
|
|
157
|
+
readonly prerequisites: readonly [];
|
|
158
|
+
readonly cliFlags: readonly [];
|
|
159
|
+
};
|
|
160
|
+
readonly axm: {
|
|
161
|
+
readonly status: "unsupported";
|
|
162
|
+
readonly lastVerified: null;
|
|
163
|
+
readonly writer: null;
|
|
164
|
+
readonly reason: "AXM has not implemented a Zencoder permission grant writer.";
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
//# sourceMappingURL=zencoder.d.ts.map
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
export const zencoderAgent = {
|
|
2
|
+
id: "zencoder",
|
|
3
|
+
name: "Zencoder",
|
|
4
|
+
vendor: "Zencoder",
|
|
5
|
+
homepage: "https://zencoder.ai",
|
|
6
|
+
interfaces: ["ide-extension", "cli"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".zencoder",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Zencoder documentation",
|
|
17
|
+
url: "https://docs.zencoder.ai",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://docs.zencoder.ai/llms-full.txt"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "universal",
|
|
31
|
+
directory: ".agents/skills",
|
|
32
|
+
additionalReadPaths: [{ path: ".zencoder/skills", status: "deprecated" }],
|
|
33
|
+
},
|
|
34
|
+
axm: {
|
|
35
|
+
status: "supported",
|
|
36
|
+
lastVerified: "2026-08-05",
|
|
37
|
+
writer: null,
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
"mcp-server": {
|
|
41
|
+
native: {
|
|
42
|
+
availability: { via: "native" },
|
|
43
|
+
vendorStatus: { state: "active" },
|
|
44
|
+
notes: null,
|
|
45
|
+
docs: [],
|
|
46
|
+
sources: ["https://docs.zencoder.ai/llms-full.txt"],
|
|
47
|
+
scopes: ["user", "project"],
|
|
48
|
+
standardsCompliance: "full",
|
|
49
|
+
convention: "universal",
|
|
50
|
+
transports: ["stdio", "http"],
|
|
51
|
+
mcpEnvExpansion: {
|
|
52
|
+
variables: "none",
|
|
53
|
+
defaults: false,
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
axm: {
|
|
57
|
+
status: "unsupported",
|
|
58
|
+
lastVerified: null,
|
|
59
|
+
writer: null,
|
|
60
|
+
reason: "AXM cannot yet model the dotted zencoder.mcpServers VS Code settings key, and the previous standalone .zencoder/mcp.json target was not vendor-documented.",
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
subagent: {
|
|
64
|
+
native: {
|
|
65
|
+
availability: { via: "none" },
|
|
66
|
+
vendorStatus: { state: "active" },
|
|
67
|
+
notes: "Zencoder custom agents are created, selected, and shared through its UI; the current catalog schema cannot represent that native UI-only surface as a subagent install target.",
|
|
68
|
+
docs: [],
|
|
69
|
+
sources: ["https://docs.zencoder.ai/llms-full.txt"],
|
|
70
|
+
},
|
|
71
|
+
axm: {
|
|
72
|
+
status: "unsupported",
|
|
73
|
+
lastVerified: null,
|
|
74
|
+
writer: null,
|
|
75
|
+
reason: "AXM has no delivery path for Zencoder's UI-managed custom agents.",
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
hook: {
|
|
79
|
+
native: {
|
|
80
|
+
availability: { via: "none" },
|
|
81
|
+
vendorStatus: { state: "active" },
|
|
82
|
+
notes: null,
|
|
83
|
+
docs: [],
|
|
84
|
+
sources: [],
|
|
85
|
+
},
|
|
86
|
+
axm: {
|
|
87
|
+
status: "unsupported",
|
|
88
|
+
writer: null,
|
|
89
|
+
lastVerified: null,
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
instructions: {
|
|
94
|
+
native: {
|
|
95
|
+
availability: { via: "native" },
|
|
96
|
+
vendorStatus: { state: "active" },
|
|
97
|
+
notes: "Uses a vendor rule directory under the AGENTS.md-governed rule umbrella.",
|
|
98
|
+
docs: [],
|
|
99
|
+
sources: ["https://docs.zencoder.ai/llms-full.txt"],
|
|
100
|
+
scopes: ["project"],
|
|
101
|
+
standardsCompliance: "partial",
|
|
102
|
+
convention: "vendor",
|
|
103
|
+
kind: "rules-dir",
|
|
104
|
+
files: ["*.md"],
|
|
105
|
+
nestedDiscovery: false,
|
|
106
|
+
importSyntax: null,
|
|
107
|
+
directory: ".zencoder/rules",
|
|
108
|
+
},
|
|
109
|
+
axm: {
|
|
110
|
+
status: "supported",
|
|
111
|
+
lastVerified: "2026-08-05",
|
|
112
|
+
writer: null,
|
|
113
|
+
},
|
|
114
|
+
},
|
|
115
|
+
permissions: {
|
|
116
|
+
native: {
|
|
117
|
+
availability: { via: "native" },
|
|
118
|
+
vendorStatus: { state: "active" },
|
|
119
|
+
notes: "Zencoder added MCP tool permission prompts in April 2026. The docs describe user-visible MCP permission control, not a stable AXM-writable permission file.",
|
|
120
|
+
docs: [],
|
|
121
|
+
sources: ["https://docs.zencoder.ai/llms-full.txt"],
|
|
122
|
+
scopes: ["user"],
|
|
123
|
+
mechanism: ["ui-only"],
|
|
124
|
+
configFiles: [],
|
|
125
|
+
grammar: null,
|
|
126
|
+
prerequisites: [],
|
|
127
|
+
cliFlags: [],
|
|
128
|
+
},
|
|
129
|
+
axm: {
|
|
130
|
+
status: "unsupported",
|
|
131
|
+
lastVerified: null,
|
|
132
|
+
writer: null,
|
|
133
|
+
reason: "AXM has not implemented a Zencoder permission grant writer.",
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=zencoder.js.map
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
export declare const zenflowAgent: {
|
|
2
|
+
readonly id: "zenflow";
|
|
3
|
+
readonly name: "Zenflow";
|
|
4
|
+
readonly vendor: "Zencoder";
|
|
5
|
+
readonly homepage: "https://zencoder.ai/zenflow";
|
|
6
|
+
readonly interfaces: readonly ["ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".zenflow";
|
|
9
|
+
readonly lifecycle: {
|
|
10
|
+
readonly state: "active";
|
|
11
|
+
};
|
|
12
|
+
readonly detection: {
|
|
13
|
+
readonly project: {
|
|
14
|
+
readonly markers: readonly [{
|
|
15
|
+
readonly kind: "dir";
|
|
16
|
+
readonly path: ".zenflow";
|
|
17
|
+
readonly signal: "definitive";
|
|
18
|
+
readonly note: null;
|
|
19
|
+
}];
|
|
20
|
+
};
|
|
21
|
+
readonly user: {
|
|
22
|
+
readonly markers: readonly [];
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
readonly docs: readonly [{
|
|
26
|
+
readonly label: "Zenflow documentation";
|
|
27
|
+
readonly url: "https://docs.zencoder.ai/zenflow/task-types";
|
|
28
|
+
}];
|
|
29
|
+
readonly capabilities: {
|
|
30
|
+
readonly skill: {
|
|
31
|
+
readonly native: {
|
|
32
|
+
readonly availability: {
|
|
33
|
+
readonly via: "native";
|
|
34
|
+
};
|
|
35
|
+
readonly vendorStatus: {
|
|
36
|
+
readonly state: "active";
|
|
37
|
+
};
|
|
38
|
+
readonly notes: "Because Zenflow's project Skill directory is .agents/skills, --agent universal already wrote to the correct location; this entry adds Zenflow-specific detection and naming.";
|
|
39
|
+
readonly docs: readonly [];
|
|
40
|
+
readonly sources: readonly ["https://docs.zencoder.ai/features/skills"];
|
|
41
|
+
readonly scopes: readonly ["user", "project"];
|
|
42
|
+
readonly standardsCompliance: "full";
|
|
43
|
+
readonly convention: "universal";
|
|
44
|
+
readonly directory: ".agents/skills";
|
|
45
|
+
readonly additionalReadPaths: readonly [{
|
|
46
|
+
readonly path: ".claude/skills";
|
|
47
|
+
readonly status: "compat";
|
|
48
|
+
}, {
|
|
49
|
+
readonly path: ".zencoder/skills";
|
|
50
|
+
readonly status: "deprecated";
|
|
51
|
+
}];
|
|
52
|
+
};
|
|
53
|
+
readonly axm: {
|
|
54
|
+
readonly status: "supported";
|
|
55
|
+
readonly lastVerified: "2026-08-05";
|
|
56
|
+
readonly writer: null;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
readonly "mcp-server": {
|
|
60
|
+
readonly native: {
|
|
61
|
+
readonly availability: {
|
|
62
|
+
readonly via: "none";
|
|
63
|
+
};
|
|
64
|
+
readonly vendorStatus: {
|
|
65
|
+
readonly state: "active";
|
|
66
|
+
};
|
|
67
|
+
readonly notes: "Zenflow exposes hosted MCP integrations and a built-in MCP server, but vendor docs do not publish a repository MCP client file AXM can write.";
|
|
68
|
+
readonly docs: readonly [];
|
|
69
|
+
readonly sources: readonly ["https://docs.zencoder.ai/zenflow/integrations"];
|
|
70
|
+
};
|
|
71
|
+
readonly axm: {
|
|
72
|
+
readonly status: "unsupported";
|
|
73
|
+
readonly lastVerified: null;
|
|
74
|
+
readonly writer: null;
|
|
75
|
+
readonly reason: "Zenflow MCP integrations are managed through the product UI.";
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
readonly subagent: {
|
|
79
|
+
readonly native: {
|
|
80
|
+
readonly availability: {
|
|
81
|
+
readonly via: "none";
|
|
82
|
+
};
|
|
83
|
+
readonly vendorStatus: {
|
|
84
|
+
readonly state: "active";
|
|
85
|
+
};
|
|
86
|
+
readonly notes: "Zenflow can orchestrate subagents, but presets and workflow comments are not a portable custom-subagent directory.";
|
|
87
|
+
readonly docs: readonly [];
|
|
88
|
+
readonly sources: readonly ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"];
|
|
89
|
+
};
|
|
90
|
+
readonly axm: {
|
|
91
|
+
readonly status: "unsupported";
|
|
92
|
+
readonly lastVerified: null;
|
|
93
|
+
readonly writer: null;
|
|
94
|
+
readonly reason: "No vendor-documented custom-subagent filesystem target is available.";
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
readonly hook: {
|
|
98
|
+
readonly native: {
|
|
99
|
+
readonly availability: {
|
|
100
|
+
readonly via: "none";
|
|
101
|
+
};
|
|
102
|
+
readonly vendorStatus: {
|
|
103
|
+
readonly state: "active";
|
|
104
|
+
};
|
|
105
|
+
readonly notes: null;
|
|
106
|
+
readonly docs: readonly [];
|
|
107
|
+
readonly sources: readonly [];
|
|
108
|
+
};
|
|
109
|
+
readonly axm: {
|
|
110
|
+
readonly status: "unsupported";
|
|
111
|
+
readonly writer: null;
|
|
112
|
+
readonly lastVerified: null;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
readonly instructions: {
|
|
117
|
+
readonly native: {
|
|
118
|
+
readonly availability: {
|
|
119
|
+
readonly via: "none";
|
|
120
|
+
};
|
|
121
|
+
readonly vendorStatus: {
|
|
122
|
+
readonly state: "active";
|
|
123
|
+
};
|
|
124
|
+
readonly notes: "Zenflow runs supported underlying agents in worktrees; instruction-file behavior belongs to the selected agent rather than a Zenflow-specific rule format.";
|
|
125
|
+
readonly docs: readonly [];
|
|
126
|
+
readonly sources: readonly ["https://docs.zencoder.ai/clis/overview"];
|
|
127
|
+
};
|
|
128
|
+
readonly axm: {
|
|
129
|
+
readonly status: "unsupported";
|
|
130
|
+
readonly lastVerified: null;
|
|
131
|
+
readonly writer: null;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
readonly permissions: {
|
|
135
|
+
readonly native: {
|
|
136
|
+
readonly availability: {
|
|
137
|
+
readonly via: "none";
|
|
138
|
+
};
|
|
139
|
+
readonly vendorStatus: {
|
|
140
|
+
readonly state: "active";
|
|
141
|
+
};
|
|
142
|
+
readonly notes: "Execution mode, approval policy, and tool permissions are configured on Zenflow agent presets rather than a documented repository file.";
|
|
143
|
+
readonly docs: readonly [];
|
|
144
|
+
readonly sources: readonly ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"];
|
|
145
|
+
};
|
|
146
|
+
readonly axm: {
|
|
147
|
+
readonly status: "unsupported";
|
|
148
|
+
readonly lastVerified: null;
|
|
149
|
+
readonly writer: null;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
//# sourceMappingURL=zenflow.d.ts.map
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
export const zenflowAgent = {
|
|
2
|
+
id: "zenflow",
|
|
3
|
+
name: "Zenflow",
|
|
4
|
+
vendor: "Zencoder",
|
|
5
|
+
homepage: "https://zencoder.ai/zenflow",
|
|
6
|
+
interfaces: ["ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".zenflow",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [{ kind: "dir", path: ".zenflow", signal: "definitive", note: null }] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [{ label: "Zenflow documentation", url: "https://docs.zencoder.ai/zenflow/task-types" }],
|
|
15
|
+
capabilities: {
|
|
16
|
+
skill: {
|
|
17
|
+
native: {
|
|
18
|
+
availability: { via: "native" },
|
|
19
|
+
vendorStatus: { state: "active" },
|
|
20
|
+
notes: "Because Zenflow's project Skill directory is .agents/skills, --agent universal already wrote to the correct location; this entry adds Zenflow-specific detection and naming.",
|
|
21
|
+
docs: [],
|
|
22
|
+
sources: ["https://docs.zencoder.ai/features/skills"],
|
|
23
|
+
scopes: ["user", "project"],
|
|
24
|
+
standardsCompliance: "full",
|
|
25
|
+
convention: "universal",
|
|
26
|
+
directory: ".agents/skills",
|
|
27
|
+
additionalReadPaths: [
|
|
28
|
+
{ path: ".claude/skills", status: "compat" },
|
|
29
|
+
{ path: ".zencoder/skills", status: "deprecated" },
|
|
30
|
+
],
|
|
31
|
+
},
|
|
32
|
+
axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
|
|
33
|
+
},
|
|
34
|
+
"mcp-server": {
|
|
35
|
+
native: {
|
|
36
|
+
availability: { via: "none" },
|
|
37
|
+
vendorStatus: { state: "active" },
|
|
38
|
+
notes: "Zenflow exposes hosted MCP integrations and a built-in MCP server, but vendor docs do not publish a repository MCP client file AXM can write.",
|
|
39
|
+
docs: [],
|
|
40
|
+
sources: ["https://docs.zencoder.ai/zenflow/integrations"],
|
|
41
|
+
},
|
|
42
|
+
axm: {
|
|
43
|
+
status: "unsupported",
|
|
44
|
+
lastVerified: null,
|
|
45
|
+
writer: null,
|
|
46
|
+
reason: "Zenflow MCP integrations are managed through the product UI.",
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
subagent: {
|
|
50
|
+
native: {
|
|
51
|
+
availability: { via: "none" },
|
|
52
|
+
vendorStatus: { state: "active" },
|
|
53
|
+
notes: "Zenflow can orchestrate subagents, but presets and workflow comments are not a portable custom-subagent directory.",
|
|
54
|
+
docs: [],
|
|
55
|
+
sources: ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"],
|
|
56
|
+
},
|
|
57
|
+
axm: {
|
|
58
|
+
status: "unsupported",
|
|
59
|
+
lastVerified: null,
|
|
60
|
+
writer: null,
|
|
61
|
+
reason: "No vendor-documented custom-subagent filesystem target is available.",
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
hook: {
|
|
65
|
+
native: {
|
|
66
|
+
availability: { via: "none" },
|
|
67
|
+
vendorStatus: { state: "active" },
|
|
68
|
+
notes: null,
|
|
69
|
+
docs: [],
|
|
70
|
+
sources: [],
|
|
71
|
+
},
|
|
72
|
+
axm: { status: "unsupported", writer: null, lastVerified: null },
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
instructions: {
|
|
76
|
+
native: {
|
|
77
|
+
availability: { via: "none" },
|
|
78
|
+
vendorStatus: { state: "active" },
|
|
79
|
+
notes: "Zenflow runs supported underlying agents in worktrees; instruction-file behavior belongs to the selected agent rather than a Zenflow-specific rule format.",
|
|
80
|
+
docs: [],
|
|
81
|
+
sources: ["https://docs.zencoder.ai/clis/overview"],
|
|
82
|
+
},
|
|
83
|
+
axm: { status: "unsupported", lastVerified: null, writer: null },
|
|
84
|
+
},
|
|
85
|
+
permissions: {
|
|
86
|
+
native: {
|
|
87
|
+
availability: { via: "none" },
|
|
88
|
+
vendorStatus: { state: "active" },
|
|
89
|
+
notes: "Execution mode, approval policy, and tool permissions are configured on Zenflow agent presets rather than a documented repository file.",
|
|
90
|
+
docs: [],
|
|
91
|
+
sources: ["https://docs.zencoder.ai/zenflow/multi-agent-orchestration"],
|
|
92
|
+
},
|
|
93
|
+
axm: { status: "unsupported", lastVerified: null, writer: null },
|
|
94
|
+
},
|
|
95
|
+
};
|
|
96
|
+
//# sourceMappingURL=zenflow.js.map
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure derivation helpers for the agent capability catalog.
|
|
3
|
+
*
|
|
4
|
+
* @experimental This API is unstable and may change without notice.
|
|
5
|
+
*/
|
|
6
|
+
import type { AgentDescriptor } from "../agents/types.js";
|
|
7
|
+
import { type ExtensionType } from "../extensions/common.js";
|
|
8
|
+
import { type LeafExtensionType } from "../extension-types/schema.js";
|
|
9
|
+
import { type Agent, type AgentExtensionCapability, type AxmSupport, type CanonicalHookEventId, type CanonicalHookToolId, type HookBlockOutcome, type HookDecisionCapability, type HookMechanismFamily, type HookModifyOperation, type StandardsCompliance } from "./schema.js";
|
|
10
|
+
import { type PerAgentType } from "../extensions/common.js";
|
|
11
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
12
|
+
export interface CapabilityListing {
|
|
13
|
+
readonly type: LeafExtensionType;
|
|
14
|
+
readonly capability: AgentExtensionCapability;
|
|
15
|
+
}
|
|
16
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
17
|
+
export type NativeAgentCapabilities = {
|
|
18
|
+
readonly [Type in PerAgentType]: Agent["capabilities"][Type]["native"];
|
|
19
|
+
};
|
|
20
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
21
|
+
export type NativeAgent = Omit<Agent, "capabilities" | "instructions" | "permissions"> & {
|
|
22
|
+
readonly capabilities: NativeAgentCapabilities;
|
|
23
|
+
readonly instructions: Agent["instructions"]["native"];
|
|
24
|
+
readonly permissions: Agent["permissions"]["native"];
|
|
25
|
+
};
|
|
26
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
27
|
+
export type ExtensionCompatibilityInput = {
|
|
28
|
+
readonly type: LeafExtensionType;
|
|
29
|
+
} | {
|
|
30
|
+
readonly type: "pack";
|
|
31
|
+
readonly memberTypes: ReadonlyArray<LeafExtensionType>;
|
|
32
|
+
};
|
|
33
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
34
|
+
export declare const isLeafExtensionType: (value: ExtensionType) => value is LeafExtensionType;
|
|
35
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
36
|
+
export type AgentCapabilityStatus = "native" | "native-deprecated" | "plugin" | "plugin-deprecated" | "none";
|
|
37
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
38
|
+
export type AxmIntegrationStatus = AxmSupport | "writer";
|
|
39
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
40
|
+
export declare const agentCapabilityStatus: (capability: AgentExtensionCapability) => AgentCapabilityStatus;
|
|
41
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
42
|
+
export declare const axmIntegrationStatus: (capability: AgentExtensionCapability) => AxmIntegrationStatus;
|
|
43
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
44
|
+
export declare const isCapabilitySupported: (capability: AgentExtensionCapability) => boolean;
|
|
45
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
46
|
+
export declare const deriveSkillConvention: (directory: string) => "universal" | "vendor";
|
|
47
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
48
|
+
export declare const deriveAgentDescriptor: (agent: Agent) => AgentDescriptor;
|
|
49
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
50
|
+
export declare const listCapabilities: (agent: Agent) => ReadonlyArray<CapabilityListing>;
|
|
51
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
52
|
+
export declare const agentSupportsType: (agent: Agent, type: PerAgentType) => boolean;
|
|
53
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
54
|
+
export declare const getSupportedExtensionTypesForAgent: (agent: Agent) => ReadonlyArray<LeafExtensionType>;
|
|
55
|
+
/**
|
|
56
|
+
* Agents an extension of the given types can be installed for.
|
|
57
|
+
*
|
|
58
|
+
* @experimental This API is unstable and may change without notice.
|
|
59
|
+
*/
|
|
60
|
+
export declare const getSupportedAgentsForExtensionTypes: (types: ReadonlyArray<LeafExtensionType>, catalog?: ReadonlyArray<Agent>) => ReadonlyArray<Agent>;
|
|
61
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
62
|
+
export declare const getSupportedAgentsForExtensionType: (type: LeafExtensionType, catalog?: ReadonlyArray<Agent>) => ReadonlyArray<Agent>;
|
|
63
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
64
|
+
export declare const getSupportedAgentsForExtension: (extension: ExtensionCompatibilityInput, catalog?: ReadonlyArray<Agent>) => ReadonlyArray<Agent>;
|
|
65
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
66
|
+
export type HookDecisionKind = HookDecisionCapability["kind"];
|
|
67
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
68
|
+
export type HookDecisionRequirement = {
|
|
69
|
+
readonly kind: "observe";
|
|
70
|
+
} | {
|
|
71
|
+
readonly kind: "block";
|
|
72
|
+
readonly outcomes?: ReadonlyArray<HookBlockOutcome> | undefined;
|
|
73
|
+
} | {
|
|
74
|
+
readonly kind: "modify";
|
|
75
|
+
readonly operations?: ReadonlyArray<HookModifyOperation> | undefined;
|
|
76
|
+
};
|
|
77
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
78
|
+
export interface HookInstallBinding {
|
|
79
|
+
readonly on: CanonicalHookEventId;
|
|
80
|
+
readonly match?: {
|
|
81
|
+
readonly tools?: ReadonlyArray<CanonicalHookToolId> | undefined;
|
|
82
|
+
} | undefined;
|
|
83
|
+
readonly matcherRaw?: string | undefined;
|
|
84
|
+
readonly targets?: Readonly<Record<string, {
|
|
85
|
+
readonly matcherRaw?: string | undefined;
|
|
86
|
+
}>> | undefined;
|
|
87
|
+
readonly requires?: {
|
|
88
|
+
readonly decision: HookDecisionRequirement;
|
|
89
|
+
} | undefined;
|
|
90
|
+
}
|
|
91
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
92
|
+
export interface HookInstallabilityVerdict {
|
|
93
|
+
readonly installable: boolean;
|
|
94
|
+
readonly reason: string;
|
|
95
|
+
}
|
|
96
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
97
|
+
export interface HookPortabilityRequirement {
|
|
98
|
+
readonly events: ReadonlyArray<CanonicalHookEventId>;
|
|
99
|
+
readonly mechanisms: ReadonlyArray<HookMechanismFamily>;
|
|
100
|
+
readonly decisions: ReadonlyArray<HookDecisionKind>;
|
|
101
|
+
}
|
|
102
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
103
|
+
export interface HookPortabilityVerdict {
|
|
104
|
+
readonly standardsCompliance: StandardsCompliance;
|
|
105
|
+
readonly reason: string;
|
|
106
|
+
}
|
|
107
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
108
|
+
export declare const canonicalCoverage: (agent: Agent) => {
|
|
109
|
+
events: readonly ("session.start" | "prompt.submit" | "turn.end" | "tool.pre" | "tool.post" | "subagent.stop" | "compaction.pre")[];
|
|
110
|
+
tools: readonly ("file.read" | "file.write" | "file.edit" | "shell.exec" | "web.fetch" | "mcp.call")[];
|
|
111
|
+
mechanism: readonly ("command-stdin" | "raw")[];
|
|
112
|
+
matcherKinds: readonly ("regex" | "literal-list" | "glob" | "tool-category" | "exact-substring" | "none-imperative")[];
|
|
113
|
+
decision: ({
|
|
114
|
+
readonly kind: "observe";
|
|
115
|
+
} | {
|
|
116
|
+
readonly kind: "block";
|
|
117
|
+
readonly outcomes: readonly ["allow" | "deny" | "ask", ...("allow" | "deny" | "ask")[]];
|
|
118
|
+
} | {
|
|
119
|
+
readonly kind: "modify";
|
|
120
|
+
readonly operations: readonly ["modify-input" | "inject-context" | "modify-output" | "synthesize" | "redact", ...("modify-input" | "inject-context" | "modify-output" | "synthesize" | "redact")[]];
|
|
121
|
+
})[];
|
|
122
|
+
};
|
|
123
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
124
|
+
export declare const installable: (agent: Agent, binding: HookInstallBinding) => HookInstallabilityVerdict;
|
|
125
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
126
|
+
export declare const deriveHookPortability: (agent: Agent, requirement: HookPortabilityRequirement) => HookPortabilityVerdict;
|
|
127
|
+
/** @experimental This API is unstable and may change without notice. */
|
|
128
|
+
export declare const toNativeAgent: (agent: Agent) => NativeAgent;
|
|
129
|
+
//# sourceMappingURL=derive.d.ts.map
|