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