OnAgentStart Agent 启动时回调
(ctx context.Context, agentID string)
| 94 | |
| 95 | // OnAgentStart Agent 启动时回调 |
| 96 | OnAgentStart(ctx context.Context, agentID string) error |
| 97 | |
| 98 | // OnAgentStop Agent 停止时回调 |
| 99 | OnAgentStop(ctx context.Context, agentID string) error |
no outgoing calls
no test coverage detected