Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
dia-gov
/
AgentGPT-Web-GUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AgentGPT-Web-GUI
/
next
/
src
/
services
/
agent
/
analysis.ts
dia-gov
Upload 569 files
cd6f98e
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
128 Bytes
export
type
Analysis
= {
reasoning
:
string
;
action
:
"reason"
|
"search"
|
"wikipedia"
|
"image"
|
"code"
;
arg
:
string
;
};