NeuralNotwork commited on
Commit
372b8eb
·
verified ·
1 Parent(s): 16b352f

Update Agent.json

Browse files
Files changed (1) hide show
  1. agents/Agent.json +25 -0
agents/Agent.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "openai:gpt-4o-mini",
3
+ "result_type": [
4
+ "str"
5
+ ],
6
+ "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",
7
+ "name": "Agent",
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/feedly-mcp feedly-mcp"
20
+ ],
21
+ "defer_model_check": false,
22
+ "end_strategy": "early",
23
+ "config_version": "0.0.1",
24
+ "repo_id": "NeuralNotwork/extendable-agents"
25
+ }