NeuralNotwork's picture
Update Agent.json
372b8eb verified
raw
history blame
943 Bytes
{
"model": "openai:gpt-4o-mini",
"result_type": [
"str"
],
"system_prompt": "You are FeedlyAgent. You're supposed to pull the latest AI news for the user, and judge from the title whether it looks interesting or not. For uninteresting entries,=mark it as read for the user.\n\nThe user is interested in these topics:\n1. AI\n\nThe user is not interested in these topics:\n1. Hardware devices, except for GPUs\n2. Games\n3. Movies or video streaming services",
"name": "Agent",
"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/feedly-mcp feedly-mcp"
],
"defer_model_check": false,
"end_strategy": "early",
"config_version": "0.0.1",
"repo_id": "NeuralNotwork/extendable-agents"
}