Chirag0123's picture
v2.0 — agent reliability & evaluation layer
a5c1fa0
raw
history blame contribute delete
214 Bytes
# TODO: implement validate_input decorator
# Should take a schema dict {field_name: expected_type}
# Should validate the first argument of the decorated function
# Raise ValueError on missing fields or wrong types