能力标签
cre-acquisition-orchestrator Agent工作流
⚙️
Agent工作流

cre-acquisition-orchestrator Agent工作流

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:cre-acquisition-orchestrator
⭐ 60 Stars 🍴 24 Forks 💻 TypeScript 📄 Apache-2.0 🏷 AI 8.0分
8.0AI 综合评分
AI代理编排商业地产工作流自动化尽职调查TypeScript
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:cre-acquisition-orchestrator Agent工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。

📚 深度解析

cre-acquisition-orchestrator Agent工作流 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

cre-acquisition-orchestrator Agent工作流 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.0 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

首个开源AI原生框架,专为商业地产(CRE)收购流程设计。集成智能代理编排、工作流自动化和尽职调查功能,通过AI助手自动化复杂的房产交易分析与决策流程,适合地产投资公司和并购专业团队。

cre-acquisition-orchestrator Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 60
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
Apache-2.0
AI 综合评分
8.0 分
工具类型
Agent工作流
Forks
24

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

首个开源AI原生框架,专为商业地产(CRE)收购流程设计。集成智能代理编排、工作流自动化和尽职调查功能,通过AI助手自动化复杂的房产交易分析与决策流程,适合地产投资公司和并购专业团队。

cre-acquisition-orchestrator Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g cre-acquisition-orchestrator

# 方式二:npx 直接运行(无需安装)
npx cre-acquisition-orchestrator --help

# 方式三:项目依赖安装
npm install cre-acquisition-orchestrator

# 方式四:从源码运行
git clone https://github.com/ahacker-1/cre-acquisition-orchestrator
cd cre-acquisition-orchestrator
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
cre-acquisition-orchestrator --help

# 基本用法
cre-acquisition-orchestrator [options] <input>

# Node.js 代码中使用
const cre_acquisition_orchestrator = require('cre-acquisition-orchestrator');

const result = await cre_acquisition_orchestrator.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# cre-acquisition-orchestrator 配置说明
# 查看配置选项
cre-acquisition-orchestrator --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CRE_ACQUISITION_ORCHESTRATOR_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 51/100 含工作流图 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

CRE Acquisition Orchestrator

An open-source, multi-orchestrator workspace for commercial real estate multifamily acquisitions: drop documents, state the goal, watch 31 AI roles coordinate, and review the acquisition package.

License: Apache 2.0 Node.js TypeScript React

Fastest proof path: run npm run proof, open the local dashboard, and trace one source-backed fact from upload to IC package. Full reviewer script: Public Proof Path.

I've been working on something that I think the CRE industry needs, and I wanted to share where it is now.

A few months ago I wrote about what happens when you point 489 AI agents at a 200-unit multifamily acquisition. That article was the bigger vision. This repo is the engineering behind the practical open-source version: the 31 named AI roles, orchestration logic, domain knowledge files, schemas, local dashboard, deterministic simulation engine, and source-backed review workflow that make the vision usable.

It is not fully production-ready. I want to be direct about that. But what is here is the most in-depth open-source framework I have seen for CRE acquisition orchestration because the category barely exists. There are agent frameworks for coding, customer support, research, and data analysis. There is almost nothing that models how a real multifamily acquisition moves across due diligence, underwriting, financing, legal, and closing while preserving data handoffs, review gates, and investment committee evidence.

The project is local-first: you can run the proof path with no API keys, inspect uploaded tables and source rows, review extracted candidate fields with provenance, approve or waive ambiguous values, and export Markdown/JSON for an investment committee starter package. The dashboard's workflow runtime defaults to live ChatGPT/Codex (with web search on) so the team can pull and cite real market, lender, and environmental data, while the deterministic offline demo stays the no-credential public proof path for tours, screenshots, and CI.

Everything in here - the agent prompts, domain skills, schemas, pipeline architecture, dashboard, and demo artifacts - is yours to use as a starting point. Fork it. Build on it. Adapt it to your own deals, investment thesis, and internal acquisition workflow. If this framework helps even one CRE team rethink how they approach acquisitions, it was worth open-sourcing.

