dmfelder commited on
Commit
0bc78d1
·
verified ·
1 Parent(s): 35d25f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -1,15 +1,22 @@
1
- ---
2
- title: Template Final Assignment
3
- emoji: 🕵🏻‍♂️
4
- colorFrom: indigo
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.25.2
8
- app_file: app.py
9
- pinned: false
10
- hf_oauth: true
11
- # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
12
- hf_oauth_expiration_minutes: 480
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