MCPcopy Create free account
hub / github.com/astercloud/aster / printHelp

Function printHelp

examples/agent-working-memory/main.go:260–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func printHelp() {
261 fmt.Println("\n" + strings.Repeat("=", 60))
262 fmt.Println("📖 可用命令")
263 fmt.Println(strings.Repeat("-", 60))
264 fmt.Println("auto - 运行自动演示")
265 fmt.Println("status - 查看 Agent 状态")
266 fmt.Println("help - 显示此帮助")
267 fmt.Println("quit - 退出程序")
268 fmt.Println(strings.Repeat("=", 60))
269}

Callers 1

runDemoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected