waitkeeper

Results 2 issues of waitkeeper

``` D:\gopath\src\github.com\hyperledger\cello>go build cmd/main.go import cycle not allowed package main imports github.com/hyperledger/cello/cmd/cmd imports github.com/hyperledger/cello/cmd/cmd ``` ``` D:\gopath\src\github.com\hyperledger\cello>go version go version go1.14.7 windows/amd64 ``` ## Expected Behavior ## Current Behavior ##...

NAG_REMINDER 加入上下文为什么放在main()而不是agent_loop()中呢? main 函数一个循环就是一次任务,任务都结束了,还加入上下文提示有什么用呢?