MCPcopy Create free account
hub / github.com/FinStep-AI/ContestTrade / set_current_task

Method set_current_task

cli/main.py:173–175  ·  view source on GitHub ↗

设置当前任务

(self, task: str)

Source from the content-addressed store, hash-verified

171 self.agent_status[agent_name] = status
172
173 def set_current_task(self, task: str):
174 """设置当前任务"""
175 self.current_task = task
176
177 def set_progress_info(self, info: str):
178 """设置进度信息"""

Callers 2

run_with_events_captureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected