NeuralNotwork commited on
Commit
03f44bf
·
verified ·
1 Parent(s): 69a44bc

Update FeedlyAgent.json

Browse files
Files changed (1) hide show
  1. agents/FeedlyAgent.json +23 -0
agents/FeedlyAgent.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.",
7
+ "name": "FeedlyAgent",
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
+ "defer_model_check": false,
20
+ "end_strategy": "early",
21
+ "config_version": "0.0.1",
22
+ "repo_id": "NeuralNotwork/extendable-agents"
23
+ }