Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
opendigital
/
agent-flow
like
0
Follow
OpenDigital
1
Model card
Files
Files and versions
xet
Community
main
agent-flow
/
src
/
backend
/
base
/
langflow
/
services
/
database
/
models
/
flow
/
schema.py
truthtaicom
Upload folder using huggingface_hub
4b0794d
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
95 Bytes
from
enum
import
Enum
class
Tags
(
str
, Enum):
CHATBOTS =
"chatbots"
AGENTS =
"agents"