NeuralNotwork commited on
Commit
4557f69
·
verified ·
1 Parent(s): cfffc32

Delete agents/BadAgent.json

Browse files
Files changed (1) hide show
  1. agents/BadAgent.json +0 -28
agents/BadAgent.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "model": "openai:gpt-4o-mini",
3
- "result_type": [
4
- "str"
5
- ],
6
- "system_prompt": "You are a helpful assistant.",
7
- "name": "BadAgent",
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
- "get_st_secrets",
18
- "get_env_vars"
19
- ],
20
- "hf_tools": [
21
- "NeuralNotwork/get-time"
22
- ],
23
- "mcp_servers": [],
24
- "defer_model_check": false,
25
- "end_strategy": "early",
26
- "config_version": "0.0.1",
27
- "repo_id": "NeuralNotwork/extendable-agents"
28
- }