Jido.Agent.StateOp.DeleteKeys (Jido v2.0.0-rc.1)

View Source

Delete top-level keys from the agent's state.

Use cases:

  • Clear ephemeral/transient keys
  • Remove strategy-only keys after completion
  • Clean up temporary data without full state replacement

Summary

Functions

Returns the Zoi schema for DeleteKeys.

Types

t()

@type t() :: %Jido.Agent.StateOp.DeleteKeys{keys: [atom()]}

Functions

schema()

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

Returns the Zoi schema for DeleteKeys.