Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ar08
/
zzz
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2bc414a
zzz
/
openhands
/
agenthub
/
codeact_agent
/
__init__.py
ar08
Upload 1040 files
246d201
verified
3 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
from
openhands.agenthub.codeact_agent.codeact_agent
import
CodeActAgent
from
openhands.controller.agent
import
Agent
Agent.register(
'CodeActAgent'
, CodeActAgent)