OS-Copilot / OS-Copilot

An self-improving embodied conversational agent seamlessly integrated into the operating system to automate our daily tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature]: Extend OS-Copilot Compatibility to Windows Systems

hccngu opened this issue · comments

Is your feature request related to a problem? Please describe.

The current OS-Copilot cannot run on Windows systems.

Describe the solution you'd like

We hope to extend OS-Copilot to Windows systems.

The Planner/Critic modules do not include system-level operations, so they do not need to be migrated and are already compatible with Windows. Other parts can be migrated gradually:

  1. Migration of the Generator module to Windows: The generated Python code should be universal, but there are significant differences in bash commands between macOS/Linux and Windows. It may be necessary to include some examples in the generator prompt.

  2. Migration of the Executor module to Windows: This is the most complex part. The main task is to modify files such as env.py to change the logic of executing Python code and bash commands to be compatible with Windows.

Describe alternatives you've considered

Alternatively, we could start with light_friday, which is simpler and relatively easier to migrate to Windows.

Additional context

None.