arinpt's picture
CausalGame repro bundle: modified harness (hf provider) + repro scripts
2b9a95b verified
Raw
History Blame Contribute Delete
283 Bytes
"""
Admin module - Admin/Frontend API endpoints.
These endpoints provide FULL visibility:
- HP values (hidden from agent)
- Agility values (hidden from agent)
- SCM configuration
- Experiment management
"""
from .endpoints import router as admin_router
__all__ = ['admin_router']