Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruv
/
agentic-employment
like
20
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9dbeda1
agentic-employment
/
backend
/
app
/
routes
/
agent.py
ruv
first commit
215f78b
unverified
9 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
from
fastapi
import
APIRouter
router = APIRouter()
@router.get(
"/agents"
)
async
def
get_agents
():
return
{
"message"
:
"List of agents"
}