> For the complete documentation index, see [llms.txt](https://planetz.gitbook.io/planetz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planetz.gitbook.io/planetz/ja/gotono/logs-and-summary.md).

# 実行ログとサマリー

> Status: 製品紹介 · 対象バージョン 0.1.x ｜ ラベルは実機で確認のこと

## このページの内容

実際に何が起きたかを追える 2 つのビュー——実行の詳細なイベント列を見る **Log**、多数の実行にわたる結果を見る **Summary**。

***

## Log — 詳細なイベント列

**Execution log**（実行ログ）ビューは、実行イベントを起きるそばから表示します。ログを検索でき、**time window（期間）**・**event type（イベント種別）**・**task status（タスク状態）**・\*\*executor（実行者）\*\*でフィルタできます。エージェントが何をしたかを段階的に正確に見たいとき——そのプラン、その操作、ワークフローのどこにいるか——に使います。

> 要点は、理解（comprehension）がモデルの中に埋もれず、あなたの手元に留まることです。\*「このエージェントは今、何を、なぜしているのか」\*にいつでも答えられます。

## Summary — 結果を一目で

**Execution summary**（実行サマリー）ビューは、選んだ期間内の完了した実行について、**タスク単位の結果**をまとめます。個々のログをすべて読むのではなく、艦隊全体の調子——何が成功し、何が失敗し、どこに注意が要るか——を見るのに使います。

## ループの中での位置づけ

ログとサマリーは、Planetz の**事後対応**の半分への窓です。エージェントは自由に走り、あなたは実際に起きたことに反応する。[Decisions](/planetz/ja/gotono/decisions.md) と合わせて、実行をブラックボックスから、レビューし・判断し・学べるものに変えます。[ハーネス](/planetz/ja/tonarue/harness-governance.md) を参照。

## 次に読む

* [Decisions](/planetz/ja/gotono/decisions.md) — 実行が下した個々の判断をレビューする。
* [タスク Deck](/planetz/ja/gotono/task-deck.md) — 実行が始まる場所。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://planetz.gitbook.io/planetz/ja/gotono/logs-and-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
