Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sebastiangmz
/
CodeRAG
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
42f5b98
CodeRAG
/
coderag
/
api
/
__init__.py
Sebastiangmz
Update to v0.1.2
42f5b98
about 1 month ago
raw
Copy download link
history
blame
Safe
119 Bytes
"""API module: REST endpoints for programmatic access."""
from
coderag.api.routes
import
router
__all__ = [
"router"
]