Interface DirectorySelector


public interface DirectorySelector
Finds a laboratory work directory using an LLM agent.

The agent is given a SourceCodeReader as its tool. It explores the base directory and returns the relative path of the subdirectory matching requested parameters.

  • Method Details