Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
ZHZ1024
/
dify
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e26861f
dify
/
api
/
core
/
entities
/
agent_entities.py
Severian
initial commit
a8b3f00
3 months ago
raw
Copy download link
history
blame
Safe
166 Bytes
from
enum
import
Enum
class
PlanningStrategy
(
Enum
):
ROUTER =
"router"
REACT_ROUTER =
"react_router"
REACT =
"react"
FUNCTION_CALL =
"function_call"