fermilink.cli.commands.sessions module

fermilink.cli.commands.sessions.cmd_chat(args)[source]

Run interactive chat mode.

Dependency note: - This command shares the same routing and execution stack as exec. - Routing/overlay behavior is resolved through the same helpers used by exec.

Parameters:

args (Namespace)

Return type:

int

fermilink.cli.commands.sessions.cmd_exec(args)[source]

Run single-turn execution mode.

Dependency note: - This is the base execution primitive reused by chat and loop.

Parameters:

args (Namespace)

Return type:

int

fermilink.cli.commands.sessions.cmd_loop(args)[source]

Run autonomous loop mode.

Dependency note: - loop reuses the same routing + execution pathway as exec. - research/reproduce orchestration depends on this command for task execution.

Parameters:

args (Namespace)

Return type:

int