repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #2 | /** |
| #3 | * 构建命令 |
| #4 | * 用于构建所有语言版本的 Agent 文件和 Schema |
| #5 | */ |
| #6 | import { agentBuilder } from '../builders/agent-builder'; |
| #7 |
| #8 | // 执行构建流程 |
| #9 | await agentBuilder.run(); |
| #10 |
| #11 |
| #12 |