Let's bring this industry into the future.

Disclaimer: This project is a reference architecture and educational framework, not production software for making investment decisions. Nothing here is financial, legal, or investment advice.

---

What's New in v3.4.0

  • Pipeline verification ledger - document intake, source review, due diligence, underwriting, financing, legal, closing, IC package export, offline gates, and live Codex gates now have recorded proof in data/status/pipeline-verification-ledger.md.
  • Live Codex proof gates - npm run codex:status, npm run codex:smoke, npm run codex:run:full, npm run validate:codex, and npm run eval:live were run and recorded; the full live workflow completed with 21/21 agents passing on first attempt.
  • All-8-deal live eval refresh - live Codex agents matched all 8 benchmark IC verdicts exactly and directionally, with 100% determinable financial accuracy, 100% required red-flag recall, 100% dealbreaker recall, and 0 partial failures.
  • Phase artifact hardening - underwriting writes/validates the 27-scenario matrix and IC memo; closing writes/validates the wire schedule; IC package export includes a first-class document manifest and review decision trail.
  • Live manifest schema hardening - current Codex manifests validate root agentTimeoutMs and per-result timedOut, so smoke/full live runs are covered by the same contract gate.

What's New in v3.3.0

  • Codex is the main workflow runtime - the dashboard launches the selected workflow on live Codex / ChatGPT by default. The Workflow Launcher, Swarm Goal Console, and saved presets default to Codex (listed first, all agents selected, concurrency 2), with the deterministic Simulation runtime kept as the no-credential fallback for demos, screenshots, and CI.
  • Agents actually use web search - when Codex web search is on, agents are directed to look up and cite real rent/sales comps, submarket rents, occupancy, cap rates, demographics, supply pipeline, and current interest/lender rates. Web search is on by default with a visible toggle, and the Swarm launch and retry-failed-agents paths keep it on.
  • Lean legal-document parsing - PSA, title commitment, and estoppel documents parse into review-gated candidate fields with provenance, committed fixtures, and tests.
  • Intake/extraction/launch UX fixes + e2e/CI stabilization - the six intake/extraction/launch bug fixes (T12 expense magnitude, source-reconciliation equality, blocked-launch missing-field surfacing, Edit Deal step pills, sample-deal schema alignment, scoped-workflow workpaper index) land alongside dashboard overlay/modal e2e and CI stabilization.

What's New in v3.2.0

  • Production-scale local QA harness - npm run seed:prod-local -- --count 150 creates a sanitized QA-LOCAL-2026-* 150-deal corpus with source documents, extraction artifacts, approved fields, criteria, phase state, checkpoint status, and completed-report artifacts under local data/.
  • Production local data regression gate - npm run test:prod-local-data validates schemas, source-hash provenance, local-only output boundaries, idempotent reseeding, and generated-artifact sensitive-token avoidance.
  • Public proof command - npm run proof regenerates Parkview, starts the dashboard, waits for readiness, and points reviewers to docs/PROOF-PATH.md to trace one source-backed fact from upload to IC package.
  • Full QA documentation - docs/QA-INVENTORY.md documents routes, roles, modals, buttons, inputs, workflows, and acceptance criteria; docs/QA-BUG-LOG.md records each production-scale QA defect with reproduction evidence, fix, and verification, with 30 Playwright browser tests passing.

What's New in v3.1.0

  • Local scanned-PDF OCR bridge - readable scanned/image-only PDFs render locally with PyMuPDF and run through tesseract.js, with no external OCR service.
  • Review-gated OCR candidates - OCR-derived asking price, unit count, occupancy, and NOI become candidate fields with confidence, source hash, page provenance, raw snippets, parser metadata, and human review status.
  • Fail-soft scan handling - unreadable scans or scans without supported headline fields return explicit OCR metadata and warnings instead of guessed values.
  • Fresh-clone OCR setup - npm run setup installs and verifies PyMuPDF; npm tracks tesseract.js.
  • OCR fixture proof - fixtures/parsers/scanned-offering-memo-ocr.pdf verifies a true image-only offering memo can extract through the local bridge.

