AI Skill Hub 推荐使用:开源AI工作流 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
ObjectStack是基于元数据的后端,用于构建业务应用的开源AI工作流,具有高质量自动发布。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
ObjectStack是基于元数据的后端,用于构建业务应用的开源AI工作流,具有高质量自动发布。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g framework # 方式二:npx 直接运行(无需安装) npx framework --help # 方式三:项目依赖安装 npm install framework # 方式四:从源码运行 git clone https://github.com/objectstack-ai/framework cd framework npm install npm start
# 命令行使用
framework --help
# 基本用法
framework [options] <input>
# Node.js 代码中使用
const framework = require('framework');
const result = await framework.run(options);
console.log(result);
# framework 配置说明 # 查看配置选项 framework --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export FRAMEWORK_CONFIG="/path/to/config.yml"
The AI-native business backend: define business objects, permissions, workflows, APIs, UI metadata, and agent tools once as structured Zod metadata.
z.infer<>.@objectstack/driver-turso package in the cloud repo.useQuery, useMutation, usePagination out of the box.plugin-auth.os init, os dev, os studio, os serve, os validate, and more.git clone https://github.com/objectstack-ai/framework.git cd framework pnpm install
pnpm build
| Example | Description | Level |
|---|---|---|
[@example/app-todo](examples/app-todo) | Task management app — objects, views, dashboards, flows | Beginner |
[@objectstack/example-crm](examples/app-crm) | Minimal CRM smoke-test workspace — validates the metadata loading pipeline | Intermediate |
| [HotCRM](https://github.com/objectstack-ai/hotcrm) | Full-featured enterprise CRM reference app (separate repo) | Advanced |
pnpm dev
The CLI binary ships as both os and objectstack.
os init [name] # Scaffold a new project
os create # Interactive project / object scaffolder
os dev # Start dev server with hot-reload (REST + Studio)
os studio # Open the Studio IDE
os start # Start the production server
os serve # Serve a compiled artifact
os compile # Build a deployable JSON Project Artifact
os validate # Validate metadata against the protocol
os lint # Lint metadata for best-practice violations
os info # Display project metadata summary
os generate # Scaffold objects, views, flows, agents, migrations
os doctor # Check environment health
os explain # Explain protocol concepts on the command line
Cloud, package registry, and project management subcommands (os projects, os publish, os login, os whoami, os cloud …) are available when targeting an ObjectStack Cloud control plane.
| Package | Description |
|---|---|
[@objectstack/plugin-hono-server](packages/plugins/plugin-hono-server) | Hono-based HTTP server plugin |
[@objectstack/plugin-mcp-server](packages/plugins/plugin-mcp-server) | Model Context Protocol server — exposes ObjectStack to AI agents |
[@objectstack/plugin-auth](packages/plugins/plugin-auth) | Authentication plugin (better-auth) |
[@objectstack/plugin-security](packages/plugins/plugin-security) | RBAC, Row-Level Security, Field-Level Security |
[@objectstack/plugin-sharing](packages/plugins/plugin-sharing) | Record-level sharing — sys_record_share + enforcement middleware |
[@objectstack/plugin-approvals](packages/plugins/plugin-approvals) | Approval as a flow node — approver resolution, record lock & status mirror over sys_approval_request + sys_approval_action |
[@objectstack/plugin-audit](packages/plugins/plugin-audit) | Audit logging plugin |
[@objectstack/plugin-email](packages/plugins/plugin-email) | Pluggable outbound email transport |
[@objectstack/plugin-webhooks](packages/plugins/plugin-webhooks) | Outbound webhook delivery — fan-out data.record.* events |
[@objectstack/plugin-reports](packages/plugins/plugin-reports) | Saved reports + scheduled email digests |
[@objectstack/plugin-dev](packages/plugins/plugin-dev) | Developer mode — in-memory stubs for all services |
[@objectstack/plugin-msw](packages/plugins/plugin-msw) | Mock Service Worker plugin for browser testing |
该项目是一个开源AI工作流,具有高质量自动发布,值得关注。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,开源AI工作流 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | framework |
| 原始描述 | 开源AI工作流:ObjectStack is a metadata-driven backend for building business applications that。⭐6 · TypeScript |
| Topics | workflowjson-schemaprotocolstandardtypescript-interfacestypescript |
| GitHub | https://github.com/objectstack-ai/framework |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端