Core Concepts
Project
A Project corresponds to either a local folder on your machine or a directory on a remote server. It can be a code repository, a design workspace, or any environment where you want Manager to participate.
Task (or Session)
Each time you assign work to Manager, a new task is created.
Task States
A task has four possible states:| State | Description |
|---|---|
| Running | The agent is actively executing the task |
| Pending | The task is queued and has not started yet |
| Completed | The task has finished execution |
| Error | The task encountered an issue during execution |
Add a Local Project
Open the Projects panel
Open the Manager main interface and click the Projects icon in the top-right toolbar to open the project panel.
Connect to a Remote Project (SSH)
Configure the connection
Enter the remote server address, username, and key path to configure the connection.