extendable-agents / agents /StreamlitAgent.json
NeuralNotwork's picture
Update StreamlitAgent.json
824d8c4 verified
raw
history blame contribute delete
624 Bytes
{
"model": "openai:gpt-4o-mini",
"result_type": [
"str"
],
"system_prompt": "",
"name": "StreamlitAgent",
"model_settings": {
"temperature": 1.0,
"top_p": 1.0
},
"retries": 1,
"result_tool_name": "final_result",
"result_tool_description": null,
"result_retries": 1,
"known_tools": [],
"hf_tools": [],
"mcp_servers": [
"uvx --from git+https://github.com/ShaojieJiang/aic-core@feature/AIC-92-streamlit-mcp streamlit-mcp"
],
"defer_model_check": false,
"end_strategy": "early",
"instrument": true,
"config_version": "0.0.1",
"repo_id": "NeuralNotwork/extendable-agents"
}