refactor: rename platform from 低代码智能体平台 to 天工智能体平台

The platform has evolved from a low-code workflow engine to an autonomous
agent platform with ReAct runtime, multi-agent marketplace, persistent
memory, multimodal tools, and multi-channel integration.

"天工" (Tiangong) draws from 《天工开物》- the wonders of nature and human
ingenuity, reflecting the platform's purpose: empowering users to create
and orchestrate AI agents as masterfully as nature creates all things.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
renjianbo
2026-05-08 00:44:27 +08:00
parent 355cb66050
commit 10ee7ee625
23 changed files with 38 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
# 低代码智能体平台启动脚本
# 天工智能体平台启动脚本
echo "🚀 启动低代码智能体平台..."
echo "🚀 启动天工智能体平台..."
echo ""
# 检查Docker是否运行

View File

@@ -1,6 +1,6 @@
@echo off
echo ==============================================
echo 低代码智能体平台 - Windows 启动脚本
echo 天工智能体平台 - Windows 启动脚本
echo ==============================================
echo.

View File

@@ -1,7 +1,7 @@
# 低代码智能体平台 - Windows PowerShell 启动脚本
# 天工智能体平台 - Windows PowerShell 启动脚本
Write-Host "==============================================" -ForegroundColor Cyan
Write-Host "低代码智能体平台 - Windows 启动脚本" -ForegroundColor Cyan
Write-Host "天工智能体平台 - Windows 启动脚本" -ForegroundColor Cyan
Write-Host "==============================================" -ForegroundColor Cyan
Write-Host ""

View File

@@ -1,8 +1,8 @@
#!/bin/bash
# 低代码智能体平台停止脚本
# 天工智能体平台停止脚本
echo "🛑 停止低代码智能体平台服务..."
echo "🛑 停止天工智能体平台服务..."
docker-compose -f docker-compose.dev.yml down