Teaching an AI to Understand Your Codebase (File Exploration Tools) - Part 2, Section 1
Key Takeaways
This video teaches building an agentic bug hunter AI using Python and implementing project structure and file exploration tools
Original Description
Build an Agentic Bug Hunter AI - Part 2, Section 1 | Python Tutorial
In this tutorial, we build an agentic bug hunter AI. This is Part 2, Section 1, where we set up the project structure and implement core functions.
What You'll Learn:
Setting up a Python project with UV (modern package installer)
Configuring Ollama for local LLM inference
Implementing the get_files_info() function with security checks
Environment configuration and project structure
Technologies Used:
UV - Fast Python package installer
Ollama - Local LLM inference (OpenAI-compatible API)
Qwen2.5:14b - Large language model
Python 3.13+
In This Video:
We start by installing UV and setting up Ollama, then create the project structure with a functions folder. We configure environment variables for the LLM model, working directory, and API settings. Finally, we implement get_files_info() with path traversal protection.
💻 Code Repository:
https://github.com/cholakovit/bug-hunter-ai
🌐 Visit my website for more tutorials and projects:
www.cholakovit.com
👍 If you found this video helpful, please like and subscribe for more AI and coding tutorials!
📝 Full code and documentation available in the repository.
---
#AI #MachineLearning #Python #Ollama #FunctionCalling #AgenticAI #AIAgent #BugFixing #CodingTutorial #PythonTutorial #LLM #LocalLLM #Qwen #OpenAI #AIDevelopment #SoftwareEngineering #CodeReview #Automation #AITools #TechTutorial #Programming #Developer #Coding #AIProgramming #AutonomousAI #CodeAgent #TechEducation
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Agentic Coding
View skill →Related Reads
📰
📰
📰
📰
Top AI Papers on Hugging Face - 2026-07-15
Dev.to AI
Integrating Open-Weight LLMs as Drop-In API Replacements: A Practical Guide
Dev.to AI
Build a Bounded JSON Repair Loop for LLM Output in Python
Dev.to · Alex Chen
How I Built a Multi-Page AI Website Generator for Nigerian SMBs — Architecture, LLM Prompting, and Lessons Learned
Dev.to · Innocent Oyebode
🎓
Tutor Explanation
DeepCamp AI