MCPcopy
hub / github.com/TauricResearch/TradingAgents / update_agent_status

Method update_agent_status

cli/main.py:168–171  ·  view source on GitHub ↗
(self, agent, status)

Source from the content-addressed store, hash-verified

166 self.tool_calls.append((timestamp, tool_name, args))
167
168 def update_agent_status(self, agent, status):
169 if agent in self.agent_status:
170 self.agent_status[agent] = status
171 self.current_agent = agent
172
173 def update_report_section(self, section_name, content):
174 if section_name in self.report_sections:

Callers 3

update_analyst_statusesFunction · 0.80
run_analysisFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected