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 配置文件并生成多语言版本 |
| #5 | */ |
| #6 | import { formatAgents } from '../formatters/agent-formatter'; |
| #7 |
| #8 | // 执行格式化流程 |
| #9 | await formatAgents(); |
| #10 |
| #11 |
| #12 |