# AgentContext

> **Class** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/schemas/AgentContext)

An agent pulled from hub.

## Signature

```python
AgentContext()
```

## Extends

- `BaseModel`

## Properties

- `commit_id`
- `commit_hash`
- `files`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/848fe0853dceb64d90103ba47df94a7279e2fef9/python/langsmith/schemas.py#L1169)