Automatically log a completed sales meeting to a CRM and draft a follow-up email.
Build on top of the LangGraph agent to add new sales or ops automation workflows.
Connect Google Workspace and HubSpot accounts to route information through automated workflows.
Track AI workflow performance, token usage, and errors using the built-in Langfuse observability.
| gadda00/verxlite | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires PostgreSQL, Redis, and OAuth app setup with Google Cloud, HubSpot, Clerk, and Langfuse before it runs.
Verxlite describes itself as a universal AI workflow agent for sales and operations teams. Its purpose is to automate repetitive office tasks that happen across email, CRM software, and documents, such as writing follow-up messages, logging activity, routing approvals, and producing summaries, and it is designed to work across different industries rather than one specific niche. The project has a full application structure rather than being a simple script. It includes a FastAPI backend written in Python that exposes an API, a Celery worker for running background tasks, and a Next.js frontend written in React for the user interface. Behind the scenes it uses LangGraph, a framework for building multi step AI agent workflows, so the AI can reason through a task, call tools, make API calls, and produce structured output rather than just replying with text. The README lists connectors that let it read and act on data in Google Workspace, meaning Gmail, Calendar, and Drive, and HubSpot CRM, with Salesforce and Outlook support listed as coming soon. So far, one concrete workflow is marked as a working starting version: automatically logging a meeting to the CRM, drafting a follow-up email, and creating related tasks afterward. Several other workflows, including lead assignment, support ticket triage, approval routing, and weekly summaries, are listed as planned but not yet built. Setting this up is not a quick task. It requires Python, Node.js, PostgreSQL, Redis, and optionally Docker, along with creating developer accounts and OAuth applications with Google Cloud and HubSpot, plus a Clerk account for user authentication and a Langfuse account for tracking how the AI workflows perform. The README walks through configuring environment variables for both the backend and frontend, installing dependencies with Poetry and npm, and running the API, frontend, and worker processes separately, or all together using Docker Compose.
A multi-service AI agent application that automates sales and ops workflows like CRM logging and follow-up emails across email, CRM, and documents.
Mainly Python. The stack also includes Python, FastAPI, Next.js.
No license information is stated in the README.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.