AI Skill Hub 推荐使用:AI对话管理 是一款优质的AI工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
AI对话管理 是一款基于 Java 开发的开源工具,专注于 ai-dial、llm、java 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
AI对话管理 是一款基于 Java 开发的开源工具,专注于 ai-dial、llm、java 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/epam/ai-dial-admin-backend cd ai-dial-admin-backend # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 ai-dial-admin-backend --help # 基本运行 ai-dial-admin-backend [options] <input> # 详细使用说明请查阅文档 # https://github.com/epam/ai-dial-admin-backend
# ai-dial-admin-backend 配置说明 # 查看配置选项 ai-dial-admin-backend --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AI_DIAL_ADMIN_BACKEND_CONFIG="/path/to/config.yml"
Admin Panel API for AIDIAL Core. This API exposes REST endpoints to manage dial-core configuration. The system uses a database (H2/PostgreSQL) as persistent storage and includes a scheduled job that produces a JSON file compatible with dial-core config format. This file can be used by aidial-core if listed in the config.files configuration property.
For more information about aidial-core, visit the aidial-core repository or DIAL Documentation.
docker build . -t epam/ai-dial-admin-backend:local
docker run -p 8080:8080 <image:tag>
Verify the installation:
curl -X GET --location "http://localhost:8080/api/v1/health"
Expected response:
{
"status": "UP"
}
Use the predefined setup in docker-compose.yml
#### Start local env
docker-compose up
#### Stop local env
docker-compose down
>📝 Note: > > If there is need to start local env with published image, local image tag should be changed to preferred one > in docker-compose.yml for admin-back container. > > See all published images here.
Complete list of configuration properties can be found here.
The system creates an empty configuration. To utilize existing Dial Core configurations:
The Admin Panel API exposes REST endpoints under the /api/v1 prefix. Sample REST API requests can be found in AdminPanel.http.

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,AI对话管理 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | ai-dial-admin-backend |
| 原始描述 | 开源AI工具:Admin Panel API for AIDIAL Core。⭐6 · Java |
| Topics | ai-dialllmjava |
| GitHub | https://github.com/epam/ai-dial-admin-backend |
| License | Apache-2.0 |
| 语言 | Java |
收录时间:2026-05-27 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。