fermilink.drvloop.instructions module

class fermilink.drvloop.instructions.DrvloopInstructionFiles[source]

Bases: object

DrvloopInstructionFiles(agents_path: ‘Path’, alias_paths: ‘tuple[Path, …]’)

__init__(agents_path, alias_paths)
Parameters:
  • agents_path (Path)

  • alias_paths (tuple[Path, ...])

Return type:

None

agents_path: Path
alias_paths: tuple[Path, ...]
fermilink.drvloop.instructions.materialize_drvloop_instructions(repo_dir)[source]

Copy drvloop agent guidance into a workspace without any git setup.

Parameters:

repo_dir (Path)

Return type:

DrvloopInstructionFiles