Description
We're building an **agentic AI, text-to-SQL analytics chatbot**. It lets users ask questions about their business data in plain English — things like _"Show me the revenue trend,"_ _"Which source brought the most leads last month?,"_ or _"Where are we losing people in the funnel?"_ — and get clear, accurate, data-backed answers.Behind the chatbot is a **large relational database (30+ tables)** covering areas like leads, appointments, revenue, and marketing performance. The AI agent understands each question, figures out where the answer lives across those tables, and responds with the numbers, trends, comparisons, and breakdowns the user asked for — always grounded in real data, never made up.We're looking for an **AI engineer** who is strong on LLM / agent orchestration and text-to-SQL to help us build out and improve this agent.### What you'll be working on- Build and improve an agentic AI that turns natural-language questions into accurate answers over a 30+ table database. - Support analytics use cases end to end: single-period metrics, time-series trends, period-over-period comparisons, grouped breakdowns, and funnel / diagnostic questions. - Keep answers accurate and trustworthy — the agent must return real numbers from the data and never fabricate them. - Improve prompts, accuracy, and the range of questions the agent can confidently handle.### Tech stack (you should be comfortable with most of this)`Python` · `FastAPI` · `LangChain` & `LangGraph` · `OpenAI API`