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
/
models
/
agent_model.py
ruv
first commit
215f78b
unverified
9 months ago
raw
Copy download link
history
blame
Safe
153 Bytes
# Placeholder for agent data model
class
Agent
:
def
__init__
(
self, name, agent_type
):
self.name = name
self.agent_type = agent_type