Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class MultiStepEnv(ABC):
def __init__( self, extractor: BaseExtractor, max_steps: Optional[int] = None, **kwargs ):
def _get_initial_state(self):
def _get_next_observation(self):
def _get_terminal_observation(self):
def is_done(self):
def _is_done(self):
def metadata(self):
def current_step(self):