AI Skill Hub 推荐使用:Open Travel AI 平台 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Open Travel AI 平台,专为旅行业定制的AI代理协调平台,提高旅行业AI应用效率。
Open Travel AI 平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Open Travel AI 平台,专为旅行业定制的AI代理协调平台,提高旅行业AI应用效率。
Open Travel AI 平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g otaip # 方式二:npx 直接运行(无需安装) npx otaip --help # 方式三:项目依赖安装 npm install otaip # 方式四:从源码运行 git clone https://github.com/TelivityAI/otaip cd otaip npm install npm start
# 命令行使用
otaip --help
# 基本用法
otaip [options] <input>
# Node.js 代码中使用
const otaip = require('otaip');
const result = await otaip.run(options);
console.log(result);
# otaip 配置说明 # 查看配置选项 otaip --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OTAIP_CONFIG="/path/to/config.yml"
The full airline and hotel booking lifecycle — search, pricing, booking, ticketing, exchange, refund, and BSP/ARC settlement — modeled as typed, testable agents with a pipeline contract system that prevents LLM hallucinations at every step.
75 agents. 6 distribution adapters. 14 pipeline-contracted agents. 3,092 tests. TypeScript strict.
pnpm add @otaip/core @otaip/agents-booking @otaip/connect
---
What you can build with this platform:
---
git clone https://github.com/telivity-otaip/otaip.git
cd otaip
pnpm install --frozen-lockfile
pnpm run data:download # one-time: airport reference data
pnpm test # 3,092 tests
pnpm lint # 0 errors
pnpm -r run typecheck # 16 packages, all green
Note: lifecycle scripts are disabled (ignore-scripts=true) for supply-chain safety, so the airport reference data is fetched explicitly viapnpm run data:downloadrather than via apostinstallhook.
Run the full pipeline demo (requires ANTHROPIC_API_KEY):
echo "ANTHROPIC_API_KEY=sk-ant-..." > .env
pnpm --filter @otaip/demo book:full
See docs/getting-started.md for the complete setup guide.
---
The pipeline validator enforces six gates on every LLM-orchestrated call: schema conformance, semantic validation, intent lock, cross-agent consistency, confidence gating, and action classification. An LLM cannot fabricate an offer ID, change the destination mid-flow, or ticket without approval.
Every agent that participates in an LLM-orchestrated flow declares an AgentContract — Zod schemas, semantic validation, action classification, and confidence thresholds. The PipelineOrchestrator enforces six gates on every call:
LLM tool call
|
v
[1. Schema conformance] Zod parse — structural hallucinations impossible
[2. Semantic validation] Domain checks — "Is this airport code real?"
[3. Intent lock] "You can't change the destination mid-flow"
[4. Cross-agent consistency] "This offer ID must exist in the search results"
|
v (agent executes)
|
[5. Confidence gating] Output confidence meets threshold for action type
[6. Action classification] Irreversible actions require approval token
14 agents are currently contracted (reference, search, pricing, booking, ticketing, governance). The remaining 61 work as standalone agents called directly — no breaking changes.
import { PipelineOrchestrator, agentToTool } from '@otaip/core';
// Bridge contracted agents into LLM tools
const tool = agentToTool(contract, agent, orchestrator, session);
// Every tool.execute() runs through all 6 gates
See docs/architecture.md for the full architecture overview.
---
otaip是一个开源的AI工作流平台,专为旅行业定制,提供了航空预订和航空预约系统等功能,值得关注。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Open Travel AI 平台 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | otaip |
| 原始描述 | 开源AI工作流:Open Travel AI Platform — domain-specific AI agent orchestration for the travel 。⭐23 · TypeScript |
| Topics | workflowagentsaiairlineairline-bookingairline-reservation-systemtypescript |
| GitHub | https://github.com/TelivityAI/otaip |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-30 · 更新时间:2026-05-31 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端