# `Jido.Agent.StateOp.SetState`
[🔗](https://github.com/agentjido/jido/blob/v2.3.0/lib/jido/agent/state_op.ex#L43)

Deep merge attributes into the agent's state.

Uses `DeepMerge.deep_merge/2` semantics - nested maps are merged recursively.

# `t`

```elixir
@type t() :: %Jido.Agent.StateOp.SetState{attrs: map()}
```

# `schema`

```elixir
@spec schema() :: Zoi.schema()
```

Returns the Zoi schema for SetState.
