{"library":"strands-agents-evals","title":"Strands Agents Evals","type":"library","description":"Evaluation framework for Strands agents. Current version 0.1.16, pre-1.0 rapid development; new releases weekly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install strands-agents-evals"],"cli":null},"imports":["from strands_agents_evals import Evaluation","from strands_agents_evals import eval_function"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/strands-agents-evals/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from strands_agents_evals import Evaluation\n\nresult = Evaluation.run(\n    agent_name=\"my_agent\",\n    dataset=[\"test input\"],\n    metrics=[\"accuracy\"]\n)\nprint(result)","lang":"python","description":"Runs an evaluation using the default configuration.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}