MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / getDocString

Route getDocString

src/environment/quickbacktest_environment.py:None–None  ·  view source on GitHub ↗
ecp.action(name="getDocString",description="""Get the docstring of a trading module in the environment.
            Args:
                module_name (str): The name of the module to get the docstring

Source from the content-addressed store, hash-verified

1from typing import Any, Dict, Any, Dict, List, Literal, Optional, Union
2from pydantic import Field, ConfigDict
3from src.logger import logger
4from src.environment.server import ecp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected