(Super Easy) Create an AI Agent with Scheduled Jobs and RemindersUntitled Project

Build your own scripture-powered AI companion with Python, LangChain,, and Telegram 😇 In this beginner-friendly tutorial, you’ll learn how to create and run Angel Agent — an AI-powered Telegram bot that delivers Bible verses, devotional reflections, prayer prompts, reminders, and even the latest US market news. By the end of this video, you’ll have a fully working faith-inspired AI assistant running locally on your machine. 📖 Sample Code & Tutorial https://github.com/artificialchristel... 🔧 What you’ll learn: • How to set up a Python virtual environment • Install required packages (LangChain, DeepSeek, Telegram Bot API, APScheduler) • Build an AI agent with custom tools using LangChain • Connect your AI agent to Telegram • Fetch Bible verses using a free Bible API • Schedule daily verse notifications and reminders • Run and test your bot locally 🔧 Additional setup steps: 1. Get your DeepSeek API Key https://platform.deepseek.com/ 2. Create your Telegram chatbot and get your bot token Search for @BotFather on Telegram 3. Create a `.env` file and add: ```env DEEPSEEK_API_KEY="your_api_key" TELEGRAM_BOT_TOKEN="your_bot_token" CHAT_ID="your_chat_id" ``` 📦 Packages used in this tutorial: • langchain • langchain-deepseek • python-telegram-bot • apscheduler • requests • python-dotenv 💡 Features of Angel Agent: • 🤖 AI-powered faith-centred conversations • 📖 Bible verse lookup by reference • 🌅 Daily verse notifications on Telegram • 🙏 Prayer generation on any topic • 📉 Latest US stock market news • ⏰ Scheduled reminders and reflections • 💬 Fully conversational Telegram interface 🧠 Perfect for developers interested in: • AI Agents • LangChain • Python automation • Telegram bots • API integrations • Faith-based AI applications If you found this helpful, don’t forget to like 👍 subscribe 🔔 and share to support the channel! #AI #LangChain #Python #TelegramBot #AIAgent #ChatbotDevelopment #ChristianTech #PythonProjects #OpenSource