What's New in v3.0.0

  • Evidence-grade source-to-IC chain - IC package JSON now includes a deterministic evidence graph connecting source documents, approved fields, agent workpapers, red flags, data gaps, and package sections. Markdown export adds an Evidence Chain section.
  • Fresh-clone parser setup - npm run setup creates .venv, installs parser dependencies from scripts/requirements.txt, supports read-only --check, and the dashboard parser service prefers the repo virtualenv.
  • OCR-ready and legal diligence intelligence - scanned/image-only documents expose explicit OCR-ready bridge metadata and next action; legal/closing checklists can become review-only diligence.checklistItems candidates with line provenance.
  • Proof-path dashboard - Intake and IC Package views show the four-step Source doc -> Approved field -> Agent workpaper -> IC package path with conservative pending/ready states.
  • One-command release proof - npm run verify:v3 runs release checks, root tests, parser/workspace coverage, dashboard typecheck/build, audits, offline eval, production smoke, and full Playwright E2E. CI now runs this gate too.

What's New in v2.8.5

  • One persistent "deal space" - the six-tab dashboard is replaced by a single frame: a deal header + an always-visible 7-stage lifecycle spine (Intake → Diligence → Underwriting → Financing → Legal → Closing → IC) + a context-sensitive center stage + a right rail (live feed + "Your Team") + a command bar. Power-user controls (runtime/Codex limits, criteria, presets, mission control, logs, recovery) move into an Advanced drawer.
  • Intake with no manual entry - drop the rent roll, T12, and offering memo and the deal record auto-fills from trusted source-backed values; you only edit what the team flags, and each edit persists with provenance and an audit entry. The numbers come from your documents, not a data-entry form.
  • Summon agents and watch them work - click a teammate, type a command, or tap a chip to open a slide-in panel that streams the agent's reasoning with an elapsed timer, renders its workpaper (finding / verdict / caveats) with "open full workpaper", and takes a follow-up task. Offline replays recorded work; the live Codex runtime dispatches a single agent.
  • Re-presentation, not a rewrite - the redesign is the new frame plus three thin, guarded backend hooks (single-agent dispatch, inline field override, per-agent stream). The engine, schemas, agents, and source-decision audit trail are unchanged, and the deterministic offline Parkview demo stays the default public path.

What's New in v2.8.0

  • Real-world drop-flow hardening - a messy pile of T12s, rent rolls, offering memos, and junk files flows through classify → extract → review → workflow → export with no crashes, silent skips, or confidently-wrong numbers: vacant-$0 rent no longer deflates in-place averages, content-aware rent-roll/T12 classification, graceful parse_failed for oversized/corrupt inputs, path-redacted parser errors, and an automated npm run test:pile smoke test.
  • Threshold-driven IC verdict - the deterministic engine consults config/thresholds.json for dealbreakers and a deal-specific exit cap (fixed a clean deal wrongly marked FAIL).
  • Open evaluation harness - npm run eval scores an 8-deal synthetic benchmark (with npm run eval:offline for the no-API layers) and writes an honest trust report. The live (Codex) layer proves the agents catch narrative risks the deterministic fixture is blind to (red-flag recall 100%, dealbreaker recall 100%, IC verdict 100%, determinable financials 100%), with model-dependent returns (~25%) documented as an honest limit. See Honest Evaluation.

