adk_eval_environment_simulator behaviour (erlang_adk v0.10.0)
View SourceBehaviour for bounded evaluation environment simulators.
Environment simulators model effects such as a clock, database, or remote service without granting the evaluated agent a real production capability. Implementations are operator-selected Erlang modules, never names supplied by an untrusted evaluation document.
Summary
Types
Callbacks
-callback handle_effect(Effect :: map(), State :: term(), Context :: map(), Config :: map()) -> effect_result().