AI Skill Hub 推荐使用:PowerHouse 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
PowerHouse 是一款基于 TypeScript 开发的开源工具,专注于 AI、LLM、工具集 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
PowerHouse 是一款基于 TypeScript 开发的开源工具,专注于 AI、LLM、工具集 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g powerhouse # 方式二:npx 直接运行(无需安装) npx powerhouse --help # 方式三:项目依赖安装 npm install powerhouse # 方式四:从源码运行 git clone https://github.com/powerhouse-inc/powerhouse cd powerhouse npm install npm start
# 命令行使用
powerhouse --help
# 基本用法
powerhouse [options] <input>
# Node.js 代码中使用
const powerhouse = require('powerhouse');
const result = await powerhouse.run(options);
console.log(result);
# powerhouse 配置说明 # 查看配置选项 powerhouse --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export POWERHOUSE_CONFIG="/path/to/config.yml"
To link a dependency into a project, add it to your package.json and point the dependency version to workspace:*
package.json
{
"name": "my-new-package",
"version": "0.0.0",
"scripts": {
...
},
"dependencies": {
...
"@pgph/pkg-a": "workspace:*", // Link to a local dependency
"@pgph/pkg-b": "workspace:*",
"@pgph/pkg-c": "workspace:*"
}
}
Next, add a path reference to the tsconfig.json file.
````json { "references": [ { "path": "../../packages/<package_name>" } ] }
This project can be run using Docker and Docker Compose. The docker-compose.yml file in the root directory defines the services and their configurations.
docker compose up -d --build switchboard # Rebuild and start Switchboard docker compose up -d --build connect # Rebuild and start Connect ```
docker compose up
docker compose up -d
docker compose ps
docker compose logs -f
5. Stop all services:
docker compose down
Currently, only the main branch is enabled in this project, which means all packages are deployed to NPM from the main branch. To contribute to a package, please follow these steps:
main branch: git pull origin main
git checkout main
git checkout -b feature/my-branch
2. Make your changes in the feature branch. 3. Once your changes are ready, commit them following the conventional commits standard: - Try to keep your commits scoped (do not include files from multiple packages in a single commit). - Include the package scope affected by your changes in the commit message, for example:
git commit -m "feat(document-model): my commit message"
4. Push your branch to GitHub and open a pull request (PR) against the main branch. 5. Once your PR is approved, merge it. 6. A GitHub Action will be triggered automatically after you merge your PR. This action will handle versioning and release the new version of the affected packages to NPM. Optionally, you can trigger the deployment of your package manually
高质量的AI工具集,值得关注
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,PowerHouse 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | powerhouse |
| 原始描述 | 开源AI工具:LLM-driven tool-set that keeps work, payments, and governance in sync.。⭐7 · TypeScript |
| Topics | AILLM工具集 |
| GitHub | https://github.com/powerhouse-inc/powerhouse |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。