{"id":30694619,"url":"https://github.com/alihassanml/lead-qualification-agent","last_synced_at":"2026-02-13T11:18:12.906Z","repository":{"id":304417922,"uuid":"1018734966","full_name":"alihassanml/Lead-Qualification-Agent","owner":"alihassanml","description":"An AI-powered lead qualification and appointment booking agent built with a frontend interface. It guides leads through qualification steps using natural human-like conversation and books meetings directly on GoHighLevel (GHL).","archived":false,"fork":false,"pushed_at":"2025-07-12T23:28:57.000Z","size":346,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-02T06:43:01.620Z","etag":null,"topics":["booking","lead","n8n","qualification"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alihassanml.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-07-12T23:23:04.000Z","updated_at":"2025-07-12T23:29:59.000Z","dependencies_parsed_at":"2025-07-13T01:16:31.570Z","dependency_job_id":"c04b6bd6-9a63-48b2-9cb5-4fe88dd76728","html_url":"https://github.com/alihassanml/Lead-Qualification-Agent","commit_stats":null,"previous_names":["alihassanml/lead-qualification-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alihassanml/Lead-Qualification-Agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihassanml%2FLead-Qualification-Agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihassanml%2FLead-Qualification-Agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihassanml%2FLead-Qualification-Agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihassanml%2FLead-Qualification-Agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alihassanml","download_url":"https://codeload.github.com/alihassanml/Lead-Qualification-Agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alihassanml%2FLead-Qualification-Agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29403702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["booking","lead","n8n","qualification"],"created_at":"2025-09-02T06:43:04.363Z","updated_at":"2026-02-13T11:18:12.890Z","avatar_url":"https://github.com/alihassanml.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🤖 Lead Qualification Agent\n\n![Lead Qualification Agent](image.png)\n\nAn AI-powered lead qualification and appointment booking agent built with a frontend interface. It guides leads through qualification steps using natural human-like conversation and books meetings directly on **GoHighLevel (GHL)**.\n\n---\n\n## 🚀 Features\n\n- ✨ Natural LLM-based lead interaction\n- 🎯 Qualification logic via FSM (Finite State Machine)\n- 🧠 Memory-enabled conversation flow\n- 📆 Meeting booking integration with GoHighLevel\n- 🧩 Frontend for user interaction\n- 📊 Lead intent tagging and dynamic flow adaptation\n\n---\n\n## 🖼️ Demo Screenshot\n\n\u003e Add your actual screenshot or screen recording (replace link)\n\n![Demo](https://your-image-url.com/demo.gif)\n\n---\n\n## 🛠️ Tech Stack\n\n| Layer       | Tech Used                      |\n|-------------|--------------------------------|\n| Frontend    | React / Next.js                |\n| Backend     | FastAPI / Flask / Node.js      |\n| AI Core     | OpenAI GPT-4 / LangChain       |\n| Flow Engine | FSM with Intent Tagging        |\n| Booking     | GoHighLevel API                |\n| Hosting     | Vercel / Render / Railway      |\n\n---\n\n## ⚙️ Setup Instructions\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/alihassanml/Lead-Qualification-Agent.git\ncd Lead-Qualification-Agent\n````\n\n### 2. Set up environment variables\n\nCreate a `.env` file:\n\n```env\nOPENAI_API_KEY=your_openai_key\nGHL_API_KEY=your_ghl_key\nGHL_LOCATION_ID=your_location_id\n```\n\n### 3. Install dependencies\n\nFor backend:\n\n```bash\ncd backend\npip install -r requirements.txt\n```\n\nFor frontend:\n\n```bash\ncd frontend\nnpm install\n```\n\n### 4. Run the app\n\n```bash\n# Run backend\ncd backend\nuvicorn main:app --reload\n\n# Run frontend\ncd frontend\nnpm run dev\n```\n\n---\n\n## 📅 Booking Integration (GHL)\n\nMeeting booking is handled by sending lead data to GoHighLevel using the GHL API. Make sure you have:\n\n* Created a calendar inside GHL\n* Set the correct `GHL_LOCATION_ID` and `GHL_API_KEY`\n* Confirmed availability is configured correctly\n\n---\n\n## 📁 Folder Structure\n\n```\nLead-Qualification-Agent/\n│\n├── backend/              # API + AI logic\n│   └── main.py\n├── frontend/             # React UI\n│   └── components/\n│\n├── utils/                # FSM, memory, flow logic\n├── .env.example\n└── README.md\n```\n\n---\n\n## 📬 Contact\n\nBuilt with 💻 by [Ali Hassan](https://github.com/alihassanml)\nFor issues or enhancements, please open a pull request or issue.\n\n---\n\n## 📜 License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falihassanml%2Flead-qualification-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falihassanml%2Flead-qualification-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falihassanml%2Flead-qualification-agent/lists"}