{"id":26896034,"url":"https://github.com/rahulsamant37/agentic-ai-project","last_synced_at":"2026-05-16T22:03:14.554Z","repository":{"id":282564458,"uuid":"948994723","full_name":"rahulsamant37/Agentic-AI-Project","owner":"rahulsamant37","description":"Agentic-AI Simple Chatbot using Langgraph with Tavily as a Tools and deploy in HuggingFace Spaces","archived":false,"fork":false,"pushed_at":"2025-03-16T03:35:44.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T19:46:19.626Z","etag":null,"topics":["agentic-ai","git-actions","groq-api","huggingface","langchain-python","langgraph-python","streamlit"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/rahulsamant37/Agentic-AI-Project","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulsamant37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-15T12:43:43.000Z","updated_at":"2025-06-05T07:31:01.000Z","dependencies_parsed_at":"2025-03-15T13:34:37.598Z","dependency_job_id":"c7fac625-82b1-4e99-a829-36bac2488ad9","html_url":"https://github.com/rahulsamant37/Agentic-AI-Project","commit_stats":null,"previous_names":["rahulsamant37/agentic-ai-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahulsamant37/Agentic-AI-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FAgentic-AI-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FAgentic-AI-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FAgentic-AI-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FAgentic-AI-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulsamant37","download_url":"https://codeload.github.com/rahulsamant37/Agentic-AI-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulsamant37%2FAgentic-AI-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269649848,"owners_count":24453541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","git-actions","groq-api","huggingface","langchain-python","langgraph-python","streamlit"],"created_at":"2025-04-01T02:59:27.705Z","updated_at":"2026-05-16T22:03:09.532Z","avatar_url":"https://github.com/rahulsamant37.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: LanggraphAgenticAI\nemoji: 🐨\ncolorFrom: blue\ncolorTo: red\nsdk: streamlit\nsdk_version: 1.42.0\napp_file: app.py\npinned: false\nlicense: apache-2.0\nshort_description: Refined langgraphAgenticAI\n---\n\n# Agentic-AI Project\n\nA stateful agentic AI application built with LangGraph and LangChain that demonstrates the implementation of conversational AI agents with tool integration capabilities.\n\n![image](https://github.com/user-attachments/assets/15877c4e-a876-4d67-bb99-e1fdc109fd24)\n\n## 🌟 Features\n\n- **Multiple LLM Support**: Currently integrated with Groq LLM models\n- **Multiple Use Cases**:\n  - Basic Chatbot: Simple conversational AI\n  - Chatbot with Tool Integration: Enhanced chatbot with Tavily search capabilities\n- **Modular Architecture**:\n  - Graph-based workflow management\n  - State management\n  - Tool integration framework\n- **User-friendly Interface**: Built with Streamlit for easy interaction\n\n## 🛠️ Prerequisites\n\n- Python 3.8+\n- Groq API Key (Get it from [Groq Console](https://console.groq.com/keys))\n- Tavily API Key (Required for tool-enabled chatbot - Get it from [Tavily](https://app.tavily.com/home))\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/rahulsamant37/Agentic-AI-Project.git\ncd Agentic-AI-Project\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n## 🚀 Running the Application\n\n1. Start the Streamlit application:\n```bash\nstreamlit run app.py\n```\n\n2. Access the web interface at `http://localhost:8501`\n\n## 💻 Usage\n\n1. In the sidebar:\n   - Select your preferred LLM (currently Groq)\n   - Choose a model from available options\n   - Enter your API key(s)\n   - Select a use case (Basic Chatbot or Chatbot with Tool)\n\n2. Enter your message in the chat input\n3. Interact with the chatbot and view responses\n\n## 🏗️ Project Structure\n\n```\nAgentic-AI-Project/\n├── src/\n│   ├── LLMS/           # LLM configurations\n│   ├── graph/          # LangGraph implementation\n│   ├── nodes/          # Graph nodes implementation\n│   ├── state/          # State management\n│   ├── tools/          # Tool integrations\n│   ├── UI/             # User interface components\n│   └── main.py         # Application entry point\n├── app.py              # Streamlit app launcher\n└── requirements.txt    # Project dependencies\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📄 License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## ⚠️ Important Notes\n\n- Ensure your API keys are kept secure and never committed to version control\n- The application requires active internet connection for LLM and tool interactions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsamant37%2Fagentic-ai-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulsamant37%2Fagentic-ai-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulsamant37%2Fagentic-ai-project/lists"}