AI Skill Hub 强烈推荐:AI代理通行证 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI代理通行证 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI代理通行证 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g agent-passport-system # 方式二:npx 直接运行(无需安装) npx agent-passport-system --help # 方式三:项目依赖安装 npm install agent-passport-system # 方式四:从源码运行 git clone https://github.com/aeoess/agent-passport-system cd agent-passport-system npm install npm start
# 命令行使用
agent-passport-system --help
# 基本用法
agent-passport-system [options] <input>
# Node.js 代码中使用
const agent_passport_system = require('agent-passport-system');
const result = await agent_passport_system.run(options);
console.log(result);
# agent-passport-system 配置说明 # 查看配置选项 agent-passport-system --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENT_PASSPORT_SYSTEM_CONFIG="/path/to/config.yml"
For AI agents: visit aeoess.com/llms.txt for machine-readable docs.
Valid signature. Hijacked intent. Denied by APS.
Enforcement and accountability layer for AI agents. Bring your own identity.
Accepts did:key, did:web, SPIFFE SVIDs, OAuth tokens, and native did:aps. Authority can only decrease at each transfer point. The gateway is both judge and executor. Every action produces a signed receipt. Gateway evaluation under 2ms.
npm install agent-passport-system
Lead with the curated essentials. agent-passport-system/core exposes the ~25 functions that 90% of integrations need — identity, delegation, enforcement, commerce, reputation, key management. The full agent-passport-system root import is unchanged and backward compatible: pull from it when Core does not cover your case.
import {
createPassport, createDelegation,
evaluateIntent, commercePreflight, generateKeyPair
} from 'agent-passport-system/core'
// Full 936-export API still available — use when Core does not cover your case.
// import { ... } from 'agent-passport-system'
Pick what you need. import from 'agent-passport-system' for the full API.
Coordination (task lifecycle with 9-state machine), EU AI Act compliance (signed evidence packets), framework adapters (CrewAI, LangChain, Google ADK, A2A, MCP), bilateral receipts, execution attestation, DID resolution, data lifecycle (access receipts, derivation tracking, consent revocation).
高质量的AI工作流协议,提供灵活的身份验证和授权机制
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,AI代理通行证 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | agent-passport-system |
| Topics | ai-agentsdelegationgovernanceed25519 |
| GitHub | https://github.com/aeoess/agent-passport-system |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-26 · 更新时间:2026-05-26 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端