Teaching an AI to Understand Your Codebase (File Exploration Tools) - Part 2, Section 1
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
Pyth…
Watch on YouTube ↗
(saves to browser)
DeepCamp AI