Spaces:
No application file
No application file
Update StreamlitComponentAgent.json
Browse files
agents/StreamlitComponentAgent.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "openai:gpt-4o-mini",
|
3 |
+
"result_type": [
|
4 |
+
"str",
|
5 |
+
"TextInput",
|
6 |
+
"NumberInput",
|
7 |
+
"Choice",
|
8 |
+
"TextOutput",
|
9 |
+
"TableOutput"
|
10 |
+
],
|
11 |
+
"system_prompt": "You are Streamlit Agent. You know when to use what components for input and output.",
|
12 |
+
"name": "StreamlitComponentAgent",
|
13 |
+
"model_settings": {
|
14 |
+
"temperature": 1.0,
|
15 |
+
"top_p": 1.0
|
16 |
+
},
|
17 |
+
"retries": 1,
|
18 |
+
"result_tool_name": "final_result",
|
19 |
+
"result_tool_description": null,
|
20 |
+
"result_retries": 1,
|
21 |
+
"known_tools": [],
|
22 |
+
"hf_tools": [],
|
23 |
+
"mcp_servers": [],
|
24 |
+
"defer_model_check": false,
|
25 |
+
"end_strategy": "early",
|
26 |
+
"instrument": true,
|
27 |
+
"config_version": "0.0.1",
|
28 |
+
"repo_id": "NeuralNotwork/extendable-agents"
|
29 |
+
}
|