Jido.Agent.StateOp.DeleteKeys (Jido v2.0.0-rc.1)
View SourceDelete 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
Types
@type t() :: %Jido.Agent.StateOp.DeleteKeys{keys: [atom()]}
Functions
@spec schema() :: Zoi.schema()
Returns the Zoi schema for DeleteKeys.