Richard9905/agentic_ai_web_chatbot
working Hugging_face link
https://huggingface.co/spaces/Richard9905/agenticaiweb_chatbot
workflows proof



#STEP BY STEP PROCESS OF HOW TO RE-CREATE THIS PROJECT
##REQUIREMENTS
๐ ๏ธ Requirements
๐ฆ 1. Libraries
All required libraries are listed in requirements.txt
๐ 2. Create Environment
conda create -p ./venv python==3.13 -y
pip install -r requirements.txt
conda activate ./venv๐๏ธ 3. Create GitHub Repo via CLI
gh repo create- Enter your repo name
- Select
publicorprivate - Add a
.gitignorefor Python (include any files/folders to exclude)
๐ 4. Clone the Repo
git clone https://github.com/Richard-Selvaraj-99/Agentic_AI_with_github_CI-CD_and_Huggingface_deployment.git๐งช 5. Run Tests Locally
pytestVerifies that all environment variables are configured correctly before pushing
๐ค 6. Configure HuggingFace Deployment
- Create your HuggingFace Space
- Update
deploy.ymlwith your HF Space link
๐ 7. Add Repository Secrets
Go to Repo โ Settings โ Secrets and Variables โ Actions and add:
This triggers the CI/CD pipeline โ deploys to HuggingFace and pushes your Docker image to Docker Hub for future reproduction or migration
๐ 8. After Workflow Succeeds
Go to your HuggingFace Space and select:
warning!
this error is to showcase that you need update the model name in accordance to the groq's provided LLM models at https://console.groq.com/docs/models change the model accordingly at
src/langraphagenticai/ui/uiconfiggile.ini
