Spaces:
Running
Running
Joseph Pollack
commited on
Commit
·
6fbbcda
1
Parent(s):
5affb13
adds scaffolding
Browse files- README.md +3 -2
- requirements.txt +1 -0
- src/agent_factory/agents.py +0 -0
- src/agent_factory/judges.py +0 -0
- src/app.py +0 -0
- src/orchestrator.py +0 -0
- src/tools/code_execution.py +0 -0
- src/tools/websearch.py +0 -0
- src/utils/dataloaders.py +0 -0
- src/utils/parsers.py +0 -0
README.md
CHANGED
|
@@ -5,10 +5,11 @@ colorFrom: blue
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.0.0
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: Deep Search for Critical Research [BigData] -> [Actionable]
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.0.0
|
| 8 |
+
app_file: src/app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
short_description: Deep Search for Critical Research [BigData] -> [Actionable]
|
| 12 |
---
|
| 13 |
|
| 14 |
+
### DeepCritical
|
| 15 |
+
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
deepcritical
|
src/agent_factory/agents.py
ADDED
|
File without changes
|
src/agent_factory/judges.py
ADDED
|
File without changes
|
src/app.py
ADDED
|
File without changes
|
src/orchestrator.py
ADDED
|
File without changes
|
src/tools/code_execution.py
ADDED
|
File without changes
|
src/tools/websearch.py
ADDED
|
File without changes
|
src/utils/dataloaders.py
ADDED
|
File without changes
|
src/utils/parsers.py
ADDED
|
File without changes
|