Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    Is Salt and Stone Body Wash Non Toxic? Clean Beauty Review

    May 4, 2026

    Dopant engineering for robust and efficient Ru-based electrocatalysts in proton exchange membrane water electrolysis

    May 4, 2026

    15+ Solved Agentic AI Projects with Github Links

    May 4, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»Big Data»15+ Solved Agentic AI Projects with Github Links
    Big Data

    15+ Solved Agentic AI Projects with Github Links

    big tee tech hubBy big tee tech hubMay 4, 2026007 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    15+ Solved Agentic AI Projects with Github Links
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    Projects are the bridge between understanding AI and actually building with it. While the last couple of years were dominated by generative models, the shift now is toward systems that can think in steps, use tools, and act with a clear objective.

    This guide brings together over 15 solved agentic AI projects designed to help you make that transition. Each project highlights what makes it “agentic,” along with source code and implementation direction, so you can move beyond prompt-based work and start building systems that reason, plan, and execute tasks end to end.

    Finance, Business & E-commerce

    Build systems that optimize revenue, pricing, fraud detection, and smarter decision-making at scale.

    1. Automated Trading Bot

    Automated Trading Bot - StockAgent

    Project Idea: Perform real-time market analysis and execute trades autonomously. The agent doesn’t just show data; it makes executive decisions to buy or sell based on a self-correcting logic loop and real-time sentiment analysis.

    Level: Advanced

    Source Code: github.com/MingyuJ666/Stockagent

    2. Product Recommendation Agent

    Product Recommendation Agent

    Project Idea: Suggest products based on user behavior and preferences. This project would require “active learning” to query the user or explore new categories when it detects a shift in user intent, rather than relying on static historical data.

    Level: Intermediate

    Source Code: github.com/microsoft/RecAI

    3. E-commerce Personal Shopper Agent

    E-commerce Personal Shopper Agent - ShoppingGPT

    Project Idea: Help users discover and select products intelligently. This agent acts as a conversational negotiator, comparing prices across different vendors and reasoning through reviews to find the best value for a specific user request.

    Level: Intermediate

    Source Code: github.com/Hoanganhvu123/ShoppingGPT

    4. Recruitment Recommendation Agent

    Recruitment Recommendation Agent

    Project Idea: Match candidates to jobs using profile and skill analysis. This agent proactively scans new job postings and candidate profiles, autonomously ranking matches and generating “why this fits” rationales for recruiters.

    Level: Intermediate

    Source Code: github.com/sentient-engineering/jobber

    5. Property Pricing Agent

    Property Pricing Agent

    Project Idea: Analyze real estate trends and dynamically price properties. It functions as a market observer, automatically adjusting suggested prices in response to external factors like interest rate changes or local neighborhood sales.

    Level: Intermediate

    Source Code: github.com/AleksNeStu/ai-real-estate-assistant

    Healthcare & Medical Systems

    Design intelligent tools that assist diagnosis, patient monitoring, and healthcare accessibility.

    6. AI Health Assistant

    AI Health Assistant using Octochains

    Project Idea: Diagnose and monitor diseases using patient data. This agent functions as a diagnostic loop, continuously monitoring incoming patient vitals and autonomously triggering alerts when data crosses specific medical thresholds.

    Level: Advanced

    Source Code: github.com/ahmadvh/AI-Agents-for-Medical-Diagnostics

    Bonus: Looking for GenAI Agents?

    GenAI Agents on GitHub

    Not all agents are the same. Some agents are specially built for a particular use case and domain. The following GitHub repository offers some of the best generative AI agents available today. 

    GitHub Repository: github.com/NirDiamant/GenAI_Agents

    Customer Experience & Content

    Create personalized, high-quality user interactions across chat, recommendations, and content generation.

    7. Content Personalization Agent

    Content Personalization Agent - MirrorGPT

    Project Idea: Recommend personalized media based on user preferences. This agent observes user interactions in real-time to build a dynamic “user persona,” autonomously pivoting its content strategy as the user’s mood or interests evolve.

    Level: Beginner

    Source Code: github.com/crosleythomas/MirrorGPT

    Education, Travel & Lifestyle

    Develop products that enhance learning, planning, and everyday experiences through smart automation.

    8. Virtual AI Tutor

    Virtual AI Tutor

    Project Idea: Deliver personalized education tailored to user learning patterns. It acts as a careful guide, identifying a student’s knowledge gaps and autonomously generating a custom curriculum to bridge those gaps.

    Level: Intermediate

    Source Code: github.com/hqanhh/EduGPT

    9. AI Travel Assistant

    AI Travel Assistant

    Project Idea: Plan complete travel itineraries based on constraints and preferences. It functions as a logistical planner, cross-referencing flights, hotel availability, and local weather to build a cohesive, viable schedule.

    Level: Beginner

    Source Code: github.com/nirbar1985/ai-travel-agent

    10. AI Game Companion Agent

    AI Game Companion Agent

    Project Idea: Provide real-time assistance and decision support in games. This agent analyzes the current game state (via API or vision) and recommends strategic moves, acting as a second-brain for the player.

    Level: Advanced

    Source Code: github.com/onjas-buidl/LLM-agent-game

    Cybersecurity & Developer Systems

    Engineer solutions that secure systems, detect threats, and improve developer productivity and workflows.

    11. Vibe Hacking Agent

    Vibe Hacking Agent - Deception

    Project Idea: Perform automated red-team security testing using multi-agent systems. Uses a “team” of agents, one to scout vulnerabilities, one to exploit them, and one to report, simulating a coordinated cyberattack. Emulating this would teach you both sides of the cybersecurity equation. 

    Level: Advanced

    Source Code: github.com/PurpleAILAB/Decepticon

    Bonus: Security AI Agent

    Security LLM Agents GitHub

    Not all agents are the same. Some agents are specially built for a particular use case and domain. The following repository offers some of the best cyber security LLM agents available today. 

    Level: Advanced

    Source Code: github.com/NVISOsecurity/cyber-security-llm-agents

    12. Legal Document Review Assistant

    Project Idea: Analyze legal documents and extract key clauses automatically. This agent acts as a legal researcher, identifying inconsistencies across multiple documents and flagging “risky” language based on predefined legal standards.

    Level: Intermediate

    Source Code: github.com/firica/legalai (The chatbot is trained on the AI regulations inside EU

    Industry, Robotics & Infrastructure

    13. Self-Driving Delivery Agent

    Self-Driving Delivery Agent

    Project Idea: Optimize routes and enable autonomous delivery workflows. The self-driving agent has to navigate complex environments by processing visual data and planning movement paths in a simulated or real-world physical space.

    Level: Advanced

    Source Code: github.com/sled-group/driVLMe

    14. Factory Process Monitoring Agent

    Factory Process Monitoring Agent

    Project Idea: Monitor production lines and detect anomalies in real time. The agent connects directly to IoT sensors to observe mechanical “health” and can autonomously trigger a maintenance request before a machine fails.

    Level: Advanced

    Source Code: github.com/yuchenxia/llm4ias

    15. Smart Farming Assistant

    Smart Farming Assistant - Krissi

    Project Idea: Predict crop health and provide agricultural insights. This agent synthesizes satellite imagery and soil sensor data to autonomously recommend precise irrigation and fertilization schedules.

    Level: Intermediate

    Source Code: github.com/mohammed97ashraf/LLM_Agri_Bot

    16. Energy Demand Forecasting Agent

    Energy Demand Forecasting Agent

    Project Idea: Forecast energy usage to optimize grid efficiency. The agent continuously retrains its internal logic based on weather patterns and historical usage to provide high-accuracy, autonomous energy grid management.

    Level: Advanced

    Source Code: github.com/yecchen/MIRAI

    The Path Ahead

    Building a career in AI is a marathon, not a sprint. This roundup of 16 projects covers the entire spectrum: from Healthcare to Cyber Security. By working through these solved Agentic AI project examples, you are learning how to frame problems, process diverse datasets, and deploy intelligent solutions. 

    The most important step is to start. Pick a project that aligns with your current interest, document your process, and share your results with the community. Whether it’s an automated trading agent or a complex smart farming assistant, every project you complete adds a significant layer of credibility to your professional profile. Good luck building! 

    Read more: 20+ Solved AI Projects to build you portfolio and build your resume

    Frequently Asked Questions

    Q1. What are agentic AI projects and why are they important?

    A. Agentic AI projects build systems that reason, use tools, and act autonomously, making them essential for real-world problem solving and modern AI careers.

    Q2. How are agentic AI systems different from generative AI?

    A. Unlike generative AI, agentic systems go beyond responses by planning steps, making decisions, and executing tasks to achieve specific goals.

    Q3. What skills do agentic AI projects help develop?

    A. They strengthen reasoning, tool integration, autonomous decision-making, and end-to-end system design for real-world AI applications.

    Q4. Are agentic AI projects suitable for beginners?

    A. Yes, projects range from beginner to advanced levels, allowing learners to gradually build skills in autonomous AI system development.

    Q5. How do agentic AI projects improve your portfolio?

    A. They showcase practical ability to build intelligent systems that plan, act, and solve complex problems—highly valued by recruiters.

    Vasu Deo Sankrityayan

    I specialize in reviewing and refining AI-driven research, technical documentation, and content related to emerging AI technologies. My experience spans AI model training, data analysis, and information retrieval, allowing me to craft content that is both technically accurate and accessible.

    Login to continue reading and enjoy expert-curated content.



    Source link

    agentic GitHub links Projects Solved
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    Bridging the Gap Between AI Ambition and Reality: Key Takeaways from the Data Integrity & AI Forum

    May 3, 2026

    A guide to capacity planning for Airflow worker pool in Amazon MWAA

    May 2, 2026

    Model Risk Governance Is Not the Same as Risk Intelligence

    May 2, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Is Salt and Stone Body Wash Non Toxic? Clean Beauty Review

    May 4, 2026

    Dopant engineering for robust and efficient Ru-based electrocatalysts in proton exchange membrane water electrolysis

    May 4, 2026

    15+ Solved Agentic AI Projects with Github Links

    May 4, 2026

    The federated computing platform that keeps your data secure Internet of Things News %

    May 4, 2026
    Timer Code
    15 Second Timer for Articles
    20
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    Is Salt and Stone Body Wash Non Toxic? Clean Beauty Review

    May 4, 2026

    Dopant engineering for robust and efficient Ru-based electrocatalysts in proton exchange membrane water electrolysis

    May 4, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.