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"
<p align="center"> <img src="docs/assets/banner-hero.png" alt="Agent Passport System banner. Verifiable agent authority and action evidence. Cryptographic identity, scoped delegation, signed action receipts." width="100%"> </p>
APS lets a person or company give an AI agent limited authority to act on its behalf, and produces verifiable proof of what the agent does with it. Open protocol, Apache 2.0.
It answers four practical questions about any agent action:
Authority can pass from one agent to the next, but it can only get narrower. Scope, spending limits, expiration, and approved services are checked before an action runs, at a gateway that is both judge and executor: a request outside the granted authority is denied before it executes. Every decision, allowed or denied, produces a signed receipt, so anyone can later verify what was requested, what authority was presented, which policy applied, and what APS decided.
npm install agent-passport-system
Also implemented in Python, Go and Rust, each checked against this TypeScript reference through the conformance suite.
Verify any receipt or evidence bundle in your browser at agent-passport.org/verify.html (runs locally, nothing is uploaded). Machine-readable docs for agents are at agent-passport.org/llms.txt.
Lead with the curated essentials. agent-passport-system/core exposes the 24 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'
Status: Production-Extension.
Pick what you need. import from 'agent-passport-system' for the full API.
Coordination (task lifecycle with 9-state machine), EU AI Act mapping support through signed evidence packets for accountability and audit workflows, 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 |
| 原始描述 | 开源AI工作流:Cryptographic identity, delegation, governance, and commerce protocol for AI age。⭐19 · TypeScript |
| Topics | ai-agentsdelegationgovernanceed25519 |
| GitHub | https://github.com/aeoess/agent-passport-system |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-26 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端