Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
+
# ShrewdAgent
|
| 2 |
+
|
| 3 |
+
This is an AI assistant powered by LangChain, LangGraph, and GPT-4o. It uses tool-calling to answer user questions via various plugins (Wikipedia, YouTube transcript, Python code execution, Excel parsing, etc.).
|
| 4 |
+
|
| 5 |
+
## How to Use
|
| 6 |
+
|
| 7 |
+
Type a question into the input field and click "Submit". The agent will select the best tool and return a concise answer.
|
| 8 |
+
|
| 9 |
+
Examples:
|
| 10 |
+
- "Sort these words: orange, banana, apple"
|
| 11 |
+
- "Get the transcript of YouTube video ID `dQw4w9WgXcQ`"
|
| 12 |
+
- "Add 7 and 5"
|
| 13 |
+
|
| 14 |
+
## Powered By
|
| 15 |
+
|
| 16 |
+
- OpenAI GPT-4o
|
| 17 |
+
- LangChain
|
| 18 |
+
- LangGraph
|
| 19 |
+
- Tavily Search
|
| 20 |
+
- Gradio
|
| 21 |
|
| 22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|