agentbench / agent_bench /__init__.py
Nomearod's picture
fix: add __version__ to package init for CI smoke test
a6e2a9c
raw
history blame contribute delete
92 Bytes
"""Evaluation-first agentic RAG system built from API primitives."""
__version__ = "0.1.0"