Skip to main content

CLI Only Mode

TaskWeaver's CLI-only mode enables users to effortlessly communicate with the Command Line Interface (CLI) using natural language. CodeInterpreter generates CLI commands, such as bash or PowerShell to address the user's needs. This mode allows users to operate your system by simply chatting with the command line in natural language!

Demo

How to enable

Just add the following configuration to the project configuration file taskweaver_config.json:

{
"session.roles": ["code_interpreter_cli_only"]
}

Please refer to the session documentation for more details.