Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,31 +1,3 @@ | |
| 1 | 
            -
            # π€ AgenticRAG Chatbot
         | 
| 2 | 
            -
             | 
| 3 | 
            -
            A Python-based intelligent chatbot built with Gradio UI and [SmolAgents](https://github.com/huggingface/smol-developer-agents), capable of answering user queries using agentic reasoning, retrieval-augmented generation (RAG), and tool integrations.
         | 
| 4 | 
            -
             | 
| 5 | 
            -
            ---
         | 
| 6 | 
            -
             | 
| 7 | 
            -
            ## π Features
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            - π§  **Agentic Reasoning**: Powered by SmolAgents and CodeAgent
         | 
| 10 | 
            -
            - π **Web Search**: DuckDuckGo integration for real-time results
         | 
| 11 | 
            -
            - π¦οΈ **Weather Tool**: Real-time weather using OpenWeather App API
         | 
| 12 | 
            -
            - π **Hub Stats Tool**: Retrieve popular models from Hugging Face Hub
         | 
| 13 | 
            -
            - π€ **Guest Info Tool**: BM25 keyword-based search over custom dataset
         | 
| 14 | 
            -
            - π₯οΈ **Gradio UI**: Interactive web interface to test and chat with the agent
         | 
| 15 | 
            -
             | 
| 16 | 
            -
            ---
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            ## π Project Structure
         | 
| 19 | 
            -
             | 
| 20 | 
            -
            ```bash
         | 
| 21 | 
            -
            AgenticRAG/
         | 
| 22 | 
            -
            βββ app.py                 # Gradio UI launcher
         | 
| 23 | 
            -
            βββ tools.py              # Custom tools like weather, hub stats, search
         | 
| 24 | 
            -
            βββ retriever.py          # GuestInfoRetrieverTool using BM25
         | 
| 25 | 
            -
            βββ requirements.txt      # All dependencies
         | 
| 26 | 
            -
            βββ README.md             # You are here
         | 
| 27 | 
            -
            βββ .gitignore            # Python, PyCharm, and venv exclusions
         | 
| 28 | 
            -
             | 
| 29 | 
             
            ---
         | 
| 30 | 
             
            title: AgenticRAG
         | 
| 31 | 
             
            emoji: π
         | 
| @@ -37,5 +9,3 @@ app_file: app.py | |
| 37 | 
             
            pinned: false
         | 
| 38 | 
             
            license: apache-2.0
         | 
| 39 | 
             
            ---
         | 
| 40 | 
            -
             | 
| 41 | 
            -
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            title: AgenticRAG
         | 
| 3 | 
             
            emoji: π
         | 
|  | |
| 9 | 
             
            pinned: false
         | 
| 10 | 
             
            license: apache-2.0
         | 
| 11 | 
             
            ---
         | 
|  | |
|  |