-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdrd.json
109 lines (109 loc) · 3.82 KB
/
drd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"project_name": "",
"last_updated": "2024-07-24T12:28:30.734249",
"files": [
{
"filename": "data_neuron/__init__.py",
"type": "python package initializer",
"content_preview": "# empty file",
"description": "initializer for python package data_neuron, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "data_neuron/cli.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "source file in the data_neuron package, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "data_neuron/context_loader.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "source file in the data_neuron package, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "data_neuron/llm_processor.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "source file in the data_neuron package, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "data_neuron/query_executor.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "source file in the data_neuron package, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "data_neuron/config.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "source file in the data_neuron package, located in the data_neuron directory",
"exports": "None"
},
{
"filename": "tests/__init__.py",
"type": "python package initializer",
"content_preview": "# empty file",
"description": "initializer for python package tests, located in the tests directory",
"exports": "None"
},
{
"filename": "tests/test_cli.py",
"type": "python source file",
"content_preview": "# empty file",
"description": "unittest file for cli module in the data_neuron package, located in the tests directory",
"exports": ""
},
{
"filename": "tests/test_context_loader.py",
"type": "python test file",
"content_preview": "# empty file",
"description": "unittest file for context_loader module in the data_neuron package, located in the tests directory",
"exports": "None"
},
{
"filename": "tests/test_llm_processor.py",
"type": "python test file",
"content_preview": "# empty file",
"description": "unittest file for llm_processor module in the data_neuron package, located in the tests directory",
"exports": "None"
},
{
"filename": "tests/test_query_executor.py",
"type": "python test file",
"content_preview": "# empty file",
"description": "unittest file for query_executor module in the data_neuron package, located in the tests directory",
"exports": "None"
},
{
"filename": "pyproject.toml",
"type": "TOML configuration file",
"content_preview": "# empty file",
"description": "TOML configuration file for the data_neuron project, located in the root directory",
"exports": "None"
},
{
"filename": "README.md",
"type": "markdown documentation file",
"content_preview": "# empty file",
"description": "Readme file for the data_neuron project, located in the root directory",
"exports": "None"
},
{
"filename": ".gitignore",
"type": "gitignore file",
"content_preview": "# empty file",
"description": "ignores patterns specified in the gitignore file for the data_neuron project, located in the root directory",
"exports": "None"
}
],
"dev_server": {
"start_command": "",
"framework": "",
"language": ""
}
}