matuteiglesias commited on
Commit
0d362a9
·
verified ·
1 Parent(s): 383b5df

Delete config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +0 -19
config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "name": "demo_agent",
3
- "description": [
4
- "You are an academic research assistant. ",
5
- "Help users find relevant research papers, summarize key findings, and generate potential research questions."
6
- ],
7
- "tools": [
8
- "demo_author/arxiv"
9
- ],
10
- "meta": {
11
- "author": "demo_author",
12
- "version": "0.0.1",
13
- "license": "CC0"
14
- },
15
- "build": {
16
- "entry": "agent.py",
17
- "module": "DemoAgent"
18
- }
19
- }