diff --git a/docs/ar/concepts/checkpointing.mdx b/docs/ar/concepts/checkpointing.mdx index d5e45ae0e..c1ea7f2e4 100644 --- a/docs/ar/concepts/checkpointing.mdx +++ b/docs/ar/concepts/checkpointing.mdx @@ -271,17 +271,34 @@ mode: "wide" crewai checkpoint --location ./.checkpoints.db ``` - - Checkpoint TUI + + Checkpoint TUI tree view - اللوحة اليسرى تجمع نقاط الحفظ حسب الفرع؛ التفرعات تتداخل تحت أبيها. اختيار نقطة حفظ يعرض بياناتها الوصفية وحالة الكيان وتقدم المهام. **Resume** يكمل التشغيل؛ **Fork** يبدأ فرعا جديدا. + اللوحة اليسرى تجمع نقاط الحفظ حسب الفرع؛ التفرعات تتداخل تحت أبيها. اختيار نقطة حفظ يفتح لوحة التفاصيل مع بياناتها الوصفية وحالة الكيان وتقدم المهام. **Resume** يكمل التشغيل؛ **Fork** يبدأ فرعا جديدا. + + + Checkpoint detail overview tab + لوحة التفاصيل تعرض منطقتين قابلتين للتحرير: - **Inputs** — مدخلات الـ kickoff الأصلية، معبأة مسبقا وقابلة للتحرير. + + + Editable kickoff inputs + + - **مخرجات المهام** — مخرجات المهام المكتملة. تحرير مخرج والضغط على **Fork** يبطل المهام التابعة لتعاد بالسياق المعدل. + + Editable task outputs + + + + Fork confirmation panel + + مفيد لاستكشاف "ماذا لو": تفرع، عدل، راقب. diff --git a/docs/en/concepts/checkpointing.mdx b/docs/en/concepts/checkpointing.mdx index 4b8cd5f6a..87f73f776 100644 --- a/docs/en/concepts/checkpointing.mdx +++ b/docs/en/concepts/checkpointing.mdx @@ -271,17 +271,34 @@ This walkthrough takes ~5 minutes. You will run a two-task crew, kill it midway, crewai checkpoint --location ./.checkpoints.db ``` - - Checkpoint TUI + + Checkpoint TUI tree view - The left panel groups checkpoints by branch; forks nest under their parent. Selecting a checkpoint shows its metadata, entity state, and task progress. **Resume** continues the run; **Fork** starts a new branch. + The left panel groups checkpoints by branch; forks nest under their parent. Selecting a checkpoint opens the detail panel with metadata, entity state, and task progress. **Resume** continues the run; **Fork** starts a new branch. + + + Checkpoint detail overview tab + The detail panel exposes two editable areas: - **Inputs** — original kickoff inputs, pre-filled and editable. + + + Editable kickoff inputs + + - **Task outputs** — outputs of completed tasks. Editing an output and hitting **Fork** invalidates downstream tasks so they re-run against the modified context. + + Editable task outputs + + + + Fork confirmation panel + + Useful for "what if" exploration: fork, tweak, observe. diff --git a/docs/images/checkpoint-tui-detail-inputs.png b/docs/images/checkpoint-tui-detail-inputs.png new file mode 100644 index 000000000..297eb5e46 Binary files /dev/null and b/docs/images/checkpoint-tui-detail-inputs.png differ diff --git a/docs/images/checkpoint-tui-detail-overview.png b/docs/images/checkpoint-tui-detail-overview.png new file mode 100644 index 000000000..2402fab5b Binary files /dev/null and b/docs/images/checkpoint-tui-detail-overview.png differ diff --git a/docs/images/checkpoint-tui-detail-tasks.png b/docs/images/checkpoint-tui-detail-tasks.png new file mode 100644 index 000000000..2e74a7ec7 Binary files /dev/null and b/docs/images/checkpoint-tui-detail-tasks.png differ diff --git a/docs/images/checkpoint-tui-details-fork.png b/docs/images/checkpoint-tui-details-fork.png new file mode 100644 index 000000000..4c141ffaf Binary files /dev/null and b/docs/images/checkpoint-tui-details-fork.png differ diff --git a/docs/images/checkpoint-tui-tree.png b/docs/images/checkpoint-tui-tree.png new file mode 100644 index 000000000..2e1f657be Binary files /dev/null and b/docs/images/checkpoint-tui-tree.png differ diff --git a/docs/ko/concepts/checkpointing.mdx b/docs/ko/concepts/checkpointing.mdx index f880681ab..593b8fa3d 100644 --- a/docs/ko/concepts/checkpointing.mdx +++ b/docs/ko/concepts/checkpointing.mdx @@ -271,17 +271,34 @@ CrewAI에는 두 가지 프로바이더가 포함되어 있습니다: crewai checkpoint --location ./.checkpoints.db ``` - - Checkpoint TUI + + Checkpoint TUI tree view - 왼쪽 패널은 체크포인트를 브랜치별로 그룹화하며, 포크는 부모 아래에 중첩됩니다. 체크포인트를 선택하면 메타데이터, 엔티티 상태, 태스크 진행 상황이 표시됩니다. **Resume**은 실행을 계속하고, **Fork**는 새 브랜치를 시작합니다. + 왼쪽 패널은 체크포인트를 브랜치별로 그룹화하며, 포크는 부모 아래에 중첩됩니다. 체크포인트를 선택하면 메타데이터, 엔티티 상태, 태스크 진행 상황이 있는 세부 정보 패널이 열립니다. **Resume**은 실행을 계속하고, **Fork**는 새 브랜치를 시작합니다. + + + Checkpoint detail overview tab + 세부 정보 패널에는 두 개의 편집 가능한 영역이 있습니다: - **Inputs** — 원래 kickoff의 입력으로, 미리 채워져 있으며 편집 가능합니다. + + + Editable kickoff inputs + + - **태스크 출력** — 완료된 태스크의 출력. 출력을 편집하고 **Fork**를 누르면 다운스트림 태스크가 무효화되어 수정된 컨텍스트로 다시 실행됩니다. + + Editable task outputs + + + + Fork confirmation panel + + "what if" 탐색에 유용합니다: 포크, 조정, 관찰. diff --git a/docs/pt-BR/concepts/checkpointing.mdx b/docs/pt-BR/concepts/checkpointing.mdx index ba6130063..d082f5289 100644 --- a/docs/pt-BR/concepts/checkpointing.mdx +++ b/docs/pt-BR/concepts/checkpointing.mdx @@ -271,17 +271,34 @@ Este passo a passo leva cerca de 5 minutos. Voce executara uma crew de duas tare crewai checkpoint --location ./.checkpoints.db ``` - - Checkpoint TUI + + Checkpoint TUI tree view - O painel esquerdo agrupa checkpoints por branch; forks aninham sob seu pai. Selecionar um checkpoint mostra seus metadados, estado da entidade e progresso das tarefas. **Resume** continua a execucao; **Fork** inicia uma nova branch. + O painel esquerdo agrupa checkpoints por branch; forks aninham sob seu pai. Selecionar um checkpoint abre o painel de detalhes com metadados, estado da entidade e progresso das tarefas. **Resume** continua a execucao; **Fork** inicia uma nova branch. + + + Checkpoint detail overview tab + O painel de detalhes expoe duas areas editaveis: - **Inputs** — os inputs originais do kickoff, preenchidos e editaveis. + + + Editable kickoff inputs + + - **Saidas das tarefas** — saidas das tarefas concluidas. Editar uma saida e pressionar **Fork** invalida tarefas downstream para que sejam reexecutadas com o contexto modificado. + + Editable task outputs + + + + Fork confirmation panel + + Util para exploracao de cenarios: fork, ajuste, observe.