# RubricSnapshot

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/goal_tools/RubricSnapshot)

Read-only rubric view returned by the `get_rubric` tool to the model.

## Signature

```python
RubricSnapshot()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    active: bool,
    criteria: str | None,
    source: RubricSource | None,
    grading_status: str | None,
)
```

| Name | Type |
|------|------|
| `active` | `bool` |
| `criteria` | `str \| None` |
| `source` | `RubricSource \| None` |
| `grading_status` | `str \| None` |


## Properties

- `active`
- `criteria`
- `source`
- `grading_status`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/e14e0adcbe78565ed3650e7f24b2a775d5437d25/libs/code/deepagents_code/goal_tools.py#L67)