Spaces:
Sleeping
Sleeping
Charles Azam
commited on
Commit
·
6d4e82b
1
Parent(s):
4a7db54
feat: add todo
Browse files- README.md +27 -9
- src/deepengineer/deepsearch/__init__.py +0 -0
README.md
CHANGED
@@ -49,12 +49,30 @@ The minimum tools needed are:
|
|
49 |
- Deepseek (LLM)
|
50 |
- Perplexity / Talily / Wikipedia / Arxiv
|
51 |
|
52 |
-
#
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
- Deepseek (LLM)
|
50 |
- Perplexity / Talily / Wikipedia / Arxiv
|
51 |
|
52 |
+
# Objectives:
|
53 |
+
|
54 |
+
Webcrawler:
|
55 |
+
- [x] functions for linkup and tavily
|
56 |
+
- [x] function for wikipedia
|
57 |
+
- [x] function for arxiv
|
58 |
+
- [x] function for pubmed
|
59 |
+
- [x] function for sciencedirect
|
60 |
+
- [x] function for pdfs
|
61 |
+
- [x] function for markdown
|
62 |
+
|
63 |
+
Markdown reader:
|
64 |
+
- [ ] Agent that can work with markdown sources
|
65 |
+
|
66 |
+
Agents:
|
67 |
+
- [ ] Webcrawler agent
|
68 |
+
- [ ] Markdown reader agent
|
69 |
+
- [ ] Drawing agent
|
70 |
+
- [ ] Scientific coding agent
|
71 |
+
- [ ] Deepsearch Agent
|
72 |
+
|
73 |
+
## Todo:
|
74 |
+
|
75 |
+
- [x] Having the minimal web tools working
|
76 |
+
- [ ] Running the deepsearch agent from smolagents using my web tools
|
77 |
+
- [ ] Deploying the deepsearch agent on a server
|
78 |
+
- [ ] Adding more tools
|
src/deepengineer/deepsearch/__init__.py
ADDED
File without changes
|