from typing import List
from dataclasses import dataclass, field
@dataclass
class Developer:
name: str = "Neloy Barman"
title: List = [
"Agentic AI Engineer",
"n8n Automation Specialist",
"Chatbot Developer",
]
languages: List = ["Python", "JavaScript", "Java", "Dart", "C"]
core_focus: str = "Agentic AI & LLM Orchestration"
currently_on: List = field(
default_factory=lambda: [
"โถ Advanced Agentic Systems",
"โถ n8n Automation Pipelines",
"โถ Multi-Platform AI Deployment",
]
)
ask_me: str = "LLMs, Chatbots, AI Agents, RAG, Voice AI & Automation"
fun_fact: str = "I turn coffee into AI pipelines โ๐ค"
def say_hi(self) -> str:
return "๐ Let's build something intelligent together!"
me = Developer()
me.say_hi()๐ CS graduate who explored AI from the ground up โ from academic projects to production-grade solutions. Started as an Associate Flutter Developer, leveled up through an advanced ML apprenticeship, and now building enterprise-grade AI Agents, Chatbots and Automation systems that actually ship. ๐ ๏ธ
|
Text Chatbots ยท Voice Bots RAG ยท Multi-Platform |
LangChain ยท LangGraph Tool Use ยท Multi-Agent |
LiveKit ยท Deepgram ElevenLabs ยท AssemblyAI |
n8n Workflows ยท REST APIs CI/CD ยท Cloud Serverless |


