mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-08-11 09:43:39 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com> Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
72 lines
2.4 KiB
Markdown
72 lines
2.4 KiB
Markdown
---
|
|
title: Tasks
|
|
description: Review and manage individual tasks across all Eigent projects.
|
|
icon: list-check
|
|
---
|
|
|
|
The Tasks dashboard provides a cross-project view of every request submitted to Eigent. Use it to find work by prompt, status, or date when you do not need to browse the project hierarchy first.
|
|
|
|
## Find a task
|
|
|
|
1. In the Home dashboard, select **Tasks**.
|
|
2. Search for text from the original request.
|
|
3. Optional: Sort by created time, updated time, or name.
|
|
4. Select the task to open its containing project.
|
|
|
|
Task search matches the request text. The project and Space labels identify where the task belongs.
|
|
|
|
> **Screenshot placeholder:** Add a screenshot of the Tasks dashboard in list view with prompt, project, Space, date, and status visible.
|
|
|
|
## Understand task status
|
|
|
|
Tasks can move through the following states:
|
|
|
|
- **Pending:** The request exists but execution has not started.
|
|
- **Planning:** Eigent is preparing or splitting the task.
|
|
- **Running:** One or more agents are working.
|
|
- **Paused:** Execution is temporarily stopped.
|
|
- **Awaiting review:** Eigent needs user input, confirmation, or plan approval.
|
|
- **Completed:** The task reached a successful final state.
|
|
- **Failed:** Execution ended with an error.
|
|
|
|
Status names can vary slightly between the dashboard and live session, but they represent the same task lifecycle.
|
|
|
|
## Pause an ongoing task
|
|
|
|
1. Find the running task.
|
|
2. Open its task actions.
|
|
3. Select **Pause**.
|
|
|
|
Eigent records elapsed time and sends a pause request to the active task.
|
|
|
|
## Resume a paused task
|
|
|
|
1. Find the paused task.
|
|
2. Open its task actions.
|
|
3. Select **Resume**.
|
|
|
|
The task returns to a running state and continues from its preserved context when supported.
|
|
|
|
## Share a task
|
|
|
|
1. Open the actions for a completed task.
|
|
2. Select **Share**.
|
|
3. Copy the generated link.
|
|
|
|
Review the shared content before distributing the link. Shared tasks can contain prompts, outputs, and project context.
|
|
|
|
## Delete a task
|
|
|
|
1. Open the task actions.
|
|
2. Select **Delete**.
|
|
3. Confirm the deletion.
|
|
|
|
Deleting a task removes it from task history and its containing project. Save required outputs first.
|
|
|
|
> **Video placeholder:** Add a short MP4 showing task search, pause, resume, and share actions. Include captions.
|
|
|
|
## Related guides
|
|
|
|
- [Sessions](/projects/sessions)
|
|
- [Project runs](/core/project-runs)
|
|
- [Views and search](/dashboard/views-and-search)
|