What's New in v2.7.0

  • Text-based PDF extraction - offering memos and rent rolls in PDF now produce source-backed candidate fields with per-field confidence and page-level provenance; scanned/image-only PDFs are detected, marked OCR-ready, and held for local review-gated OCR rather than silently skipped.
  • Legal checklist candidates - Markdown/TXT legal or diligence checklists can produce low-confidence diligence.checklistItems candidates with line provenance for operator review, without auto-applying economics.
  • Tougher spreadsheet parsing - merged-cell workbooks are unmerged and forward-filled before header detection, image-only workbooks are flagged, and new fixtures cover currency symbols, subtotal/total rows, trailing notes, and synonym headers.
  • Review-grade workpapers - workpaper quality gates (cited inputs, assumptions, calculations, caveats, reviewer signoff), per-phase evidence-completeness scoring, IC red-flag drilldowns back to the originating workpaper/source, and richer IC export with source drilldowns and package version history.
  • Source-decision audit trail - timestamped approve/reject/waive history per field with cross-document conflict blocking, plus field-level provenance deep links from an approved input to its source snippet.
  • Live Codex runtime hardening - per-agent retry/backoff, partial-failure re-run-only-failed-agents, secret redaction at the logging boundary, a redacted sample run manifest with its own schema, and an operator "retry failed agents" recovery action.
  • Single-operator self-host deployment - npm run serve serves the built dashboard plus the loopback API/WS together (loopback-default, not multi-tenant); see docs/DEPLOYMENT.md.
  • Contributor experience - an end-to-end "add a new specialist agent" guide, a dashboard architecture map, and a npm run release:check readiness gate.

Key Features

CapabilityWhy It Matters
**31-role acquisition team**The repo models a real acquisition desk with orchestrators, diligence specialists, underwriting, financing, legal, closing, and ingestion roles instead of one generic assistant.
**19-section prompt anatomy**The 21 acquisition specialists follow the 19-section anatomy from [Agent Development](docs/AGENT-DEVELOPMENT.md) (identity, mission, inputs, strategy, outputs, checkpoint/logging/resume protocols, error recovery, dealbreaker detection, confidence scoring, downstream contract, self-review, and self-validation). Orchestrators and ingestion roles use their own purpose-specific templates.
**Local source-package review**Operators can drop deal files into a local workspace, inspect extracted fields, review source provenance, and decide what becomes deal data.
**Human approval gate**The system is designed around operator judgment: candidate fields are accepted, rejected, waived, or left unresolved before workflows consume them.
**Strict schema contracts**Phase outputs, agent findings, checkpoints, document manifests, and events validate against JSON Schema with shared enums and closed objects.
**Deterministic Parkview demo**A complete Austin/Travis County sample run produces populated reports and workpapers with no API keys.
**Live Codex runtime (default launch lane)**Launching a real workflow uses ChatGPT-authenticated Codex CLI execution by default, with web search on so agents cite real facts; the deterministic offline simulation stays the no-credential demo/CI fallback so live AI is never required just to evaluate the system.
**Operator dashboard**The React workspace is one persistent deal space: a lifecycle spine from Intake to IC, the agents at work on the focused stage, a live feed, a command bar to dispatch the team, and IC package assembly - all in one frame.
**Public validation harness**Demo verification, parser tests, workspace tests, schema tests, security assertions, docs drift checks, and browser E2E coverage are part of the repo.
**Open, inspectable domain layer**CRE assumptions live in Markdown skill files and JSON config, so operators can see and change the policy rather than trusting hidden code.

---

Prerequisites

  • Node.js 18+
  • npm
  • Python 3.9+ for the local parser virtual environment (pandas, openpyxl, pdfplumber, PyMuPDF)
  • Google Chrome or Microsoft Edge for local browser E2E, unless Playwright's bundled Chromium is installed
  • Optional for live AI runs: OpenAI Codex CLI signed in with ChatGPT

From a fresh clone on Windows:

git clone https://github.com/ahacker-1/cre-acquisition-orchestrator.git
cd cre-acquisition-orchestrator

npm install
npm run setup -- --skip-codex-install --skip-login
npm run proof

