AgentnessBench / proteus /__main__.py
irregular6612's picture
feat(cp4): CLI (run / list-scenarios / replay) over fake + real providers
c318527
Raw
History Blame Contribute Delete
97 Bytes
"""``python -m proteus`` entry point."""
from proteus.cli import main
raise SystemExit(main())