Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opendigital
/
agent-flow
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
agent-flow
/
src
/
backend
/
base
/
langflow
/
services
/
database
/
models
/
flow
/
schema.py
Tai Truong
fix readme
d202ada
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
from
enum
import
Enum
class
Tags
(
str
, Enum):
CHATBOTS =
"chatbots"
AGENTS =
"agents"