Open http://localhost:5173 if the browser does not open automatically. The proof path regenerates deterministic Parkview artifacts, starts the dashboard, waits for the local UI/API to respond, and works even if Codex is missing or login is skipped. npm run setup -- --skip-codex-install --skip-login also prepares the local parser virtual environment used for XLSX/PDF extraction without starting the optional Codex/ChatGPT auth path.

To require a complete live-agent setup during onboarding:

npm run setup -- --require-codex

Check Codex auth status:

npm run codex:status

Expected login output should say Logged in using ChatGPT.

---

Quick Start

Visual Demo Tour

The public demo is intentionally visual: a first-time visitor should understand the workspace before they read the architecture. The path below starts at the front door, drops a document package into Intake, inspects the uploaded tables field by field, then moves through the persistent deal space - the lifecycle spine, the agents at work, and the IC package - using the deterministic Parkview sample so it populates with no API keys.

6. IC Package - decision-ready acquisition package

IC Package view showing recommendation, phase outcomes, red flags, data gaps, manifest, and review trail

The Pipeline

PhaseWhat HappensExample Outputs
1. Document IntakeOperator uploads source files, classifies document types, and previews parser output.Source manifest, hashes, extraction candidates, warnings
2. Source ReviewCandidate fields are accepted, rejected, or waived before they become underwriting inputs.Approved rent roll fields, T12 fields, provenance trail
3. Due DiligenceSpecialists review rent roll, operating expenses, physical condition, market, title, environment, and tenant credit.Unit mix, rent roll analysis, OpEx notes, diligence flags
4. UnderwritingThe model builder, scenario analyst, and IC memo writer translate inputs into an investment view.10-year pro forma, 27-scenario matrix, DSCR, IRR, equity multiple
5. FinancingLender outreach and quote comparison turn deal metrics into debt strategy.Loan sizing, lender quote comparison, term-sheet draft
6. LegalPSA, title/survey, loan documents, insurance, estoppels, and transfer documents move through review.Legal checklist, estoppel tracker, PSA risk notes, closing conditions
7. ClosingClosing coordinator and funds-flow manager assemble close mechanics.Closing checklist, prorations, wire schedule, funds-flow workpaper
8. IC PackageThe workspace gathers outputs into a decision package.Markdown package, JSON export, manifest, review trail

The Parkview sample follows this path end to end with deterministic data so contributors can validate behavior without API keys or private deal files.

---

🎯 aiskill88 AI 点评 A 级 2026-05-22

创新的垂直领域AI应用,将智能代理编排与地产业务深度融合。框架设计完整,代码质量良好,但市场成熟度和采用度需观察。

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 需要从图片、PDF 提取文字的文档自动化场景
  • 跨境业务、多语言内容运营团队
最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
cre-acquisition-orchestrator 中文教程cre-acquisition-orchestrator 安装报错怎么办cre-acquisition-orchestrator Agent 工作流cre-acquisition-orchestrator 与同类工具对比cre-acquisition-orchestrator 最佳实践cre-acquisition-orchestrator 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 需要从图片、PDF 提取文字的文档自动化场景
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +Apache-2.0 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

主要面向商业房地产(CRE)收购,包括办公、零售、工业等物业类型的交易流程。
💡 AI Skill Hub 点评

总体来看,cre-acquisition-orchestrator Agent工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ Apache-2.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 cre-acquisition-orchestrator Agent工作流
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 cre-acquisition-orchestrator
原始描述 开源AI工作流:The first comprehensive open-source AI-native framework for CRE acquisitions, tu。⭐60 · TypeScript
Topics AI代理编排商业地产工作流自动化尽职调查TypeScript
GitHub https://github.com/ahacker-1/cre-acquisition-orchestrator
License Apache-2.0
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/ahacker-1/cre-acquisition-orchestrator 🌐 官方网站  https://www.theaiconsultingnetwork.com/

收录时间:2026-05-18 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →